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 493 Merge with the same method in AbstractStyle

Meta.php

Type Line Description
TODO 35 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 212 Footnote paragraph style
TODO 469 Capture w:tblStylePr w:type="firstRow"

Document.php

Type Line Description
TODO 144 <w:lastRenderedPageBreak>

Word2007.php

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

Html.php

Type Line Description
TODO 323 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 386 As soon as TableItem, RowItem and CellItem support relative width and height
TODO 615 This function is almost the same like `parseChildNodes`. Merged?
TODO 615 As soon as ListItem inherits from AbstractContainer or TextRun delete parsing part of childNodes

Frame.php

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

Paragraph.php

Type Line Description
TODO 398 Rename to getSpacing in 1.0
TODO 412 Rename to setSpacing in 1.0

Shape.php

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

Content.php

Type Line Description
TODO 262 Simplify the logic
TODO 50 Merge font and paragraph styles

Meta.php

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

Table.php

Type Line Description
TODO 134 Move to style

FontTable.php

Type Line Description
TODO 27 Generate content dynamically

Numbering.php

Type Line Description
TODO 139 Use paragraph style writer
TODO 169 Use font style writer

Styles.php

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

Theme.php

Type Line Description
TODO 27 Generate content dynamically

Line.php

Type Line Description
TODO 32 Merge with `Stroke` style

Search results