Added backward compatibility for deprecated alignment options.
This commit is contained in:
parent
4ebd668d7a
commit
e24fec7966
|
|
@ -59,7 +59,7 @@ PHPWord requires the following:
|
||||||
- [GD extension](http://php.net/manual/en/book.image.php) (optional, used to add images)
|
- [GD extension](http://php.net/manual/en/book.image.php) (optional, used to add images)
|
||||||
- [XMLWriter extension](http://php.net/manual/en/book.xmlwriter.php) (optional, used to write DOCX and ODT)
|
- [XMLWriter extension](http://php.net/manual/en/book.xmlwriter.php) (optional, used to write DOCX and ODT)
|
||||||
- [XSL extension](http://php.net/manual/en/book.xsl.php) (optional, used to apply XSL style sheet to template )
|
- [XSL extension](http://php.net/manual/en/book.xsl.php) (optional, used to apply XSL style sheet to template )
|
||||||
- [dompdf](https://github.com/dompdf/dompdf) (optional, used to write PDF)
|
- [dompdf library](https://github.com/dompdf/dompdf) (optional, used to write PDF)
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ Optional:
|
||||||
- `GD <http://php.net/manual/en/book.image.php>`__ extension
|
- `GD <http://php.net/manual/en/book.image.php>`__ extension
|
||||||
- `XMLWriter <http://php.net/manual/en/book.xmlwriter.php>`__ extension
|
- `XMLWriter <http://php.net/manual/en/book.xmlwriter.php>`__ extension
|
||||||
- `XSL <http://php.net/manual/en/book.xsl.php>`__ extension
|
- `XSL <http://php.net/manual/en/book.xsl.php>`__ extension
|
||||||
- `dompdf <https://github.com/dompdf/dompdf>`__
|
- `dompdf <https://github.com/dompdf/dompdf>`__ library
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
------------
|
------------
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue