Deprecated
Table of Contents
| src/PhpWord/SimpleType/Jc.php |
| src/PhpWord/Writer/PDF/TCPDF.php |
Jc.php
| Line | Element | Reason |
|---|---|---|
| 51 | Jc::LEFT | For documents based on ISO/IEC 29500:2008 and later use `START` instead. |
| 58 | Jc::RIGHT | For documents based on ISO/IEC 29500:2008 and later use `END` instead. |
| 65 | Jc::JUSTIFY | For documents based on ISO/IEC 29500:2008 and later use `BOTH` instead. |
TCPDF.php
| Line | Element | Reason |
|---|---|---|
| 29 | TCPDF | Use `DomPDF` or `MPDF` instead. |