Documentation

Deprecated

Table of Contents

src/PhpWord/PhpWord.php
src/PhpWord/SimpleType/Jc.php
src/PhpWord/Style/Paragraph.php
src/PhpWord/Writer/PDF/TCPDF.php

PhpWord.php

Line Element Reason
375 PhpWord::createSection()
389 PhpWord::getDocumentProperties()
405 PhpWord::setDocumentProperties()

Jc.php

Line Element Reason
52 Jc::LEFT

For documents based on ISO/IEC 29500:2008 and later use START instead.

59 Jc::RIGHT

For documents based on ISO/IEC 29500:2008 and later use END instead.

66 Jc::JUSTIFY

For documents based on ISO/IEC 29500:2008 and later use BOTH instead.

Paragraph.php

Line Element Reason
338 Paragraph::getIndent()

Use getIndentLeft

380 Paragraph::setHanging()

Use setIndentHanging

390 Paragraph::setIndent()

Use setIndentLeft

TCPDF.php

Line Element Reason
34 TCPDF

Use DomPDF or MPDF instead.

Search results