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.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/Element/Field.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 534 Merge with the same method in AbstractStyle

Meta.php

Type Line Description
TODO 36 Process property type

Document.php

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

AbstractPart.php

Type Line Description
TODO 195 Get font style for preserve text
TODO 464 Footnote paragraph style
TODO 788 Capture w:tblStylePr w:type="firstRow"

Word2007.php

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

Html.php

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

Frame.php

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

Paragraph.php

Type Line Description
TODO 458 Rename to getSpacing in 1.0
TODO 472 Rename to setSpacing in 1.0

Shape.php

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

Content.php

Type Line Description
TODO 266 Simplify the logic
TODO 51 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 254 Move to style

Field.php

Type Line Description
TODO 125 A lot of code duplication with general method, should maybe be refactored

FontTable.php

Type Line Description
TODO 28 Generate content dynamically

Numbering.php

Type Line Description
TODO 140 Use paragraph style writer
TODO 170 Use font style writer

Styles.php

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

Theme.php

Type Line Description
TODO 28 Generate content dynamically

Line.php

Type Line Description
TODO 33 Merge with `Stroke` style

Search results