2013-12-31 14:34:50 +07:00
|
|
|
# PHPWord - OpenXML - Read, Write and Create Word documents in PHP
|
|
|
|
|
|
2014-01-01 18:59:19 +07:00
|
|
|
PHPWord is a library written in PHP that create word documents.
|
2013-12-31 14:34:50 +07:00
|
|
|
|
2014-01-01 20:12:51 +07:00
|
|
|
## Add features in this fork
|
2014-01-01 18:59:19 +07:00
|
|
|
|
|
|
|
|
* Superscript/subscript `w:vertAlign`
|
|
|
|
|
* Hanging
|
|
|
|
|
* Section with column
|
|
|
|
|
* Softbreak (SHIFT + ENTER) in Text Run
|
|
|
|
|
* Redefine normal paragraph style and base all other style from it
|
2014-01-01 20:12:51 +07:00
|
|
|
* Section `breakType`. Used especially for continuous column
|
2013-12-31 14:34:50 +07:00
|
|
|
|
|
|
|
|
## License
|
|
|
|
|
|
2014-01-01 20:12:51 +07:00
|
|
|
PHPWord is licensed under [LGPL (GNU LESSER GENERAL PUBLIC LICENSE)](https://github.com/PHPOffice/PHPWord/blob/master/license.md)
|