Documentation

Markers

Table of Contents

src/PhpWord/Element/AbstractElement.php 1
src/PhpWord/Reader/ODText/Meta.php 1
src/PhpWord/Reader/RTF/Document.php 1
src/PhpWord/Reader/Word2007/AbstractPart.php 3
src/PhpWord/Reader/Word2007/Document.php 1
src/PhpWord/Reader/Word2007.php 2
src/PhpWord/Shared/Html.php 4
src/PhpWord/Style/Frame.php 1
src/PhpWord/Style/Paragraph.php 2
src/PhpWord/Style/Shape.php 1
src/PhpWord/Writer/ODText/Part/Content.php 2
src/PhpWord/Writer/ODText/Part/Meta.php 1
src/PhpWord/Writer/RTF/Element/Table.php 1
src/PhpWord/Writer/Word2007/Part/FontTable.php 1
src/PhpWord/Writer/Word2007/Part/Numbering.php 2
src/PhpWord/Writer/Word2007/Part/Styles.php 1
src/PhpWord/Writer/Word2007/Part/Theme.php 1
src/PhpWord/Writer/Word2007/Style/Line.php 1

AbstractElement.php

Type Line Description
TODO 497 Merge with the same method in AbstractStyle

Meta.php

Type Line Description
TODO 36 Process property type

Document.php

Type Line Description
TODO 136 Use `fread` stream for scalability

AbstractPart.php

Type Line Description
TODO 105 Get font style for preserve text
TODO 213 Footnote paragraph style
TODO 480 Capture w:tblStylePr w:type="firstRow"

Document.php

Type Line Description
TODO 150 <w:lastRenderedPageBreak>

Word2007.php

Type Line Description
TODO 31 watermark, checkbox, toc
TODO 31 Partly done: image, object

Html.php

Type Line Description
TODO 305 Think of a clever way of defining header styles, now it is only based on the assumption, that Heading1 - Heading6 are already defined somewhere
TODO 367 As soon as TableItem, RowItem and CellItem support relative width and height
TODO 603 This function is almost the same like `parseChildNodes`. Merged?
TODO 603 As soon as ListItem inherits from AbstractContainer or TextRun delete parsing part of childNodes

Frame.php

Type Line Description
TODO 30 Make existing style (image, textbox, etc) use this style

Paragraph.php

Type Line Description
TODO 416 Rename to getSpacing in 1.0
TODO 428 Rename to setSpacing in 1.0

Shape.php

Type Line Description
TODO 26 Skew http://www.schemacentral.com/sc/ooxml/t-o_CT_Skew.html

Content.php

Type Line Description
TODO 265 Simplify the logic
TODO 49 Merge font and paragraph styles

Meta.php

Type Line Description
TODO 95 Handle other `$type`: double|date|dateTime|duration|boolean (4th arguments)

Table.php

Type Line Description
TODO 135 Move to style

FontTable.php

Type Line Description
TODO 26 Generate content dynamically

Numbering.php

Type Line Description
TODO 144 Use paragraph style writer
TODO 176 Use font style writer

Styles.php

Type Line Description
TODO 35 Do something with the numbering style introduced in 0.10.0

Theme.php

Type Line Description
TODO 26 Generate content dynamically

Line.php

Type Line Description
TODO 31 Merge with `Stroke` style

Search results