2012-05-06 23:25:37 +02:00
|
|
|
<?php
|
|
|
|
|
/**
|
2014-03-26 16:33:20 +07:00
|
|
|
* PHPWord
|
2012-05-06 23:25:37 +02:00
|
|
|
*
|
2014-03-27 23:55:06 +07:00
|
|
|
* @link https://github.com/PHPOffice/PHPWord
|
|
|
|
|
* @copyright 2014 PHPWord
|
|
|
|
|
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
|
2012-05-06 23:25:37 +02:00
|
|
|
*/
|
|
|
|
|
|
2014-03-22 10:06:08 +04:00
|
|
|
namespace PhpOffice\PhpWord\Writer\ODText;
|
|
|
|
|
|
2014-03-24 00:26:10 +07:00
|
|
|
/**
|
|
|
|
|
* ODText writer part abstract
|
|
|
|
|
*/
|
2014-03-30 16:31:01 +07:00
|
|
|
abstract class WriterPart extends \PhpOffice\PhpWord\Writer\Word2007\WriterPart
|
2012-05-06 23:25:37 +02:00
|
|
|
{
|
|
|
|
|
}
|