SYMBOL INDEX (3450 symbols across 506 files) FILE: samples/Sample_13_Images.php function printSeparator (line 91) | function printSeparator(Section $section): void FILE: samples/Sample_Header.php function write (line 76) | function write(PhpOffice\PhpWord\PhpWord $phpWord, string $filename, arr... function getEndingNotes (line 100) | function getEndingNotes(array $writers, string $filename): string FILE: src/PhpWord/Autoloader.php class Autoloader (line 22) | class Autoloader method register (line 27) | public static function register(): void method autoload (line 32) | public static function autoload(string $class): void FILE: src/PhpWord/Collection/AbstractCollection.php class AbstractCollection (line 28) | abstract class AbstractCollection method getItems (line 42) | public function getItems(): array method getItem (line 52) | public function getItem(int $index) method setItem (line 66) | public function setItem(int $index, $item): void method addItem (line 78) | public function addItem($item): int method countItems (line 89) | public function countItems(): int FILE: src/PhpWord/Collection/Bookmarks.php class Bookmarks (line 30) | class Bookmarks extends AbstractCollection FILE: src/PhpWord/Collection/Charts.php class Charts (line 30) | class Charts extends AbstractCollection FILE: src/PhpWord/Collection/Comments.php class Comments (line 30) | class Comments extends AbstractCollection FILE: src/PhpWord/Collection/Endnotes.php class Endnotes (line 30) | class Endnotes extends AbstractCollection FILE: src/PhpWord/Collection/Footnotes.php class Footnotes (line 30) | class Footnotes extends AbstractCollection FILE: src/PhpWord/Collection/Titles.php class Titles (line 30) | class Titles extends AbstractCollection FILE: src/PhpWord/ComplexType/FootnoteProperties.php class FootnoteProperties (line 29) | final class FootnoteProperties method getPos (line 73) | public function getPos() method setPos (line 85) | public function setPos($pos) method getNumFmt (line 108) | public function getNumFmt() method setNumFmt (line 120) | public function setNumFmt($numFmt) method getNumStart (line 133) | public function getNumStart() method setNumStart (line 145) | public function setNumStart($numStart) method getNumRestart (line 157) | public function getNumRestart() method setNumRestart (line 169) | public function setNumRestart($numRestart) FILE: src/PhpWord/ComplexType/ProofState.php class ProofState (line 28) | final class ProofState method setSpelling (line 61) | public function setSpelling($spelling) method getSpelling (line 77) | public function getSpelling() method setGrammar (line 89) | public function setGrammar($grammar) method getGrammar (line 105) | public function getGrammar() FILE: src/PhpWord/ComplexType/RubyProperties.php class RubyProperties (line 28) | class RubyProperties method __construct (line 75) | public function __construct() method getAlignment (line 89) | public function getAlignment(): string method setAlignment (line 97) | public function setAlignment(string $alignment): self method getFontFaceSize (line 120) | public function getFontFaceSize(): float method setFontFaceSize (line 128) | public function setFontFaceSize(float $size): self method getFontPointsAboveBaseText (line 138) | public function getFontPointsAboveBaseText(): float method setFontPointsAboveBaseText (line 146) | public function setFontPointsAboveBaseText(float $size): self method getFontSizeForBaseText (line 156) | public function getFontSizeForBaseText(): float method setFontSizeForBaseText (line 164) | public function setFontSizeForBaseText(float $size): self method getLanguageId (line 174) | public function getLanguageId(): string method setLanguageId (line 182) | public function setLanguageId(string $langId): self FILE: src/PhpWord/ComplexType/TblWidth.php class TblWidth (line 26) | final class TblWidth method __construct (line 38) | public function __construct($value = 0, $type = TblWidthSimpleType::TWIP) method getType (line 48) | public function getType() method getValue (line 56) | public function getValue() FILE: src/PhpWord/ComplexType/TrackChangesView.php class TrackChangesView (line 26) | final class TrackChangesView method hasMarkup (line 68) | public function hasMarkup() method setMarkup (line 79) | public function setMarkup($markup): void method hasComments (line 89) | public function hasComments() method setComments (line 100) | public function setComments($comments): void method hasInsDel (line 110) | public function hasInsDel() method setInsDel (line 121) | public function setInsDel($insDel): void method hasFormatting (line 131) | public function hasFormatting() method setFormatting (line 142) | public function setFormatting($formatting = null): void method hasInkAnnotations (line 152) | public function hasInkAnnotations() method setInkAnnotations (line 163) | public function setInkAnnotations($inkAnnotations): void FILE: src/PhpWord/Element/AbstractContainer.php class AbstractContainer (line 58) | abstract class AbstractContainer extends AbstractElement method __call (line 87) | public function __call($function, $args) method addElement (line 137) | protected function addElement($elementName) method getElements (line 172) | public function getElements() method getElement (line 184) | public function getElement($index) method removeElement (line 198) | public function removeElement($toRemove): void method countElements (line 218) | public function countElements() method checkValidity (line 230) | private function checkValidity($method) FILE: src/PhpWord/Element/AbstractElement.php class AbstractElement (line 33) | abstract class AbstractElement method getPhpWord (line 153) | public function getPhpWord(): ?PhpWord method setPhpWord (line 161) | public function setPhpWord(?PhpWord $phpWord = null): void method getSectionId (line 171) | public function getSectionId() method setDocPart (line 182) | public function setDocPart($docPart, $docPartId = 1): void method getDocPart (line 193) | public function getDocPart() method getDocPartId (line 203) | public function getDocPartId() method getMediaPart (line 213) | private function getMediaPart() method getElementIndex (line 228) | public function getElementIndex() method setElementIndex (line 238) | public function setElementIndex($value): void method getElementId (line 248) | public function getElementId() method setElementId (line 256) | public function setElementId(): void method getRelationId (line 266) | public function getRelationId() method setRelationId (line 276) | public function setRelationId($value): void method getNestedLevel (line 286) | public function getNestedLevel() method getCommentsRangeStart (line 294) | public function getCommentsRangeStart(): ?Comments method getCommentRangeStart (line 302) | public function getCommentRangeStart(): ?Comment method setCommentRangeStart (line 314) | public function setCommentRangeStart(Comment $value): void method getCommentsRangeEnd (line 338) | public function getCommentsRangeEnd(): ?Comments method getCommentRangeEnd (line 346) | public function getCommentRangeEnd(): ?Comment method setCommentRangeEnd (line 358) | public function setCommentRangeEnd(Comment $value): void method getParent (line 384) | public function getParent() method setParentContainer (line 394) | public function setParentContainer(self $container): void method setMediaRelation (line 423) | private function setMediaRelation(): void method setCollectionRelation (line 452) | private function setCollectionRelation(): void method isInSection (line 467) | public function isInSection() method setNewStyle (line 481) | protected function setNewStyle($styleObject, $styleValue = null, $retu... method setTrackChange (line 496) | public function setTrackChange(TrackChange $trackChange): void method getTrackChange (line 506) | public function getTrackChange() method setChangeInfo (line 518) | public function setChangeInfo($type, $author, $date = null): void method setEnumVal (line 534) | protected function setEnumVal($value = null, $enum = [], $default = null) FILE: src/PhpWord/Element/Bookmark.php class Bookmark (line 26) | class Bookmark extends AbstractElement method __construct (line 47) | public function __construct($name = '') method getName (line 57) | public function getName() FILE: src/PhpWord/Element/Cell.php class Cell (line 26) | class Cell extends AbstractContainer method __construct (line 53) | public function __construct($width = null, $style = null) method getStyle (line 64) | public function getStyle() method getWidth (line 74) | public function getWidth() FILE: src/PhpWord/Element/Chart.php class Chart (line 28) | class Chart extends AbstractElement method __construct (line 67) | public function __construct($type, $categories, $values, $style = null... method getType (line 79) | public function getType() method setType (line 89) | public function setType($value): void method addSeries (line 102) | public function addSeries($categories, $values, $name = null): void method getSeries (line 116) | public function getSeries() method getStyle (line 126) | public function getStyle() FILE: src/PhpWord/Element/CheckBox.php class CheckBox (line 28) | class CheckBox extends Text method __construct (line 45) | public function __construct($name = null, $text = null, $fontStyle = n... method setName (line 58) | public function setName($name) method getName (line 70) | public function getName() FILE: src/PhpWord/Element/Comment.php class Comment (line 28) | class Comment extends TrackChange method __construct (line 65) | public function __construct($author, $date = null, $initials = null) method getInitials (line 76) | public function getInitials() method setStartElement (line 84) | public function setStartElement(AbstractElement $value): void method getStartElement (line 95) | public function getStartElement() method setEndElement (line 103) | public function setEndElement(AbstractElement $value): void method getEndElement (line 114) | public function getEndElement() FILE: src/PhpWord/Element/Endnote.php class Endnote (line 26) | class Endnote extends Footnote method __construct (line 38) | public function __construct($paragraphStyle = null) FILE: src/PhpWord/Element/Field.php class Field (line 30) | class Field extends AbstractElement method setFontStyle (line 143) | public function setFontStyle($style = null) method getFontStyle (line 164) | public function getFontStyle() method __construct (line 178) | public function __construct($type = null, $properties = [], $options =... method setType (line 194) | public function setType($type = null) method getType (line 212) | public function getType() method setProperties (line 222) | public function setProperties(array $properties = []) method getProperties (line 239) | public function getProperties() method setOptions (line 249) | public function setOptions(array $options = []) method getOptions (line 266) | public function getOptions() method setText (line 278) | public function setText($text = null) method getText (line 296) | public function getText() FILE: src/PhpWord/Element/Footer.php class Footer (line 24) | class Footer extends AbstractContainer method __construct (line 56) | public function __construct($sectionId, $containerId = 1, $type = self... method setType (line 70) | public function setType($value = self::AUTO): void method getType (line 85) | public function getType() method resetType (line 95) | public function resetType() method firstPage (line 105) | public function firstPage() method evenPage (line 115) | public function evenPage() FILE: src/PhpWord/Element/Footnote.php class Footnote (line 23) | class Footnote extends AbstractContainer method __construct (line 49) | public function __construct($paragraphStyle = null) method getParagraphStyle (line 60) | public function getParagraphStyle() FILE: src/PhpWord/Element/FormField.php class FormField (line 27) | class FormField extends Text method __construct (line 75) | public function __construct($type, $fontStyle = null, $paragraphStyle ... method getType (line 86) | public function getType() method setType (line 98) | public function setType($value) method getName (line 111) | public function getName() method setName (line 123) | public function setName($value) method getDefault (line 135) | public function getDefault() method setDefault (line 147) | public function setDefault($value) method getValue (line 159) | public function getValue() method setValue (line 171) | public function setValue($value) method getEntries (line 183) | public function getEntries() method setEntries (line 195) | public function setEntries($value) FILE: src/PhpWord/Element/Formula.php class Formula (line 28) | class Formula extends AbstractElement method __construct (line 38) | public function __construct(Math $math) method setMath (line 43) | public function setMath(Math $math): self method getMath (line 50) | public function getMath(): Math FILE: src/PhpWord/Element/Header.php class Header (line 24) | class Header extends Footer method addWatermark (line 39) | public function addWatermark($src, $style = null) FILE: src/PhpWord/Element/Image.php class Image (line 31) | class Image extends AbstractElement method __construct (line 150) | public function __construct($source, $style = null, $watermark = false... method getStyle (line 165) | public function getStyle() method getSource (line 175) | public function getSource() method getSourceType (line 185) | public function getSourceType() method setName (line 195) | public function setName($value): void method getName (line 205) | public function getName() method getMediaId (line 215) | public function getMediaId() method isWatermark (line 225) | public function isWatermark() method setIsWatermark (line 235) | public function setIsWatermark($value): void method getImageType (line 245) | public function getImageType() method getImageCreateFunction (line 255) | public function getImageCreateFunction() method getImageFunction (line 265) | public function getImageFunction(): ?callable method getImageQuality (line 273) | public function getImageQuality(): ?int method getImageExtension (line 283) | public function getImageExtension() method isMemImage (line 293) | public function isMemImage() method getTarget (line 303) | public function getTarget() method setTarget (line 313) | public function setTarget($value): void method getMediaIndex (line 323) | public function getMediaIndex() method setMediaIndex (line 333) | public function setMediaIndex($value): void method getImageString (line 341) | public function getImageString(): ?string method getImageStringData (line 414) | public function getImageStringData($base64 = false) method checkImage (line 431) | private function checkImage(): void method setSourceType (line 466) | private function setSourceType(): void method getArchiveImageSize (line 501) | private function getArchiveImageSize($source) method setFunctions (line 531) | private function setFunctions(): void method setProportionalSize (line 586) | private function setProportionalSize($actualWidth, $actualHeight): void FILE: src/PhpWord/Element/Line.php class Line (line 26) | class Line extends AbstractElement method __construct (line 40) | public function __construct($style = null) method getStyle (line 50) | public function getStyle() FILE: src/PhpWord/Element/Link.php class Link (line 28) | class Link extends AbstractElement method __construct (line 81) | public function __construct($source, $text = null, $fontStyle = null, ... method getSource (line 95) | public function getSource() method getText (line 103) | public function getText(): string method getFontStyle (line 113) | public function getFontStyle() method getParagraphStyle (line 123) | public function getParagraphStyle() method isInternal (line 133) | public function isInternal() FILE: src/PhpWord/Element/ListItem.php class ListItem (line 27) | class ListItem extends AbstractElement method __construct (line 59) | public function __construct($text, $depth = 0, $fontStyle = null, $lis... method getStyle (line 77) | public function getStyle() method getTextObject (line 87) | public function getTextObject() method getDepth (line 97) | public function getDepth() method getText (line 109) | public function getText() FILE: src/PhpWord/Element/ListItemRun.php class ListItemRun (line 26) | class ListItemRun extends TextRun method __construct (line 54) | public function __construct($depth = 0, $listStyle = null, $paragraphS... method getStyle (line 72) | public function getStyle() method getDepth (line 82) | public function getDepth() FILE: src/PhpWord/Element/OLEObject.php class OLEObject (line 27) | class OLEObject extends AbstractElement method __construct (line 70) | public function __construct($source, $style = null) method getSource (line 95) | public function getSource() method getStyle (line 105) | public function getStyle() method getIcon (line 115) | public function getIcon() method getImageRelationId (line 125) | public function getImageRelationId() method setImageRelationId (line 135) | public function setImageRelationId($rId): void FILE: src/PhpWord/Element/PageBreak.php class PageBreak (line 24) | class PageBreak extends AbstractElement method __construct (line 29) | public function __construct() FILE: src/PhpWord/Element/PreserveText.php class PreserveText (line 28) | class PreserveText extends AbstractElement method __construct (line 58) | public function __construct($text = null, $fontStyle = null, $paragrap... method getFontStyle (line 75) | public function getFontStyle() method getParagraphStyle (line 85) | public function getParagraphStyle() method getText (line 95) | public function getText() FILE: src/PhpWord/Element/Row.php class Row (line 28) | class Row extends AbstractElement method __construct (line 57) | public function __construct($height = null, $style = null) method addCell (line 71) | public function addCell($width = null, $style = null) method getCells (line 85) | public function getCells() method getStyle (line 95) | public function getStyle() method getHeight (line 105) | public function getHeight() FILE: src/PhpWord/Element/Ruby.php class Ruby (line 28) | class Ruby extends AbstractElement method __construct (line 54) | public function __construct(TextRun $baseTextRun, TextRun $rubyTextRun... method getBaseTextRun (line 64) | public function getBaseTextRun(): TextRun method setBaseTextRun (line 72) | public function setBaseTextRun(TextRun $textRun): self method getRubyTextRun (line 82) | public function getRubyTextRun(): TextRun method setRubyTextRun (line 90) | public function setRubyTextRun(TextRun $textRun): self method getProperties (line 100) | public function getProperties(): RubyProperties method setProperties (line 108) | public function setProperties(RubyProperties $properties): self FILE: src/PhpWord/Element/SDT.php class SDT (line 26) | class SDT extends Text method __construct (line 70) | public function __construct($type, $fontStyle = null, $paragraphStyle ... method getType (line 81) | public function getType() method setType (line 93) | public function setType($value) method getValue (line 106) | public function getValue() method setValue (line 118) | public function setValue($value) method getListItems (line 130) | public function getListItems() method setListItems (line 142) | public function setListItems($value) method getTag (line 154) | public function getTag() method setTag (line 166) | public function setTag($tag) method getAlias (line 178) | public function getAlias() method setAlias (line 190) | public function setAlias($alias) FILE: src/PhpWord/Element/Section.php class Section (line 25) | class Section extends AbstractContainer method __construct (line 66) | public function __construct($sectionCount, $style = null) method setStyle (line 79) | public function setStyle(?array $style = null): void method getStyle (line 91) | public function getStyle() method addHeader (line 105) | public function addHeader($type = Header::AUTO) method addFooter (line 119) | public function addFooter($type = Header::AUTO) method getHeaders (line 129) | public function getHeaders() method getFooters (line 139) | public function getFooters() method getFootnoteProperties (line 149) | public function getFootnoteProperties() method setFootnoteProperties (line 157) | public function setFootnoteProperties(?FootnoteProperties $footnotePro... method hasDifferentFirstPage (line 170) | public function hasDifferentFirstPage() method addHeaderFooter (line 196) | private function addHeaderFooter($type = Header::AUTO, $header = true) FILE: src/PhpWord/Element/Shape.php class Shape (line 28) | class Shape extends AbstractElement method __construct (line 50) | public function __construct($type, $style = null) method getType (line 61) | public function getType() method setType (line 73) | public function setType($value = null) method getStyle (line 86) | public function getStyle() FILE: src/PhpWord/Element/TOC.php class TOC (line 28) | class TOC extends AbstractElement method __construct (line 65) | public function __construct($fontStyle = null, ?array $tocStyle = null... method getTitles (line 89) | public function getTitles() method getStyleTOC (line 115) | public function getStyleTOC() method getStyleFont (line 125) | public function getStyleFont() method setMaxDepth (line 135) | public function setMaxDepth($value): void method getMaxDepth (line 145) | public function getMaxDepth() method setMinDepth (line 155) | public function setMinDepth($value): void method getMinDepth (line 165) | public function getMinDepth() FILE: src/PhpWord/Element/Table.php class Table (line 26) | class Table extends AbstractElement method __construct (line 54) | public function __construct($style = null) method addRow (line 67) | public function addRow($height = null, $style = null) method addCell (line 84) | public function addCell($width = null, $style = null) method getRows (line 98) | public function getRows() method getStyle (line 108) | public function getStyle() method getWidth (line 118) | public function getWidth() method setWidth (line 128) | public function setWidth($width): void method countColumns (line 138) | public function countColumns() method findFirstDefinedCellWidths (line 160) | public function findFirstDefinedCellWidths() FILE: src/PhpWord/Element/Text.php class Text (line 28) | class Text extends AbstractElement method __construct (line 58) | public function __construct($text = null, $fontStyle = null, $paragrap... method setFontStyle (line 73) | public function setFontStyle($style = null, $paragraphStyle = null) method getFontStyle (line 96) | public function getFontStyle() method setParagraphStyle (line 108) | public function setParagraphStyle($style = null) method getParagraphStyle (line 129) | public function getParagraphStyle() method setText (line 141) | public function setText($text) method getText (line 151) | public function getText(): ?string FILE: src/PhpWord/Element/TextBox.php class TextBox (line 28) | class TextBox extends AbstractContainer method __construct (line 47) | public function __construct($style = null) method getStyle (line 57) | public function getStyle() FILE: src/PhpWord/Element/TextBreak.php class TextBreak (line 27) | class TextBreak extends AbstractElement method __construct (line 49) | public function __construct($fontStyle = null, $paragraphStyle = null) method setFontStyle (line 67) | public function setFontStyle($style = null, $paragraphStyle = null) method getFontStyle (line 88) | public function getFontStyle() method setParagraphStyle (line 100) | public function setParagraphStyle($style = null) method getParagraphStyle (line 119) | public function getParagraphStyle() method hasStyle (line 129) | public function hasStyle() FILE: src/PhpWord/Element/TextRun.php class TextRun (line 26) | class TextRun extends AbstractContainer method __construct (line 45) | public function __construct($paragraphStyle = null) method getParagraphStyle (line 55) | public function getParagraphStyle() method setParagraphStyle (line 67) | public function setParagraphStyle($style = null) method getText (line 83) | public function getText(): string FILE: src/PhpWord/Element/Title.php class Title (line 28) | class Title extends AbstractElement method __construct (line 71) | public function __construct($text, $depth = 1, ?int $pageNumber = null) method getText (line 97) | public function getText() method getDepth (line 107) | public function getDepth() method getStyle (line 117) | public function getStyle() method getPageNumber (line 125) | public function getPageNumber(): ?int FILE: src/PhpWord/Element/TrackChange.php class TrackChange (line 29) | class TrackChange extends AbstractContainer method __construct (line 67) | public function __construct($changeType = null, $author = null, $date ... method getAuthor (line 81) | public function getAuthor() method getDate (line 91) | public function getDate() method getChangeType (line 101) | public function getChangeType() FILE: src/PhpWord/Escaper/AbstractEscaper.php class AbstractEscaper (line 26) | abstract class AbstractEscaper implements EscaperInterface method escapeSingleValue (line 33) | abstract protected function escapeSingleValue($input); method escape (line 35) | public function escape($input) FILE: src/PhpWord/Escaper/EscaperInterface.php type EscaperInterface (line 26) | interface EscaperInterface method escape (line 33) | public function escape($input); FILE: src/PhpWord/Escaper/RegExp.php class RegExp (line 26) | class RegExp extends AbstractEscaper method escapeSingleValue (line 30) | protected function escapeSingleValue($input) FILE: src/PhpWord/Escaper/Rtf.php class Rtf (line 26) | class Rtf extends AbstractEscaper method escapeAsciiCharacter (line 28) | protected function escapeAsciiCharacter($code) method escapeMultibyteCharacter (line 43) | protected function escapeMultibyteCharacter($code) method escapeSingleValue (line 53) | protected function escapeSingleValue($input) FILE: src/PhpWord/Escaper/Xml.php class Xml (line 26) | class Xml extends AbstractEscaper method escapeSingleValue (line 28) | protected function escapeSingleValue($input) FILE: src/PhpWord/Exception/CopyFileException.php class CopyFileException (line 24) | final class CopyFileException extends Exception method __construct (line 32) | public function __construct($source, $destination, $code = 0, ?\Except... FILE: src/PhpWord/Exception/CreateTemporaryFileException.php class CreateTemporaryFileException (line 24) | final class CreateTemporaryFileException extends Exception method __construct (line 30) | public function __construct($code = 0, ?\Exception $previous = null) FILE: src/PhpWord/Exception/Exception.php class Exception (line 24) | class Exception extends \Exception FILE: src/PhpWord/Exception/InvalidImageException.php class InvalidImageException (line 24) | class InvalidImageException extends Exception FILE: src/PhpWord/Exception/InvalidObjectException.php class InvalidObjectException (line 24) | class InvalidObjectException extends Exception FILE: src/PhpWord/Exception/InvalidStyleException.php class InvalidStyleException (line 26) | class InvalidStyleException extends InvalidArgumentException FILE: src/PhpWord/Exception/UnsupportedImageTypeException.php class UnsupportedImageTypeException (line 24) | class UnsupportedImageTypeException extends Exception FILE: src/PhpWord/IOFactory.php class IOFactory (line 28) | abstract class IOFactory method createWriter (line 37) | public static function createWriter(PhpWord $phpWord, $name = 'Word2007') method createReader (line 55) | public static function createReader($name = 'Word2007') method createObject (line 69) | private static function createObject($type, $name, $phpWord = null) method load (line 87) | public static function load($filename, $readerName = 'Word2007') method extractVariables (line 102) | public static function extractVariables(string $filename, string $read... method isConcreteClass (line 139) | private static function isConcreteClass($class) FILE: src/PhpWord/Media.php class Media (line 27) | class Media method addElement (line 48) | public static function addElement($container, $mediaType, $source, ?Im... method countElements (line 124) | public static function countElements($container, $mediaType = null) method getElements (line 153) | public static function getElements($container, $type = null) method getElementsByType (line 185) | private static function getElementsByType($container, $type = null) method resetElements (line 205) | public static function resetElements(): void FILE: src/PhpWord/Metadata/Compatibility.php class Compatibility (line 27) | class Compatibility method getOoxmlVersion (line 47) | public function getOoxmlVersion() method setOoxmlVersion (line 59) | public function setOoxmlVersion($value) FILE: src/PhpWord/Metadata/DocInfo.php class DocInfo (line 26) | class DocInfo method __construct (line 123) | public function __construct() method getCreator (line 143) | public function getCreator() method setCreator (line 155) | public function setCreator($value = '') method getLastModifiedBy (line 167) | public function getLastModifiedBy() method setLastModifiedBy (line 179) | public function setLastModifiedBy($value = '') method getCreated (line 191) | public function getCreated() method setCreated (line 203) | public function setCreated($value = null) method getModified (line 215) | public function getModified() method setModified (line 227) | public function setModified($value = null) method getTitle (line 239) | public function getTitle() method setTitle (line 251) | public function setTitle($value = '') method getDescription (line 263) | public function getDescription() method setDescription (line 275) | public function setDescription($value = '') method getSubject (line 287) | public function getSubject() method setSubject (line 299) | public function setSubject($value = '') method getKeywords (line 311) | public function getKeywords() method setKeywords (line 323) | public function setKeywords($value = '') method getCategory (line 335) | public function getCategory() method setCategory (line 347) | public function setCategory($value = '') method getCompany (line 359) | public function getCompany() method setCompany (line 371) | public function setCompany($value = '') method getManager (line 383) | public function getManager() method setManager (line 395) | public function setManager($value = '') method getCustomProperties (line 407) | public function getCustomProperties() method isCustomPropertySet (line 419) | public function isCustomPropertySet($propertyName) method getCustomPropertyValue (line 431) | public function getCustomPropertyValue($propertyName) method getCustomPropertyType (line 447) | public function getCustomPropertyType($propertyName) method setCustomProperty (line 470) | public function setCustomProperty($propertyName, $propertyValue = '', ... method convertProperty (line 511) | public static function convertProperty($propertyValue, $propertyType) method convertPropertyType (line 542) | public static function convertPropertyType($propertyType) method setValue (line 568) | private function setValue($value, $default) method getConversion (line 584) | private static function getConversion($propertyType) FILE: src/PhpWord/Metadata/Protection.php class Protection (line 31) | class Protection method __construct (line 75) | public function __construct($editing = null) method getEditing (line 87) | public function getEditing() method setEditing (line 99) | public function setEditing($editing = null) method getPassword (line 112) | public function getPassword() method setPassword (line 124) | public function setPassword($password) method getSpinCount (line 136) | public function getSpinCount() method setSpinCount (line 148) | public function setSpinCount($spinCount) method getAlgorithm (line 160) | public function getAlgorithm() method setAlgorithm (line 172) | public function setAlgorithm($algorithm) method getSalt (line 184) | public function getSalt() method setSalt (line 196) | public function setSalt($salt) FILE: src/PhpWord/Metadata/Settings.php class Settings (line 32) | class Settings method getDocumentProtection (line 174) | public function getDocumentProtection() method setDocumentProtection (line 186) | public function setDocumentProtection($documentProtection): void method getProofState (line 194) | public function getProofState() method setProofState (line 206) | public function setProofState($proofState): void method hasHideSpellingErrors (line 216) | public function hasHideSpellingErrors() method setHideSpellingErrors (line 226) | public function setHideSpellingErrors($hideSpellingErrors): void method hasHideGrammaticalErrors (line 236) | public function hasHideGrammaticalErrors() method setHideGrammaticalErrors (line 246) | public function setHideGrammaticalErrors($hideGrammaticalErrors): void method hasEvenAndOddHeaders (line 254) | public function hasEvenAndOddHeaders() method setEvenAndOddHeaders (line 262) | public function setEvenAndOddHeaders($evenAndOddHeaders): void method getRevisionView (line 272) | public function getRevisionView() method setRevisionView (line 280) | public function setRevisionView(?TrackChangesView $trackChangesView = ... method hasTrackRevisions (line 288) | public function hasTrackRevisions() method setTrackRevisions (line 296) | public function setTrackRevisions($trackRevisions): void method hasDoNotTrackMoves (line 304) | public function hasDoNotTrackMoves() method setDoNotTrackMoves (line 312) | public function setDoNotTrackMoves($doNotTrackMoves): void method hasDoNotTrackFormatting (line 320) | public function hasDoNotTrackFormatting() method setDoNotTrackFormatting (line 328) | public function setDoNotTrackFormatting($doNotTrackFormatting): void method getZoom (line 336) | public function getZoom() method setZoom (line 344) | public function setZoom($zoom): void method hasMirrorMargins (line 358) | public function hasMirrorMargins() method setMirrorMargins (line 366) | public function setMirrorMargins($mirrorMargins): void method getThemeFontLang (line 374) | public function getThemeFontLang(): ?Language method setThemeFontLang (line 382) | public function setThemeFontLang(Language $themeFontLang): self method hasUpdateFields (line 392) | public function hasUpdateFields() method setUpdateFields (line 400) | public function setUpdateFields($updateFields): void method getDecimalSymbol (line 410) | public function getDecimalSymbol() method setDecimalSymbol (line 420) | public function setDecimalSymbol($decimalSymbol): void method hasAutoHyphenation (line 428) | public function hasAutoHyphenation() method setAutoHyphenation (line 436) | public function setAutoHyphenation($autoHyphenation): void method getConsecutiveHyphenLimit (line 444) | public function getConsecutiveHyphenLimit() method setConsecutiveHyphenLimit (line 452) | public function setConsecutiveHyphenLimit($consecutiveHyphenLimit): void method getHyphenationZone (line 460) | public function getHyphenationZone() method setHyphenationZone (line 468) | public function setHyphenationZone($hyphenationZone): void method hasDoNotHyphenateCaps (line 476) | public function hasDoNotHyphenateCaps() method setDoNotHyphenateCaps (line 484) | public function setDoNotHyphenateCaps($doNotHyphenateCaps): void method hasBookFoldPrinting (line 489) | public function hasBookFoldPrinting(): bool method setBookFoldPrinting (line 494) | public function setBookFoldPrinting(bool $bookFoldPrinting): self FILE: src/PhpWord/PhpWord.php class PhpWord (line 46) | class PhpWord method __construct (line 76) | public function __construct() method __call (line 108) | public function __call($function, $args) method getDocInfo (line 157) | public function getDocInfo() method getCompatibility (line 169) | public function getCompatibility() method getSettings (line 181) | public function getSettings() method getSections (line 191) | public function getSections() method getSection (line 203) | public function getSection($index) method addSection (line 219) | public function addSection($style = null) method sortSections (line 235) | public function sortSections($sorter): void method getDefaultFontName (line 245) | public function getDefaultFontName() method setDefaultFontName (line 255) | public function setDefaultFontName($fontName): void method getDefaultAsianFontName (line 263) | public function getDefaultAsianFontName(): string method setDefaultAsianFontName (line 273) | public function setDefaultAsianFontName($fontName): void method setDefaultFontColor (line 281) | public function setDefaultFontColor(string $fontColor): void method getDefaultFontColor (line 289) | public function getDefaultFontColor(): string method getDefaultFontSize (line 299) | public function getDefaultFontSize() method setDefaultFontSize (line 309) | public function setDefaultFontSize($fontSize): void method setDefaultParagraphStyle (line 321) | public function setDefaultParagraphStyle($styles) method save (line 337) | public function save($filename, $format = 'Word2007', $download = false) method createSection (line 375) | public function createSection($settings = null) method getDocumentProperties (line 389) | public function getDocumentProperties() method setDocumentProperties (line 405) | public function setDocumentProperties($documentProperties) FILE: src/PhpWord/Reader/AbstractReader.php class AbstractReader (line 30) | abstract class AbstractReader implements ReaderInterface method isReadDataOnly (line 58) | public function isReadDataOnly() method setReadDataOnly (line 71) | public function setReadDataOnly($value = true) method hasImageLoading (line 78) | public function hasImageLoading(): bool method setImageLoading (line 83) | public function setImageLoading(bool $value): self method openFile (line 97) | protected function openFile($filename) method canRead (line 118) | public function canRead($filename) FILE: src/PhpWord/Reader/HTML.php class HTML (line 30) | class HTML extends AbstractReader implements ReaderInterface method load (line 39) | public function load($docFile) FILE: src/PhpWord/Reader/MsDoc.php class MsDoc (line 32) | class MsDoc extends AbstractReader implements ReaderInterface method load (line 128) | public function load($filename) method loadOLE (line 145) | private function loadOLE($filename): void method getNumInLcb (line 165) | private function getNumInLcb($lcb, $iSize) method getArrayCP (line 170) | private function getArrayCP($data, $posMem, $iNum) method readFib (line 187) | private function readFib($data) method readBlockFibRgFcLcb (line 371) | private function readBlockFibRgFcLcb($data, $pos, $version) method readFibContent (line 1119) | private function readFibContent(): void method readRecordPlcfSed (line 1143) | private function readRecordPlcfSed(): void method readRecordSttbfFfn (line 1189) | private function readRecordSttbfFfn(): void method readRecordPlcfBtePapx (line 1249) | private function readRecordPlcfBtePapx(): void method readRecordPlcfBteChpx (line 1464) | private function readRecordPlcfBteChpx(): void method readSprm (line 1519) | private function readSprm($sprm) method readSprmSpra (line 1537) | private function readSprmSpra($data, $pos, $oSprm) method readPrl (line 1609) | private function readPrl($data, $pos, $cbNum) method loadRecordHeader (line 2313) | private function loadRecordHeader($stream, $pos) method generatePhpWord (line 2327) | private function generatePhpWord(): void method getInt1d (line 2408) | public static function getInt1d($data, $pos) method getInt2d (line 2421) | public static function getInt2d($data, $pos) method getInt3d (line 2434) | public static function getInt3d($data, $pos) method getInt4d (line 2447) | public static function getInt4d($data, $pos) FILE: src/PhpWord/Reader/ODText.php class ODText (line 29) | class ODText extends AbstractReader implements ReaderInterface method load (line 38) | public function load($docFile) method readPart (line 58) | private function readPart(PhpWord $phpWord, array $relationships, stri... method readRelationships (line 72) | private function readRelationships(string $docFile): array FILE: src/PhpWord/Reader/ODText/AbstractPart.php class AbstractPart (line 30) | abstract class AbstractPart extends Word2007AbstractPart FILE: src/PhpWord/Reader/ODText/Content.php class Content (line 35) | class Content extends AbstractPart method read (line 43) | public function read(PhpWord $phpWord): void method processNodes (line 55) | public function processNodes(DOMNodeList $nodes, XMLReader $xmlReader,... method getSection (line 197) | private function getSection(PhpWord $phpWord): Section FILE: src/PhpWord/Reader/ODText/Meta.php class Meta (line 29) | class Meta extends AbstractPart method read (line 36) | public function read(PhpWord $phpWord): void FILE: src/PhpWord/Reader/RTF.php class RTF (line 30) | class RTF extends AbstractReader implements ReaderInterface method load (line 39) | public function load($docFile) FILE: src/PhpWord/Reader/RTF/Document.php class Document (line 36) | class Document method read (line 137) | public function read(PhpWord $phpWord): void method markOpening (line 188) | private function markOpening(): void method markClosing (line 197) | private function markClosing(): void method markBackslash (line 206) | private function markBackslash(): void method markNewline (line 221) | private function markNewline(): void method flush (line 233) | private function flush($isControl = false): void method flushControl (line 247) | private function flushControl($isControl = false): void method flushText (line 262) | private function flushText(): void method setControl (line 288) | private function setControl($value): void method pushText (line 299) | private function pushText($char): void method parseControl (line 316) | private function parseControl($control, $parameter): void method readParagraph (line 355) | private function readParagraph($directives): void method readStyle (line 367) | private function readStyle($directives): void method readSkip (line 378) | private function readSkip($directives): void method readText (line 388) | private function readText(): void FILE: src/PhpWord/Reader/ReaderInterface.php type ReaderInterface (line 26) | interface ReaderInterface method canRead (line 35) | public function canRead($filename); method load (line 42) | public function load($filename); FILE: src/PhpWord/Reader/Word2007.php class Word2007 (line 36) | class Word2007 extends AbstractReader implements ReaderInterface method load (line 45) | public function load($docFile) method readPart (line 104) | private function readPart(PhpWord $phpWord, array $relationships, arra... method readRelationships (line 128) | private function readRelationships($docFile) method getRels (line 168) | private function getRels($docFile, $xmlFile, $targetPrefix = '') FILE: src/PhpWord/Reader/Word2007/AbstractPart.php class AbstractPart (line 44) | abstract class AbstractPart method read (line 95) | abstract public function read(PhpWord $phpWord); method __construct (line 103) | public function __construct($docFile, $xmlFile) method setRels (line 114) | public function setRels($value): void method setImageLoading (line 119) | public function setImageLoading(bool $value): self method hasImageLoading (line 126) | public function hasImageLoading(): bool method getCommentReferences (line 136) | public function getCommentReferences(): array method setCommentReferences (line 146) | public function setCommentReferences(array $commentRefs): self method setCommentReference (line 156) | private function setCommentReference(string $type, string $id, Abstrac... method getCommentReference (line 178) | protected function getCommentReference(string $id): array method readParagraph (line 195) | protected function readParagraph(XMLReader $xmlReader, DOMElement $dom... method readFormField (line 336) | private function readFormField(XMLReader $xmlReader, array $domNodes, ... method getHeadingDepth (line 438) | private function getHeadingDepth(?array $paragraphStyle = null) method readRun (line 464) | protected function readRun(XMLReader $xmlReader, DOMElement $domNode, ... method readRunChild (line 498) | protected function readRunChild(XMLReader $xmlReader, DOMElement $node... method readRubyProperties (line 616) | protected function readRubyProperties(XMLReader $xmlReader, DOMElement... method readTable (line 639) | protected function readTable(XMLReader $xmlReader, DOMElement $domNode... method readParagraphStyle (line 695) | protected function readParagraphStyle(XMLReader $xmlReader, DOMElement... method readFontStyle (line 743) | protected function readFontStyle(XMLReader $xmlReader, DOMElement $dom... method readTableStyle (line 789) | protected function readTableStyle(XMLReader $xmlReader, DOMElement $do... method readTablePosition (line 836) | private function readTablePosition(XMLReader $xmlReader, DOMElement $d... method readTableIndent (line 859) | private function readTableIndent(XMLReader $xmlReader, DOMElement $dom... method readCellStyle (line 875) | private function readCellStyle(XMLReader $xmlReader, DOMElement $domNode) method findPossibleElement (line 912) | private function findPossibleElement(XMLReader $xmlReader, ?DOMElement... method findPossibleAttribute (line 935) | private function findPossibleAttribute(XMLReader $xmlReader, DOMElemen... method readStyleDefs (line 960) | protected function readStyleDefs(XMLReader $xmlReader, ?DOMElement $pa... method readStyleDef (line 1003) | private function readStyleDef($method, $attributeValue, $expected) method isOn (line 1029) | private function isOn($value = null) method getMediaTarget (line 1042) | private function getMediaTarget($docPart, $rId) method getTargetMode (line 1061) | private function getTargetMode($docPart, $rId) FILE: src/PhpWord/Reader/Word2007/Comments.php class Comments (line 10) | class Comments extends AbstractPart method read (line 22) | public function read(PhpWord $phpWord): void FILE: src/PhpWord/Reader/Word2007/DocPropsApp.php class DocPropsApp (line 26) | class DocPropsApp extends DocPropsCore FILE: src/PhpWord/Reader/Word2007/DocPropsCore.php class DocPropsCore (line 29) | class DocPropsCore extends AbstractPart method read (line 58) | public function read(PhpWord $phpWord): void FILE: src/PhpWord/Reader/Word2007/DocPropsCustom.php class DocPropsCustom (line 30) | class DocPropsCustom extends AbstractPart method read (line 35) | public function read(PhpWord $phpWord): void FILE: src/PhpWord/Reader/Word2007/Document.php class Document (line 33) | class Document extends AbstractPart method read (line 45) | public function read(PhpWord $phpWord): void method readHeaderFooter (line 69) | private function readHeaderFooter($settings, Section &$section): void method readSectionStyle (line 104) | private function readSectionStyle(XMLReader $xmlReader, DOMElement $do... method readWPNode (line 143) | private function readWPNode(XMLReader $xmlReader, DOMElement $node, Se... method readWSectPrNode (line 166) | private function readWSectPrNode(XMLReader $xmlReader, DOMElement $nod... FILE: src/PhpWord/Reader/Word2007/Endnotes.php class Endnotes (line 26) | class Endnotes extends Footnotes FILE: src/PhpWord/Reader/Word2007/Footnotes.php class Footnotes (line 29) | class Footnotes extends AbstractPart method read (line 48) | public function read(PhpWord $phpWord): void method getElement (line 82) | private function getElement(PhpWord $phpWord, $relationId) FILE: src/PhpWord/Reader/Word2007/Numbering.php class Numbering (line 30) | class Numbering extends AbstractPart method read (line 35) | public function read(PhpWord $phpWord): void method readLevel (line 98) | private function readLevel(XMLReader $xmlReader, DOMElement $subnode, ... FILE: src/PhpWord/Reader/Word2007/Settings.php class Settings (line 32) | class Settings extends AbstractPart method read (line 54) | public function read(PhpWord $phpWord): void method setThemeFontLang (line 82) | protected function setThemeFontLang(XMLReader $xmlReader, PhpWord $php... method setDocumentProtection (line 99) | protected function setDocumentProtection(XMLReader $xmlReader, PhpWord... method setProofState (line 112) | protected function setProofState(XMLReader $xmlReader, PhpWord $phpWor... method setZoom (line 130) | protected function setZoom(XMLReader $xmlReader, PhpWord $phpWord, DOM... method setRevisionView (line 143) | protected function setRevisionView(XMLReader $xmlReader, PhpWord $phpW... method setConsecutiveHyphenLimit (line 154) | protected function setConsecutiveHyphenLimit(XMLReader $xmlReader, Php... method setHyphenationZone (line 163) | protected function setHyphenationZone(XMLReader $xmlReader, PhpWord $p... FILE: src/PhpWord/Reader/Word2007/Styles.php class Styles (line 30) | class Styles extends AbstractPart method read (line 35) | public function read(PhpWord $phpWord): void FILE: src/PhpWord/Settings.php class Settings (line 24) | class Settings method hasCompatibility (line 176) | public static function hasCompatibility(): bool method setCompatibility (line 185) | public static function setCompatibility(bool $compatibility): bool method getZipClass (line 195) | public static function getZipClass(): string method setZipClass (line 203) | public static function setZipClass(string $zipClass): bool method setPdfRenderer (line 219) | public static function setPdfRenderer(string $libraryName, string $lib... method getPdfRendererName (line 231) | public static function getPdfRendererName(): ?string method setPdfRendererName (line 239) | public static function setPdfRendererName(?string $libraryName): bool method getPdfRendererPath (line 253) | public static function getPdfRendererPath(): ?string method setPdfRendererOptions (line 261) | public static function setPdfRendererOptions(array $options): void method getPdfRendererOptions (line 269) | public static function getPdfRendererOptions(): array method setPdfRendererPath (line 281) | public static function setPdfRendererPath(?string $libraryBaseDir): bool method getMeasurementUnit (line 294) | public static function getMeasurementUnit(): string method setMeasurementUnit (line 302) | public static function setMeasurementUnit(string $value): bool method setTempDir (line 327) | public static function setTempDir(string $tempDir): void method getTempDir (line 337) | public static function getTempDir(): string method isOutputEscapingEnabled (line 351) | public static function isOutputEscapingEnabled(): bool method setOutputEscapingEnabled (line 359) | public static function setOutputEscapingEnabled(bool $outputEscapingEn... method getDefaultFontName (line 367) | public static function getDefaultFontName(): string method getDefaultAsianFontName (line 375) | public static function getDefaultAsianFontName(): string method setDefaultFontName (line 383) | public static function setDefaultFontName(string $value): bool method setDefaultAsianFontName (line 394) | public static function setDefaultAsianFontName(string $value): bool method getDefaultFontColor (line 408) | public static function getDefaultFontColor(): string method setDefaultFontColor (line 416) | public static function setDefaultFontColor(string $value): bool method getDefaultFontSize (line 432) | public static function getDefaultFontSize() method setDefaultFontSize (line 442) | public static function setDefaultFontSize($value): bool method setDefaultRtl (line 453) | public static function setDefaultRtl(?bool $defaultRtl): void method isDefaultRtl (line 458) | public static function isDefaultRtl(): ?bool method loadConfig (line 466) | public static function loadConfig(?string $filename = null): array method getDefaultPaper (line 509) | public static function getDefaultPaper(): string method setDefaultPaper (line 517) | public static function setDefaultPaper(string $value): bool FILE: src/PhpWord/Shared/AbstractEnum.php class AbstractEnum (line 24) | abstract class AbstractEnum method getConstants (line 28) | private static function getConstants() method values (line 47) | public static function values() method isValid (line 59) | public static function isValid($value) method validate (line 71) | public static function validate($value): void FILE: src/PhpWord/Shared/Converter.php class Converter (line 24) | class Converter method cmToTwip (line 41) | public static function cmToTwip($centimeter = 1) method cmToInch (line 53) | public static function cmToInch($centimeter = 1) method cmToPixel (line 65) | public static function cmToPixel($centimeter = 1) method cmToPoint (line 77) | public static function cmToPoint($centimeter = 1) method cmToEmu (line 89) | public static function cmToEmu($centimeter = 1) method inchToTwip (line 101) | public static function inchToTwip($inch = 1) method inchToCm (line 113) | public static function inchToCm($inch = 1) method inchToPixel (line 125) | public static function inchToPixel($inch = 1) method inchToPoint (line 137) | public static function inchToPoint($inch = 1) method inchToEmu (line 149) | public static function inchToEmu($inch = 1) method pixelToTwip (line 161) | public static function pixelToTwip($pixel = 1) method pixelToCm (line 173) | public static function pixelToCm($pixel = 1) method pixelToPoint (line 185) | public static function pixelToPoint($pixel = 1) method pixelToEmu (line 197) | public static function pixelToEmu($pixel = 1) method pointToTwip (line 209) | public static function pointToTwip($point = 1) method pointToPixel (line 221) | public static function pointToPixel($point = 1) method pointToEmu (line 233) | public static function pointToEmu($point = 1) method pointToCm (line 245) | public static function pointToCm($point = 1) method emuToPixel (line 257) | public static function emuToPixel($emu = 1) method picaToPoint (line 269) | public static function picaToPoint($pica = 1) method degreeToAngle (line 281) | public static function degreeToAngle($degree = 1) method angleToDegree (line 293) | public static function angleToDegree($angle = 1) method stringToRgb (line 305) | public static function stringToRgb($value) method htmlToRgb (line 350) | public static function htmlToRgb($value) method cssToPoint (line 380) | public static function cssToPoint($value) method cssToTwip (line 416) | public static function cssToTwip($value) method cssToPixel (line 428) | public static function cssToPixel($value) method cssToCm (line 440) | public static function cssToCm($value) method cssToEmu (line 452) | public static function cssToEmu($value) FILE: src/PhpWord/Shared/Css.php class Css (line 22) | class Css method __construct (line 34) | public function __construct(string $cssContent) method process (line 39) | public function process(): void method getStyles (line 61) | public function getStyles(): array method getStyle (line 66) | public function getStyle(string $selector): array method sanitize (line 73) | private function sanitize(string $value): string FILE: src/PhpWord/Shared/Drawing.php class Drawing (line 24) | class Drawing method pixelsToEmu (line 35) | public static function pixelsToEmu($pValue = 0) method emuToPixels (line 47) | public static function emuToPixels($pValue = 0) method pixelsToPoints (line 63) | public static function pixelsToPoints($pValue = 0) method pointsToCentimeters (line 75) | public static function pointsToCentimeters($pValue = 0) method pointsToPixels (line 91) | public static function pointsToPixels($pValue = 0) method pixelsToCentimeters (line 107) | public static function pixelsToCentimeters($pValue = 0) method centimetersToPixels (line 120) | public static function centimetersToPixels($pValue = 0) method degreesToAngle (line 136) | public static function degreesToAngle($pValue = 0) method angleToDegrees (line 148) | public static function angleToDegrees($pValue = 0) method centimetersToTwips (line 164) | public static function centimetersToTwips($pValue = 0) method twipsToCentimeters (line 180) | public static function twipsToCentimeters($pValue = 0) method inchesToTwips (line 196) | public static function inchesToTwips($pValue = 0) method twipsToInches (line 212) | public static function twipsToInches($pValue = 0) method twipsToPixels (line 228) | public static function twipsToPixels($pValue = 0) method htmlToRGB (line 244) | public static function htmlToRGB($pValue) FILE: src/PhpWord/Shared/Html.php class Html (line 40) | class Html method addHtml (line 67) | public static function addHtml($element, $html, $fullHTML = false, $pr... method parseInlineStyle (line 111) | protected static function parseInlineStyle($node, $styles = []) method parseNode (line 194) | protected static function parseNode($node, $element, $styles = [], $da... method parseChildNodes (line 286) | protected static function parseChildNodes($node, $element, $styles, $d... method parseParagraph (line 309) | protected static function parseParagraph($node, $element, &$styles) method parseInput (line 326) | protected static function parseInput($node, $element, &$styles): void method parseHeading (line 352) | protected static function parseHeading(DOMNode $node, AbstractContaine... method parseText (line 368) | protected static function parseText($node, $element, &$styles): void method parseProperty (line 389) | protected static function parseProperty(&$styles, $argument1, $argumen... method parseSpan (line 400) | protected static function parseSpan($node, &$styles): void method parseTable (line 416) | protected static function parseTable($node, $element, &$styles) method parseRow (line 445) | protected static function parseRow($node, $element, &$styles) method parseCell (line 468) | protected static function parseCell($node, $element, &$styles) method shouldAddTextRun (line 494) | protected static function shouldAddTextRun(DOMNode $node) method recursiveParseStylesInHierarchy (line 508) | protected static function recursiveParseStylesInHierarchy(DOMNode $nod... method filterOutNonInheritedStyles (line 527) | protected static function filterOutNonInheritedStyles(array $styles) method parseList (line 561) | protected static function parseList($node, $element, &$styles, &$data) method getListStyle (line 608) | protected static function getListStyle($isOrderedList) method parseListItem (line 654) | protected static function parseListItem($node, $element, &$styles, $da... method parseStyle (line 670) | protected static function parseStyle($attribute, array $styles): array method parseStyleDeclarations (line 683) | protected static function parseStyleDeclarations(array $selectors, arr... method parseImage (line 946) | protected static function parseImage($node, $element) method mapBorderStyle (line 1057) | protected static function mapBorderStyle($cssBorderStyle) method mapBorderColor (line 1070) | protected static function mapBorderColor(&$styles, $cssBorderColor): void method mapAlign (line 1092) | protected static function mapAlign($cssAlignment, $bidi) method mapRubyAlign (line 1109) | protected static function mapRubyAlign(string $cssRubyAlignment): string method mapAlignVertical (line 1130) | protected static function mapAlignVertical($alignment) method mapListType (line 1159) | protected static function mapListType($cssListType) method parseLineBreak (line 1181) | protected static function parseLineBreak($element): void method parseLink (line 1193) | protected static function parseLink($node, $element, &$styles) method parseHorizRule (line 1224) | protected static function parseHorizRule($node, $element): void method parseRuby (line 1258) | protected static function parseRuby($node, $element, &$styles) method convertRgb (line 1304) | private static function convertRgb(string $rgb): string method convertHtmlSize (line 1316) | protected static function convertHtmlSize(string $size): float FILE: src/PhpWord/Shared/Microsoft/PasswordEncoder.php class PasswordEncoder (line 26) | class PasswordEncoder method hashPassword (line 114) | public static function hashPassword($password, $algorithmName = self::... method getAlgorithm (line 168) | private static function getAlgorithm($algorithmName) method getAlgorithmId (line 185) | public static function getAlgorithmId($algorithmName) method buildCombinedKey (line 197) | private static function buildCombinedKey($byteChars) method int32 (line 242) | private static function int32($value) FILE: src/PhpWord/Shared/OLERead.php class OLERead (line 25) | class OLERead method read (line 83) | public function read($sFileName) method getStream (line 185) | public function getStream($stream) method readData (line 234) | private function readData($blSectorId) method readPropertySets (line 251) | private function readPropertySets() method getInt4d (line 319) | private static function getInt4d($data, $pos) FILE: src/PhpWord/Shared/PCLZip/pclzip.lib.php class PclZip (line 190) | class PclZip method __construct (line 215) | public function __construct($p_zipname) method create (line 270) | public function create($p_filelist) method add (line 445) | public function add($p_filelist) method listContent (line 627) | public function listContent() method extract (line 684) | public function extract() method extractByIndex (line 839) | public function extractByIndex($p_index) method delete (line 989) | public function delete() method deleteByIndex (line 1050) | public function deleteByIndex($p_index) method properties (line 1074) | public function properties() method duplicate (line 1146) | public function duplicate($p_archive) method merge (line 1199) | public function merge($p_archive_to_add) method errorCode (line 1243) | public function errorCode() method errorName (line 1258) | public function errorName($p_with_code = false) method errorInfo (line 1303) | public function errorInfo($p_full = false) method privCheckFormat (line 1337) | public function privCheckFormat($p_level = 0) method privParseOptions (line 1392) | public function privParseOptions(&$p_options_list, $p_size, &$v_result... method privOptionDefaultThreshold (line 1778) | public function privOptionDefaultThreshold(&$p_options) method privFileDescrParseAtt (line 1824) | public function privFileDescrParseAtt(&$p_file_list, &$p_filedescr, $v... method privFileDescrExpand (line 1961) | public function privFileDescrExpand(&$p_filedescr_list, &$p_options) method privCreate (line 2077) | public function privCreate($p_filedescr_list, &$p_result_list, &$p_opt... method privAdd (line 2111) | public function privAdd($p_filedescr_list, &$p_result_list, &$p_options) method privOpenFd (line 2282) | public function privOpenFd($p_mode) method privCloseFd (line 2314) | public function privCloseFd() method privAddList (line 2342) | public function privAddList($p_filedescr_list, &$p_result_list, &$p_op... method privAddFileList (line 2403) | public function privAddFileList($p_filedescr_list, &$p_result_list, &$... method privAddFile (line 2457) | public function privAddFile($p_filedescr, &$p_header, &$p_options) method privAddFileUsingTempFile (line 2716) | public function privAddFileUsingTempFile($p_filedescr, &$p_header, &$p... method privCalculateStoredFilename (line 2830) | public function privCalculateStoredFilename(&$p_filedescr, &$p_options) method privWriteFileHeader (line 2932) | public function privWriteFileHeader(&$p_header) method privWriteCentralFileHeader (line 2969) | public function privWriteCentralFileHeader(&$p_header) method privWriteCentralHeader (line 3010) | public function privWriteCentralHeader($p_nb_entries, $p_size, $p_offs... method privList (line 3036) | public function privList(&$p_list) method privConvertHeader2FileInfo (line 3120) | public function privConvertHeader2FileInfo($p_header, &$p_info) method privExtractByRule (line 3159) | public function privExtractByRule(&$p_file_list, $p_path, $p_remove_pa... method privExtractFile (line 3457) | public function privExtractFile(&$p_entry, $p_path, $p_remove_path, $p... method privExtractFileUsingTempFile (line 3768) | public function privExtractFileUsingTempFile(&$p_entry, &$p_options) method privExtractFileInOutput (line 3844) | public function privExtractFileInOutput(&$p_entry, &$p_options) method privExtractFileAsString (line 3953) | public function privExtractFileAsString(&$p_entry, &$p_string, &$p_opt... method privReadFileHeader (line 4070) | public function privReadFileHeader(&$p_header) method privReadCentralFileHeader (line 4167) | public function privReadCentralFileHeader(&$p_header) method privCheckFileHeaders (line 4272) | public function privCheckFileHeaders(&$p_local_header, &$p_central_hea... method privReadEndCentralDir (line 4309) | public function privReadEndCentralDir(&$p_central_dir) method privDeleteByRule (line 4458) | public function privDeleteByRule(&$p_result_list, &$p_options) method privDirCheck (line 4736) | public function privDirCheck($p_dir, $p_is_dir = false) method privMerge (line 4784) | public function privMerge(&$p_archive_to_add) method privDuplicate (line 4958) | public function privDuplicate($p_archive_filename) method privErrorLog (line 5014) | public function privErrorLog($p_error_code = 0, $p_error_string = '') method privErrorReset (line 5030) | public function privErrorReset() method privDisableMagicQuotes (line 5047) | public function privDisableMagicQuotes() method privSwapBackMagicQuotes (line 5080) | public function privSwapBackMagicQuotes() function PclZipUtilPathReduction (line 5114) | function PclZipUtilPathReduction($p_dir) function PclZipUtilPathInclusion (line 5191) | function PclZipUtilPathInclusion($p_dir, $p_path) function PclZipUtilCopyBlock (line 5269) | function PclZipUtilCopyBlock($p_src, $p_dest, $p_size, $p_mode = 0) function PclZipUtilRename (line 5320) | function PclZipUtilRename($p_src, $p_dest) function PclZipUtilOptionText (line 5349) | function PclZipUtilOptionText($p_option) function PclZipUtilTranslateWinPath (line 5377) | function PclZipUtilTranslateWinPath($p_path, $p_remove_disk_letter = true) FILE: src/PhpWord/Shared/Text.php class Text (line 26) | class Text method buildControlCharacters (line 38) | private static function buildControlCharacters(): void method controlCharacterPHP2OOXML (line 64) | public static function controlCharacterPHP2OOXML($value = '') method numberFormat (line 81) | public static function numberFormat($number, $decimals) method chr (line 95) | public static function chr($dec) method controlCharacterOOXML2PHP (line 120) | public static function controlCharacterOOXML2PHP($value = '') method isUTF8 (line 136) | public static function isUTF8($value = '') method toUTF8 (line 148) | public static function toUTF8($value = '') method toUnicode (line 172) | public static function toUnicode($text) method utf8ToUnicode (line 187) | public static function utf8ToUnicode($text) method unicodeToEntities (line 229) | private static function unicodeToEntities($unicode) method removeUnderscorePrefix (line 249) | public static function removeUnderscorePrefix($value) FILE: src/PhpWord/Shared/Validate.php class Validate (line 22) | class Validate method validateCSSWhiteSpace (line 53) | public static function validateCSSWhiteSpace(?string $value): string method validateCSSGenericFont (line 69) | public static function validateCSSGenericFont(?string $value): string FILE: src/PhpWord/Shared/XMLReader.php class XMLReader (line 34) | class XMLReader method getDomFromZip (line 58) | public function getDomFromZip($zipFile, $xmlFile) method getDomFromString (line 91) | public function getDomFromString($content) method getElements (line 112) | public function getElements($path, ?DOMElement $contextNode = null) method registerNamespace (line 134) | public function registerNamespace($prefix, $namespaceURI) method getElement (line 153) | public function getElement($path, ?DOMElement $contextNode = null) method getAttribute (line 171) | public function getAttribute($attribute, ?DOMElement $contextNode = nu... method getValue (line 197) | public function getValue($path, ?DOMElement $contextNode = null) method countElements (line 214) | public function countElements($path, ?DOMElement $contextNode = null) method elementExists (line 228) | public function elementExists($path, ?DOMElement $contextNode = null) FILE: src/PhpWord/Shared/XMLWriter.php class XMLWriter (line 39) | class XMLWriter extends \XMLWriter method __construct (line 59) | public function __construct($pTemporaryStorage = self::STORAGE_MEMORY,... method __destruct (line 87) | public function __destruct() method getData (line 103) | public function getData() method writeElementBlock (line 125) | public function writeElementBlock($element, $attributes, $value = null... method writeElementIf (line 145) | public function writeElementIf($condition, $element, $attribute = null... method writeAttributeIf (line 165) | public function writeAttributeIf($condition, $attribute, $value): void method writeAttribute (line 176) | public function writeAttribute($name, $value): bool FILE: src/PhpWord/Shared/ZipArchive.php class ZipArchive (line 40) | class ZipArchive method __construct (line 84) | public function __construct() method __call (line 105) | public function __call($function, $args) method open (line 133) | public function open($filename, $flags = null) method close (line 168) | public function close() method extractTo (line 194) | public function extractTo($destination, $entries = null) method getFromName (line 214) | public function getFromName($filename) method pclzipAddFile (line 237) | public function pclzipAddFile($filename, $localname = null) method pclzipAddFromString (line 291) | public function pclzipAddFromString($localname, $contents) method pclzipExtractTo (line 328) | public function pclzipExtractTo($destination, $entries = null) method pclzipGetFromName (line 362) | public function pclzipGetFromName($filename) method pclzipGetNameIndex (line 392) | public function pclzipGetNameIndex($index) method pclzipLocateName (line 411) | public function pclzipLocateName($filename) method addEmptyDir (line 435) | public function addEmptyDir(string $dirname): bool FILE: src/PhpWord/SimpleType/Border.php class Border (line 29) | final class Border extends AbstractEnum FILE: src/PhpWord/SimpleType/DocProtect.php class DocProtect (line 29) | final class DocProtect extends AbstractEnum FILE: src/PhpWord/SimpleType/Jc.php class Jc (line 33) | final class Jc extends AbstractEnum FILE: src/PhpWord/SimpleType/JcTable.php class JcTable (line 30) | final class JcTable extends AbstractEnum FILE: src/PhpWord/SimpleType/LineSpacingRule.php class LineSpacingRule (line 29) | final class LineSpacingRule extends AbstractEnum FILE: src/PhpWord/SimpleType/NumberFormat.php class NumberFormat (line 29) | final class NumberFormat extends AbstractEnum FILE: src/PhpWord/SimpleType/TblWidth.php class TblWidth (line 29) | final class TblWidth extends AbstractEnum FILE: src/PhpWord/SimpleType/TextAlignment.php class TextAlignment (line 29) | final class TextAlignment extends AbstractEnum FILE: src/PhpWord/SimpleType/VerticalJc.php class VerticalJc (line 31) | final class VerticalJc extends AbstractEnum FILE: src/PhpWord/SimpleType/Zoom.php class Zoom (line 29) | final class Zoom extends AbstractEnum FILE: src/PhpWord/Style.php class Style (line 30) | class Style method addParagraphStyle (line 47) | public static function addParagraphStyle($styleName, $styles) method addFontStyle (line 61) | public static function addFontStyle($styleName, $fontStyle, $paragraph... method addLinkStyle (line 74) | public static function addLinkStyle($styleName, $styles) method addNumberingStyle (line 89) | public static function addNumberingStyle($styleName, $styleValues) method addTitleStyle (line 103) | public static function addTitleStyle($depth, $fontStyle, $paragraphSty... method addTableStyle (line 123) | public static function addTableStyle($styleName, $styleTable, $styleFi... method countStyles (line 135) | public static function countStyles() method resetStyles (line 145) | public static function resetStyles(): void method setDefaultParagraphStyle (line 157) | public static function setDefaultParagraphStyle($styles) method getStyles (line 167) | public static function getStyles() method getStyle (line 179) | public static function getStyle($styleName) method setStyleValues (line 199) | private static function setStyleValues($name, $style, $value = null) FILE: src/PhpWord/Style/AbstractStyle.php class AbstractStyle (line 29) | abstract class AbstractStyle method getStyleName (line 68) | public function getStyleName() method setStyleName (line 80) | public function setStyleName($value) method getIndex (line 92) | public function getIndex() method setIndex (line 104) | public function setIndex($value = null) method isAuto (line 116) | public function isAuto() method setAuto (line 128) | public function setAuto($value = true) method getChildStyleValue (line 145) | public function getChildStyleValue($substyleObject, $substyleProperty) method setStyleValue (line 169) | public function setStyleValue($key, $value) method setStyleByArray (line 194) | public function setStyleByArray($values = []) method setNonEmptyVal (line 211) | protected function setNonEmptyVal($value, $default) method setBoolVal (line 228) | protected function setBoolVal($value, $default) method setNumericVal (line 245) | protected function setNumericVal($value, $default = null) method setIntVal (line 262) | protected function setIntVal($value, $default = null) method setFloatVal (line 284) | protected function setFloatVal($value, $default = null) method setEnumVal (line 305) | protected function setEnumVal($value = null, $enum = [], $default = null) method setObjectVal (line 324) | protected function setObjectVal($value, string $styleName, &$style) method setPairedVal (line 349) | protected function setPairedVal(&$property, &$pairProperty, $value) FILE: src/PhpWord/Style/Border.php class Border (line 24) | class Border extends AbstractStyle method getBorderSize (line 145) | public function getBorderSize() method setBorderSize (line 162) | public function setBorderSize($value = null) method getBorderColor (line 177) | public function getBorderColor() method setBorderColor (line 194) | public function setBorderColor($value = null) method getBorderStyle (line 209) | public function getBorderStyle() method setBorderStyle (line 226) | public function setBorderStyle($value = null) method getBorderTopSize (line 241) | public function getBorderTopSize() method setBorderTopSize (line 253) | public function setBorderTopSize($value = null) method getBorderTopColor (line 265) | public function getBorderTopColor() method setBorderTopColor (line 277) | public function setBorderTopColor($value = null) method getBorderTopStyle (line 289) | public function getBorderTopStyle() method setBorderTopStyle (line 301) | public function setBorderTopStyle($value = null) method getBorderLeftSize (line 313) | public function getBorderLeftSize() method setBorderLeftSize (line 325) | public function setBorderLeftSize($value = null) method getBorderLeftColor (line 337) | public function getBorderLeftColor() method setBorderLeftColor (line 349) | public function setBorderLeftColor($value = null) method getBorderLeftStyle (line 361) | public function getBorderLeftStyle() method setBorderLeftStyle (line 373) | public function setBorderLeftStyle($value = null) method getBorderRightSize (line 385) | public function getBorderRightSize() method setBorderRightSize (line 397) | public function setBorderRightSize($value = null) method getBorderRightColor (line 409) | public function getBorderRightColor() method setBorderRightColor (line 421) | public function setBorderRightColor($value = null) method getBorderRightStyle (line 433) | public function getBorderRightStyle() method setBorderRightStyle (line 445) | public function setBorderRightStyle($value = null) method getBorderBottomSize (line 457) | public function getBorderBottomSize() method setBorderBottomSize (line 469) | public function setBorderBottomSize($value = null) method getBorderBottomColor (line 481) | public function getBorderBottomColor() method setBorderBottomColor (line 493) | public function setBorderBottomColor($value = null) method getBorderBottomStyle (line 505) | public function getBorderBottomStyle() method setBorderBottomStyle (line 517) | public function setBorderBottomStyle($value = null) method hasBorder (line 529) | public function hasBorder() method getMarginTop (line 541) | public function getMarginTop() method setMarginTop (line 553) | public function setMarginTop($value = null) method getMarginLeft (line 565) | public function getMarginLeft() method setMarginLeft (line 577) | public function setMarginLeft($value = null) method getMarginRight (line 589) | public function getMarginRight() method setMarginRight (line 601) | public function setMarginRight($value = null) method getMarginBottom (line 613) | public function getMarginBottom() method setMarginBottom (line 625) | public function setMarginBottom($value = null) FILE: src/PhpWord/Style/Cell.php class Cell (line 27) | class Cell extends Border method getVAlign (line 154) | public function getVAlign() method setVAlign (line 166) | public function setVAlign($value = null) method getTextDirection (line 185) | public function getTextDirection() method setTextDirection (line 197) | public function setTextDirection($value = null) method getBgColor (line 217) | public function getBgColor() method setBgColor (line 233) | public function setBgColor($value = null) method getGridSpan (line 243) | public function getGridSpan() method setGridSpan (line 255) | public function setGridSpan($value = null) method getVMerge (line 267) | public function getVMerge() method setVMerge (line 279) | public function setVMerge($value = null) method getShading (line 298) | public function getShading() method setShading (line 310) | public function setShading($value = null) method getWidth (line 322) | public function getWidth() method setWidth (line 334) | public function setWidth($value) method getUnit (line 346) | public function getUnit() method setUnit (line 356) | public function setUnit($value) method setNoWrap (line 366) | public function setNoWrap(bool $value): self method getNoWrap (line 376) | public function getNoWrap(): bool method getPaddingTop (line 384) | public function getPaddingTop(): ?int method setPaddingTop (line 394) | public function setPaddingTop(int $value): self method getPaddingBottom (line 404) | public function getPaddingBottom(): ?int method setPaddingBottom (line 414) | public function setPaddingBottom(int $value): self method getPaddingLeft (line 424) | public function getPaddingLeft(): ?int method setPaddingLeft (line 434) | public function setPaddingLeft(int $value): self method getPaddingRight (line 444) | public function getPaddingRight(): ?int method setPaddingRight (line 454) | public function setPaddingRight(int $value): self FILE: src/PhpWord/Style/Chart.php class Chart (line 26) | class Chart extends AbstractStyle method __construct (line 157) | public function __construct($style = []) method getWidth (line 167) | public function getWidth() method setWidth (line 179) | public function setWidth($value = null) method getHeight (line 191) | public function getHeight() method setHeight (line 203) | public function setHeight($value = null) method is3d (line 215) | public function is3d() method set3d (line 227) | public function set3d($value = true) method getColors (line 239) | public function getColors() method setColors (line 251) | public function setColors($value = []) method getTitle (line 263) | public function getTitle() method setTitle (line 275) | public function setTitle($value = null) method isShowLegend (line 287) | public function isShowLegend() method setShowLegend (line 299) | public function setShowLegend($value = false) method getLegendPosition (line 311) | public function getLegendPosition() method setLegendPosition (line 330) | public function setLegendPosition($legendPosition = 'r') method showAxisLabels (line 343) | public function showAxisLabels() method setShowAxisLabels (line 355) | public function setShowAxisLabels($value = true) method getDataLabelOptions (line 367) | public function getDataLabelOptions() method setDataLabelOptions (line 378) | public function setDataLabelOptions($values = []): void method showGridY (line 395) | public function showGridY() method setShowGridY (line 407) | public function setShowGridY($value = true) method getCategoryLabelPosition (line 419) | public function getCategoryLabelPosition() method setCategoryLabelPosition (line 435) | public function setCategoryLabelPosition($labelPosition) method getValueLabelPosition (line 448) | public function getValueLabelPosition() method setValueLabelPosition (line 460) | public function setValueLabelPosition(string $labelPosition) method getCategoryAxisTitle (line 473) | public function getCategoryAxisTitle() method setCategoryAxisTitle (line 483) | public function setCategoryAxisTitle($axisTitle) method getValueAxisTitle (line 495) | public function getValueAxisTitle() method setValueAxisTitle (line 505) | public function setValueAxisTitle($axisTitle) method getMajorTickPosition (line 512) | public function getMajorTickPosition() method setMajorTickPosition (line 522) | public function setMajorTickPosition($position): void method showGridX (line 533) | public function showGridX() method setShowGridX (line 545) | public function setShowGridX($value = true) FILE: src/PhpWord/Style/Extrusion.php class Extrusion (line 27) | class Extrusion extends AbstractStyle method __construct (line 56) | public function __construct($style = []) method getType (line 66) | public function getType() method setType (line 78) | public function setType($value = null) method getColor (line 91) | public function getColor() method setColor (line 103) | public function setColor($value = null) FILE: src/PhpWord/Style/Fill.php class Fill (line 29) | class Fill extends AbstractStyle method __construct (line 43) | public function __construct($style = []) method getColor (line 53) | public function getColor() method setColor (line 65) | public function setColor($value = null) FILE: src/PhpWord/Style/Font.php class Font (line 27) | class Font extends AbstractStyle method __construct (line 294) | public function __construct($type = 'text', $paragraph = null) method getStyleValues (line 307) | public function getStyleValues() method getStyleType (line 350) | public function getStyleType() method getName (line 360) | public function getName() method setName (line 372) | public function setName($value = null) method getHint (line 384) | public function getHint() method setHint (line 396) | public function setHint($value = null) method getSize (line 408) | public function getSize() method setSize (line 420) | public function setSize($value = null) method getColor (line 430) | public function getColor(): ?string method setColor (line 442) | public function setColor($value = null) method isBold (line 454) | public function isBold() method setBold (line 466) | public function setBold($value = true) method isItalic (line 478) | public function isItalic() method setItalic (line 490) | public function setItalic($value = true) method getUnderline (line 502) | public function getUnderline() method setUnderline (line 514) | public function setUnderline($value = self::UNDERLINE_NONE) method isSuperScript (line 526) | public function isSuperScript() method setSuperScript (line 538) | public function setSuperScript($value = true) method isSubScript (line 548) | public function isSubScript() method setSubScript (line 560) | public function setSubScript($value = true) method isStrikethrough (line 568) | public function isStrikethrough(): ?bool method setStrikethrough (line 578) | public function setStrikethrough($value = true): self method isDoubleStrikethrough (line 586) | public function isDoubleStrikethrough(): ?bool method setDoubleStrikethrough (line 596) | public function setDoubleStrikethrough($value = true): self method isSmallCaps (line 606) | public function isSmallCaps() method setSmallCaps (line 618) | public function setSmallCaps($value = true) method isAllCaps (line 628) | public function isAllCaps() method setAllCaps (line 640) | public function setAllCaps($value = true) method getFgColor (line 650) | public function getFgColor() method setFgColor (line 662) | public function setFgColor($value = null) method getBgColor (line 674) | public function getBgColor() method setBgColor (line 686) | public function setBgColor($value = null) method getScale (line 696) | public function getScale() method setScale (line 708) | public function setScale($value = null) method getSpacing (line 720) | public function getSpacing() method setSpacing (line 732) | public function setSpacing($value = null) method getKerning (line 744) | public function getKerning() method setKerning (line 756) | public function setKerning($value = null) method isNoProof (line 768) | public function isNoProof() method setNoProof (line 780) | public function setNoProof($value = false) method getLineHeight (line 792) | public function getLineHeight() method setLineHeight (line 804) | public function setLineHeight($value) method getParagraph (line 816) | public function getParagraph() method setParagraph (line 828) | public function setParagraph($value = null) method isRTL (line 840) | public function isRTL() method setRTL (line 852) | public function setRTL($value = true) method getShading (line 864) | public function getShading() method setShading (line 876) | public function setShading($value = null) method getLang (line 888) | public function getLang() method setLang (line 900) | public function setLang($value = null) method isHidden (line 915) | public function isHidden() method setHidden (line 927) | public function setHidden($value = true) method getPosition (line 939) | public function getPosition() method setPosition (line 951) | public function setPosition($value = null) method setWhiteSpace (line 963) | public function setWhiteSpace(?string $value): self method getWhiteSpace (line 973) | public function getWhiteSpace(): string method setFallbackFont (line 983) | public function setFallbackFont(?string $value): self method getFallbackFont (line 993) | public function getFallbackFont(): string FILE: src/PhpWord/Style/Frame.php class Frame (line 32) | class Frame extends AbstractStyle method __construct (line 218) | public function __construct($style = []) method getAlignment (line 228) | public function getAlignment() method setAlignment (line 240) | public function setAlignment($value) method getUnit (line 254) | public function getUnit() method setUnit (line 266) | public function setUnit($value) method getWidth (line 278) | public function getWidth() method setWidth (line 290) | public function setWidth($value = null) method getHeight (line 302) | public function getHeight() method setHeight (line 314) | public function setHeight($value = null) method getLeft (line 326) | public function getLeft() method setLeft (line 338) | public function setLeft($value = 0) method getTop (line 350) | public function getTop() method setTop (line 362) | public function setTop($value = 0) method getPos (line 374) | public function getPos() method setPos (line 386) | public function setPos($value) method getHPos (line 402) | public function getHPos() method setHPos (line 416) | public function setHPos($value) method getVPos (line 436) | public function getVPos() method setVPos (line 450) | public function setVPos($value) method getHPosRelTo (line 470) | public function getHPosRelTo() method setHPosRelTo (line 482) | public function setHPosRelTo($value) method getVPosRelTo (line 504) | public function getVPosRelTo() method setVPosRelTo (line 516) | public function setVPosRelTo($value) method getWrap (line 538) | public function getWrap() method setWrap (line 550) | public function setWrap($value) method getWrapDistanceTop (line 571) | public function getWrapDistanceTop() method setWrapDistanceTop (line 583) | public function setWrapDistanceTop($value = null) method getWrapDistanceBottom (line 595) | public function getWrapDistanceBottom() method setWrapDistanceBottom (line 607) | public function setWrapDistanceBottom($value = null) method getWrapDistanceLeft (line 619) | public function getWrapDistanceLeft() method setWrapDistanceLeft (line 631) | public function setWrapDistanceLeft($value = null) method getWrapDistanceRight (line 643) | public function getWrapDistanceRight() method setWrapDistanceRight (line 655) | public function setWrapDistanceRight($value = null) method getPosition (line 667) | public function getPosition() method setPosition (line 679) | public function setPosition($value = null) FILE: src/PhpWord/Style/Image.php class Image (line 24) | class Image extends Frame method __construct (line 62) | public function __construct() method getMarginTop (line 81) | public function getMarginTop() method setMarginTop (line 95) | public function setMarginTop($value = 0) method getMarginLeft (line 107) | public function getMarginLeft() method setMarginLeft (line 121) | public function setMarginLeft($value = 0) method getWrappingStyle (line 133) | public function getWrappingStyle() method setWrappingStyle (line 145) | public function setWrappingStyle($wrappingStyle) method getPositioning (line 157) | public function getPositioning() method setPositioning (line 169) | public function setPositioning($positioning) method getPosHorizontal (line 181) | public function getPosHorizontal() method setPosHorizontal (line 193) | public function setPosHorizontal($alignment) method getPosVertical (line 205) | public function getPosVertical() method setPosVertical (line 217) | public function setPosVertical($alignment) method getPosHorizontalRel (line 229) | public function getPosHorizontalRel() method setPosHorizontalRel (line 241) | public function setPosHorizontalRel($relto) method getPosVerticalRel (line 253) | public function getPosVerticalRel() method setPosVerticalRel (line 265) | public function setPosVerticalRel($relto) FILE: src/PhpWord/Style/Indentation.php class Indentation (line 27) | class Indentation extends AbstractStyle method __construct (line 69) | public function __construct($style = []) method getLeft (line 77) | public function getLeft(): ?float method setLeft (line 85) | public function setLeft(?float $value): self method getRight (line 95) | public function getRight(): ?float method setRight (line 103) | public function setRight(?float $value): self method getFirstLine (line 113) | public function getFirstLine(): ?float method setFirstLine (line 121) | public function setFirstLine(?float $value): self method getFirstLineChars (line 131) | public function getFirstLineChars(): int method setFirstLineChars (line 139) | public function setFirstLineChars(int $value): self method getHanging (line 149) | public function getHanging(): ?float method setHanging (line 157) | public function setHanging(?float $value = null): self FILE: src/PhpWord/Style/Language.php class Language (line 30) | final class Language extends AbstractStyle method __construct (line 125) | public function __construct(?string $latin = null, ?string $eastAsia =... method setLatin (line 144) | public function setLatin(?string $latin): self method getLatin (line 154) | public function getLatin(): ?string method setLangId (line 169) | public function setLangId($langId) method getLangId (line 181) | public function getLangId() method setEastAsia (line 194) | public function setEastAsia($eastAsia) method getEastAsia (line 206) | public function getEastAsia() method setBidirectional (line 219) | public function setBidirectional($bidirectional) method getBidirectional (line 231) | public function getBidirectional() method validateLocale (line 243) | private function validateLocale($locale) FILE: src/PhpWord/Style/Line.php class Line (line 24) | class Line extends Image method isFlip (line 111) | public function isFlip() method setFlip (line 123) | public function setFlip($value = false) method getConnectorType (line 135) | public function getConnectorType() method setConnectorType (line 147) | public function setConnectorType($value = null) method getWeight (line 162) | public function getWeight() method setWeight (line 174) | public function setWeight($value = null) method getColor (line 186) | public function getColor() method setColor (line 198) | public function setColor($value = null) method getBeginArrow (line 210) | public function getBeginArrow() method setBeginArrow (line 222) | public function setBeginArrow($value = null) method getEndArrow (line 238) | public function getEndArrow() method setEndArrow (line 250) | public function setEndArrow($value = null) method getDash (line 266) | public function getDash() method setDash (line 278) | public function setDash($value = null) FILE: src/PhpWord/Style/LineNumbering.php class LineNumbering (line 27) | class LineNumbering extends AbstractStyle method __construct (line 69) | public function __construct($style = []) method getStart (line 79) | public function getStart() method setStart (line 91) | public function setStart($value = null) method getIncrement (line 103) | public function getIncrement() method setIncrement (line 115) | public function setIncrement($value = null) method getDistance (line 127) | public function getDistance() method setDistance (line 139) | public function setDistance($value = null) method getRestart (line 151) | public function getRestart() method setRestart (line 163) | public function setRestart($value = null) FILE: src/PhpWord/Style/ListItem.php class ListItem (line 30) | class ListItem extends AbstractStyle method __construct (line 69) | public function __construct($numStyle = null) method getListType (line 83) | public function getListType() method setListType (line 95) | public function setListType($value = self::TYPE_BULLET_FILLED) method getNumStyle (line 113) | public function getNumStyle() method setNumStyle (line 125) | public function setNumStyle($value) method getNumId (line 142) | public function getNumId() method setNumId (line 152) | public function setNumId($numInt): void method getListTypeStyle (line 165) | private function getListTypeStyle() FILE: src/PhpWord/Style/Numbering.php class Numbering (line 29) | class Numbering extends AbstractStyle method getNumId (line 59) | public function getNumId(): ?int method setNumId (line 67) | public function setNumId(int $value): self method getType (line 77) | public function getType(): ?string method setType (line 85) | public function setType(string $value): self method getLevels (line 98) | public function getLevels(): array method setLevels (line 106) | public function setLevels(array $values): self FILE: src/PhpWord/Style/NumberingLevel.php class NumberingLevel (line 30) | class NumberingLevel extends AbstractStyle method getLevel (line 142) | public function getLevel() method setLevel (line 154) | public function setLevel($value) method getStart (line 166) | public function getStart() method setStart (line 178) | public function setStart($value) method getFormat (line 190) | public function getFormat() method setFormat (line 202) | public function setFormat($value) method getRestart (line 214) | public function getRestart() method setRestart (line 226) | public function setRestart($value) method getPStyle (line 238) | public function getPStyle() method setPStyle (line 250) | public function setPStyle($value) method getSuffix (line 262) | public function getSuffix() method setSuffix (line 274) | public function setSuffix($value) method getText (line 287) | public function getText() method setText (line 299) | public function setText($value) method getAlignment (line 311) | public function getAlignment() method setAlignment (line 323) | public function setAlignment($value) method getLeft (line 337) | public function getLeft() method setLeft (line 349) | public function setLeft($value) method getHanging (line 361) | public function getHanging() method setHanging (line 373) | public function setHanging($value) method getTabPos (line 385) | public function getTabPos() method setTabPos (line 397) | public function setTabPos($value) method getFont (line 409) | public function getFont() method setFont (line 421) | public function setFont($value) method getHint (line 433) | public function getHint() method setHint (line 445) | public function setHint($value = null) FILE: src/PhpWord/Style/Outline.php class Outline (line 28) | class Outline extends AbstractStyle method __construct (line 131) | public function __construct($style = []) method getUnit (line 141) | public function getUnit() method getWeight (line 151) | public function getWeight() method setWeight (line 163) | public function setWeight($value = null) method getColor (line 175) | public function getColor() method setColor (line 187) | public function setColor($value = null) method getDash (line 199) | public function getDash() method setDash (line 211) | public function setDash($value = null) method getLine (line 223) | public function getLine() method setLine (line 235) | public function setLine($value = null) method getEndCap (line 249) | public function getEndCap() method setEndCap (line 261) | public function setEndCap($value = null) method getStartArrow (line 274) | public function getStartArrow() method setStartArrow (line 286) | public function setStartArrow($value = null) method getEndArrow (line 300) | public function getEndArrow() method setEndArrow (line 312) | public function setEndArrow($value = null) FILE: src/PhpWord/Style/Paper.php class Paper (line 95) | class Paper extends AbstractStyle method __construct (line 138) | public function __construct($size = 'A4') method getSize (line 148) | public function getSize() method setSize (line 160) | public function setSize($size) method getWidth (line 182) | public function getWidth() method getHeight (line 192) | public function getHeight() FILE: src/PhpWord/Style/Paragraph.php class Paragraph (line 54) | class Paragraph extends Border method setStyleValue (line 200) | public function setStyleValue($key, $value) method getStyleValues (line 221) | public function getStyleValues() method getAlignment (line 256) | public function getAlignment() method setAlignment (line 268) | public function setAlignment($value) method getBasedOn (line 282) | public function getBasedOn() method setBasedOn (line 294) | public function setBasedOn($value = 'Normal') method getNext (line 306) | public function getNext() method setNext (line 318) | public function setNext($value = null) method getHanging (line 328) | public function getHanging(): ?float method getIndent (line 338) | public function getIndent(): ?float method getIndentation (line 346) | public function getIndentation(): ?Indentation method getIndentFirstLine (line 354) | public function getIndentFirstLine(): ?float method getIndentLeft (line 362) | public function getIndentLeft(): ?float method getIndentRight (line 370) | public function getIndentRight(): ?float method setHanging (line 380) | public function setHanging(?float $value = null): self method setIndent (line 390) | public function setIndent(?float $value = null): self method setIndentation (line 405) | public function setIndentation(array $value = []): self method setIndentHanging (line 422) | public function setIndentHanging(?float $value = null): self method setIndentFirstLine (line 430) | public function setIndentFirstLine(?float $value = null): self method setIndentFirstLineChars (line 438) | public function setIndentFirstLineChars(int $value = 0): self method setIndentLeft (line 446) | public function setIndentLeft(?float $value = null): self method setIndentRight (line 454) | public function setIndentRight(?float $value = null): self method getSpace (line 466) | public function getSpace() method setSpace (line 480) | public function setSpace($value = null) method getSpaceBefore (line 492) | public function getSpaceBefore() method setSpaceBefore (line 504) | public function setSpaceBefore($value = null) method getSpaceAfter (line 514) | public function getSpaceAfter() method setSpaceAfter (line 526) | public function setSpaceAfter($value = null) method getSpacing (line 536) | public function getSpacing() method setSpacing (line 548) | public function setSpacing($value = null) method getSpacingLineRule (line 558) | public function getSpacingLineRule() method setSpacingLineRule (line 570) | public function setSpacingLineRule($value) method getLineHeight (line 580) | public function getLineHeight() method setLineHeight (line 592) | public function setLineHeight($lineHeight) method hasWidowControl (line 614) | public function hasWidowControl() method setWidowControl (line 626) | public function setWidowControl($value = true) method isKeepNext (line 638) | public function isKeepNext() method setKeepNext (line 650) | public function setKeepNext($value = true) method isKeepLines (line 662) | public function isKeepLines() method setKeepLines (line 674) | public function setKeepLines($value = true) method hasPageBreakBefore (line 686) | public function hasPageBreakBefore() method setPageBreakBefore (line 698) | public function setPageBreakBefore($value = true) method getNumStyle (line 710) | public function getNumStyle() method setNumStyle (line 722) | public function setNumStyle($value) method getNumLevel (line 734) | public function getNumLevel() method setNumLevel (line 746) | public function setNumLevel($value = 0) method getTabs (line 758) | public function getTabs() method setTabs (line 770) | public function setTabs($value = null) method getShading (line 784) | public function getShading() method setShading (line 796) | public function setShading($value = null) method hasContextualSpacing (line 808) | public function hasContextualSpacing() method setContextualSpacing (line 820) | public function setContextualSpacing($contextualSpacing) method isBidi (line 832) | public function isBidi() method setBidi (line 845) | public function setBidi($bidi) method getTextAlignment (line 857) | public function getTextAlignment() method setTextAlignment (line 869) | public function setTextAlignment($textAlignment) method hasSuppressAutoHyphens (line 880) | public function hasSuppressAutoHyphens() method setSuppressAutoHyphens (line 888) | public function setSuppressAutoHyphens($suppressAutoHyphens): void FILE: src/PhpWord/Style/Row.php class Row (line 26) | class Row extends AbstractStyle method __construct (line 52) | public function __construct() method isTblHeader (line 59) | public function isTblHeader(): bool method setTblHeader (line 67) | public function setTblHeader(bool $value = true): self method isCantSplit (line 77) | public function isCantSplit(): bool method setCantSplit (line 85) | public function setCantSplit(bool $value = true): self method isExactHeight (line 95) | public function isExactHeight(): bool method setExactHeight (line 103) | public function setExactHeight(bool $value = true): self FILE: src/PhpWord/Style/Section.php class Section (line 27) | class Section extends Border method __construct (line 158) | public function __construct() method getPaperSize (line 168) | public function getPaperSize() method setPaperSize (line 180) | public function setPaperSize($value = '') method setSettingValue (line 203) | public function setSettingValue($key, $value) method setOrientation (line 215) | public function setOrientation($value = null) method getOrientation (line 242) | public function getOrientation() method setPortrait (line 252) | public function setPortrait() method setLandscape (line 262) | public function setLandscape() method getPageSizeW (line 274) | public function getPageSizeW() method setPageSizeW (line 286) | public function setPageSizeW($value = null) method getPageSizeH (line 300) | public function getPageSizeH() method setPageSizeH (line 312) | public function setPageSizeH($value = null) method getGutter (line 324) | public function getGutter() method setGutter (line 336) | public function setGutter($value = null) method getHeaderHeight (line 348) | public function getHeaderHeight() method setHeaderHeight (line 360) | public function setHeaderHeight($value = null) method getFooterHeight (line 372) | public function getFooterHeight() method setFooterHeight (line 384) | public function setFooterHeight($value = null) method getPageNumberingStart (line 396) | public function getPageNumberingStart() method setPageNumberingStart (line 408) | public function setPageNumberingStart($pageNumberingStart = null) method getColsNum (line 420) | public function getColsNum() method setColsNum (line 432) | public function setColsNum($value = null) method getColsSpace (line 444) | public function getColsSpace() method setColsSpace (line 456) | public function setColsSpace($value = null) method getBreakType (line 468) | public function getBreakType() method setBreakType (line 480) | public function setBreakType($value = null) method getLineNumbering (line 492) | public function getLineNumbering() method setLineNumbering (line 504) | public function setLineNumbering($value = null) method getVAlign (line 516) | public function getVAlign() method setVAlign (line 528) | public function setVAlign($value = null) FILE: src/PhpWord/Style/Shading.php class Shading (line 27) | class Shading extends AbstractStyle method __construct (line 72) | public function __construct($style = []) method getPattern (line 82) | public function getPattern() method setPattern (line 94) | public function setPattern($value = null) method getColor (line 110) | public function getColor() method setColor (line 122) | public function setColor($value = null) method getFill (line 134) | public function getFill() method setFill (line 146) | public function setFill($value = null) FILE: src/PhpWord/Style/Shadow.php class Shadow (line 27) | class Shadow extends AbstractStyle method __construct (line 48) | public function __construct($style = []) method getColor (line 58) | public function getColor() method setColor (line 70) | public function setColor($value = null) method getOffset (line 82) | public function getOffset() method setOffset (line 94) | public function setOffset($value = null) FILE: src/PhpWord/Style/Shape.php class Shape (line 28) | class Shape extends AbstractStyle method __construct (line 92) | public function __construct($style = []) method getPoints (line 102) | public function getPoints() method setPoints (line 114) | public function setPoints($value = null) method getRoundness (line 126) | public function getRoundness() method setRoundness (line 138) | public function setRoundness($value = null) method getFrame (line 150) | public function getFrame() method setFrame (line 162) | public function setFrame($value = null) method getFill (line 174) | public function getFill() method setFill (line 186) | public function setFill($value = null) method getOutline (line 198) | public function getOutline() method setOutline (line 210) | public function setOutline($value = null) method getShadow (line 222) | public function getShadow() method setShadow (line 234) | public function setShadow($value = null) method getExtrusion (line 246) | public function getExtrusion() method setExtrusion (line 258) | public function setExtrusion($value = null) FILE: src/PhpWord/Style/Spacing.php class Spacing (line 29) | class Spacing extends AbstractStyle method __construct (line 64) | public function __construct($style = []) method getBefore (line 74) | public function getBefore() method setBefore (line 86) | public function setBefore($value = null) method getAfter (line 98) | public function getAfter() method setAfter (line 110) | public function setAfter($value = null) method getLine (line 122) | public function getLine() method setLine (line 134) | public function setLine($value = null) method getLineRule (line 146) | public function getLineRule() method setLineRule (line 158) | public function setLineRule($value = null) FILE: src/PhpWord/Style/TOC.php class TOC (line 24) | class TOC extends Tab method __construct (line 36) | public function __construct() method getTabPos (line 46) | public function getTabPos() method setTabPos (line 58) | public function setTabPos($value) method getTabLeader (line 68) | public function getTabLeader() method setTabLeader (line 80) | public function setTabLeader($value = self::TAB_LEADER_DOT) method getIndent (line 90) | public function getIndent() method setIndent (line 102) | public function setIndent($value) FILE: src/PhpWord/Style/Tab.php class Tab (line 24) | class Tab extends AbstractStyle method __construct (line 81) | public function __construct($type = null, $position = 0, $leader = null) method getType (line 102) | public function getType() method setType (line 114) | public function setType($value) method getLeader (line 131) | public function getLeader() method setLeader (line 143) | public function setLeader($value) method getPosition (line 159) | public function getPosition() method setPosition (line 171) | public function setPosition($value) FILE: src/PhpWord/Style/Table.php class Table (line 27) | class Table extends Border method __construct (line 174) | public function __construct(?array $tableStyle = null, ?array $firstRo... method setCellSpacing (line 203) | public function setCellSpacing($cellSpacing = null): self method getCellSpacing (line 213) | public function getCellSpacing() method getFirstRow (line 223) | public function getFirstRow() method getBgColor (line 233) | public function getBgColor() method setBgColor (line 249) | public function setBgColor($value = null) method getBorderSize (line 261) | public function getBorderSize() method setBorderSize (line 280) | public function setBorderSize($value = null) method getBorderColor (line 297) | public function getBorderColor() method setBorderColor (line 316) | public function setBorderColor($value = null) method getBorderInsideHSize (line 333) | public function getBorderInsideHSize() method setBorderInsideHSize (line 345) | public function setBorderInsideHSize($value = null) method getBorderInsideHColor (line 355) | public function getBorderInsideHColor() method setBorderInsideHColor (line 367) | public function setBorderInsideHColor($value = null) method getBorderInsideVSize (line 377) | public function getBorderInsideVSize() method setBorderInsideVSize (line 389) | public function setBorderInsideVSize($value = null) method getBorderInsideVColor (line 399) | public function getBorderInsideVColor() method setBorderInsideVColor (line 411) | public function setBorderInsideVColor($value = null) method getCellMarginTop (line 421) | public function getCellMarginTop() method setCellMarginTop (line 433) | public function setCellMarginTop($value = null) method getCellMarginLeft (line 443) | public function getCellMarginLeft() method setCellMarginLeft (line 455) | public function setCellMarginLeft($value = null) method getCellMarginRight (line 465) | public function getCellMarginRight() method setCellMarginRight (line 477) | public function setCellMarginRight($value = null) method getCellMarginBottom (line 487) | public function getCellMarginBottom() method setCellMarginBottom (line 499) | public function setCellMarginBottom($value = null) method getCellMargin (line 509) | public function getCellMargin() method setCellMargin (line 526) | public function setCellMargin($value = null) method hasMargin (line 541) | public function hasMargin() method getShading (line 553) | public function getShading() method setShading (line 565) | public function setShading($value = null) method getAlignment (line 577) | public function getAlignment() method setAlignment (line 589) | public function setAlignment($value) method getWidth (line 603) | public function getWidth() method setWidth (line 615) | public function setWidth($value = null) method getUnit (line 627) | public function getUnit() method setUnit (line 639) | public function setUnit($value = null) method getLayout (line 652) | public function getLayout() method setLayout (line 664) | public function setLayout($value = null) method getTableOnlyProperty (line 682) | private function getTableOnlyProperty($property) method setTableOnlyProperty (line 703) | private function setTableOnlyProperty($property, $value, $isNumeric = ... method getPosition (line 721) | public function getPosition() method setPosition (line 733) | public function setPosition($value = null) method getIndent (line 743) | public function getIndent() method setIndent (line 753) | public function setIndent(TblWidthComplexType $indent) method getColumnWidths (line 765) | public function getColumnWidths() method setColumnWidths (line 775) | public function setColumnWidths(?array $value = null): void method isBidiVisual (line 785) | public function isBidiVisual() method setBidiVisual (line 798) | public function setBidiVisual($bidi) FILE: src/PhpWord/Style/TablePosition.php class TablePosition (line 26) | class TablePosition extends AbstractStyle method __construct (line 160) | public function __construct($style = []) method getLeftFromText (line 170) | public function getLeftFromText() method setLeftFromText (line 182) | public function setLeftFromText($value = null) method getRightFromText (line 194) | public function getRightFromText() method setRightFromText (line 206) | public function setRightFromText($value = null) method getTopFromText (line 218) | public function getTopFromText() method setTopFromText (line 230) | public function setTopFromText($value = null) method getBottomFromText (line 242) | public function getBottomFromText() method setBottomFromText (line 254) | public function setBottomFromText($value = null) method getVertAnchor (line 266) | public function getVertAnchor() method setVertAnchor (line 278) | public function setVertAnchor($value = null) method getHorzAnchor (line 295) | public function getHorzAnchor() method setHorzAnchor (line 307) | public function setHorzAnchor($value = null) method getTblpXSpec (line 324) | public function getTblpXSpec() method setTblpXSpec (line 336) | public function setTblpXSpec($value = null) method getTblpX (line 355) | public function getTblpX() method setTblpX (line 367) | public function setTblpX($value = null) method getTblpYSpec (line 379) | public function getTblpYSpec() method setTblpYSpec (line 391) | public function setTblpYSpec($value = null) method getTblpY (line 411) | public function getTblpY() method setTblpY (line 423) | public function setTblpY($value = null) FILE: src/PhpWord/Style/TextBox.php class TextBox (line 24) | class TextBox extends Image method setBgColor (line 78) | public function setBgColor(?string $value = null): void method getBgColor (line 86) | public function getBgColor(): ?string method setInnerMarginTop (line 94) | public function setInnerMarginTop(?int $value = null): void method getInnerMarginTop (line 102) | public function getInnerMarginTop(): ?int method setInnerMarginLeft (line 110) | public function setInnerMarginLeft(?int $value = null): void method getInnerMarginLeft (line 118) | public function getInnerMarginLeft(): ?int method setInnerMarginRight (line 126) | public function setInnerMarginRight(?int $value = null): void method getInnerMarginRight (line 134) | public function getInnerMarginRight(): ?int method setInnerMarginBottom (line 142) | public function setInnerMarginBottom(?int $value = null): void method getInnerMarginBottom (line 150) | public function getInnerMarginBottom(): ?int method setInnerMargin (line 160) | public function setInnerMargin(?int $value = null): void method getInnerMargin (line 173) | public function getInnerMargin(): array method hasInnerMargins (line 181) | public function hasInnerMargins(): bool method setBorderSize (line 200) | public function setBorderSize(?int $value = null): void method getBorderSize (line 208) | public function getBorderSize(): ?int method setBorderColor (line 216) | public function setBorderColor(?string $value = null): void method getBorderColor (line 224) | public function getBorderColor(): ?string FILE: src/PhpWord/TemplateProcessor.php class TemplateProcessor (line 33) | class TemplateProcessor method __construct (line 107) | public function __construct($documentTemplate) method __destruct (line 142) | public function __destruct() method zip (line 162) | public function zip() method readPartWithRels (line 172) | protected function readPartWithRels($fileName) method transformSingleXml (line 189) | protected function transformSingleXml($xml, $xsltProcessor) method transformXml (line 216) | protected function transformXml($xml, $xsltProcessor) method applyXslStyleSheet (line 240) | public function applyXslStyleSheet($xslDomDocument, $xslOptions = [], ... method ensureMacroCompleted (line 259) | protected static function ensureMacroCompleted($macro) method ensureUtf8Encoded (line 273) | protected static function ensureUtf8Encoded($subject) method setComplexValue (line 281) | public function setComplexValue($search, Element\AbstractElement $comp... method setComplexBlock (line 308) | public function setComplexBlock($search, Element\AbstractElement $comp... method setValue (line 326) | public function setValue($search, $replace, $limit = self::MAXIMUM_REP... method setValues (line 368) | public function setValues(array $values, int $limit = self::MAXIMUM_RE... method setCheckbox (line 375) | public function setCheckbox(string $search, bool $checked): void method setChart (line 399) | public function setChart($search, Element\AbstractElement $chart): void method getImageArgs (line 435) | private function getImageArgs($varNameWithArgs) method chooseImageDimension (line 474) | private function chooseImageDimension($baseValue, $inlineValue, $defau... method fixImageWidthHeightRatio (line 493) | private function fixImageWidthHeightRatio(&$width, &$height, $actualWi... method prepareImageAttrs (line 535) | private function prepareImageAttrs($replaceImage, $varInlineArgs) method addImageToRelations (line 590) | private function addImageToRelations($partFileName, $rid, $imgPath, $i... method setImageValue (line 644) | public function setImageValue($search, $replace, $limit = self::MAXIMU... method getVariableCount (line 725) | public function getVariableCount() method getVariables (line 751) | public function getVariables() method cloneRow (line 762) | public function cloneRow($search, $numberOfClones): void method deleteRow (line 811) | public function deleteRow(string $search): void method cloneRowAndSetValues (line 878) | public function cloneRowAndSetValues($search, $values): void method cloneBlock (line 901) | public function cloneBlock($blockname, $clones = 1, $replace = true, $... method replaceBlock (line 946) | public function replaceBlock($blockname, $replacement): void method deleteBlock (line 971) | public function deleteBlock($blockname): void method setUpdateFields (line 981) | public function setUpdateFields($update = true): void method save (line 997) | public function save() method savePartWithRels (line 1024) | protected function savePartWithRels($fileName, $xml): void method saveAs (line 1040) | public function saveAs($fileName): void method fixBrokenMacros (line 1066) | protected function fixBrokenMacros($documentPart) method setValueForPart (line 1091) | protected function setValueForPart($search, $replace, $documentPartXML... method getVariablesForPart (line 1109) | protected function getVariablesForPart($documentPartXML) method getHeaderName (line 1127) | protected function getHeaderName($index) method getMainPartName (line 1137) | protected function getMainPartName() method getSettingsPartName (line 1154) | protected function getSettingsPartName() method getFooterName (line 1166) | protected function getFooterName($index) method getRelationsName (line 1178) | protected function getRelationsName($documentPartName) method getNextRelationsIndex (line 1183) | protected function getNextRelationsIndex($documentPartName) method getDocumentContentTypesName (line 1200) | protected function getDocumentContentTypesName() method findTableStart (line 1208) | private function findTableStart(int $offset): int method findTableEnd (line 1233) | private function findTableEnd(int $offset): int method findRowStart (line 1245) | protected function findRowStart($offset) method findRowEnd (line 1266) | protected function findRowEnd($offset) method getSlice (line 1279) | protected function getSlice($startPosition, $endPosition = 0) method indexClonedVariables (line 1297) | protected function indexClonedVariables($count, $xmlBlock) method replaceCarriageReturns (line 1313) | public function replaceCarriageReturns(string $string): string method replaceClonedVariables (line 1326) | protected function replaceClonedVariables($variableReplacements, $xmlB... method replaceXmlBlock (line 1349) | public function replaceXmlBlock($macro, $block, $blockType = 'w:p') method findContainingXmlBlockForMacro (line 1370) | protected function findContainingXmlBlockForMacro($macro, $blockType =... method findMacro (line 1401) | protected function findMacro($search, $offset = 0) method findXmlBlockStart (line 1417) | protected function findXmlBlockStart($offset, $blockType) method findXmlBlockEnd (line 1439) | protected function findXmlBlockEnd($offset, $blockType) method splitTextIntoTexts (line 1454) | protected function splitTextIntoTexts($text) method textNeedsSplitting (line 1479) | protected function textNeedsSplitting($text) method setMacroOpeningChars (line 1487) | public function setMacroOpeningChars(string $macroOpeningChars): void method setMacroClosingChars (line 1492) | public function setMacroClosingChars(string $macroClosingChars): void method setMacroChars (line 1497) | public function setMacroChars(string $macroOpeningChars, string $macro... method getTempDocumentFilename (line 1503) | public function getTempDocumentFilename(): string FILE: src/PhpWord/Writer/AbstractWriter.php class AbstractWriter (line 32) | abstract class AbstractWriter implements WriterInterface method getPhpWord (line 102) | public function getPhpWord() method setPhpWord (line 116) | public function setPhpWord(?PhpWord $phpWord = null) method getWriterPart (line 130) | public function getWriterPart($partName = '') method isUseDiskCaching (line 144) | public function isUseDiskCaching() method setUseDiskCaching (line 157) | public function setUseDiskCaching($value = false, $directory = null) method getDiskCachingDirectory (line 177) | public function getDiskCachingDirectory() method getTempDir (line 187) | public function getTempDir() method setTempDir (line 199) | public function setTempDir($value) method getTempFile (line 218) | protected function getTempFile($filename) method cleanupTempFile (line 239) | protected function cleanupTempFile(): void method clearTempDir (line 257) | protected function clearTempDir(): void method getZipArchive (line 271) | protected function getZipArchive($filename) method openFile (line 302) | protected function openFile($filename) method writeFile (line 324) | protected function writeFile($fileHandle, $content): void method addFilesToPackage (line 336) | protected function addFilesToPackage(ZipArchive $zip, $elements): void method addFileToPackage (line 366) | protected function addFileToPackage($zipPackage, $source, $target): void method deleteDir (line 396) | private function deleteDir($dir): void FILE: src/PhpWord/Writer/EPub3.php class EPub3 (line 27) | class EPub3 extends AbstractWriter implements WriterInterface method __construct (line 32) | public function __construct(?PhpWord $phpWord = null) method save (line 64) | public function save(string $filename): void FILE: src/PhpWord/Writer/EPub3/Element/AbstractElement.php class AbstractElement (line 28) | abstract class AbstractElement extends Word2007AbstractElement method getElementClass (line 35) | public static function getElementClass($element): string FILE: src/PhpWord/Writer/EPub3/Element/Image.php class Image (line 10) | class Image extends AbstractElement method write (line 15) | public function write(): void FILE: src/PhpWord/Writer/EPub3/Element/Text.php class Text (line 8) | class Text extends AbstractElement method write (line 13) | public function write(): void FILE: src/PhpWord/Writer/EPub3/Part.php class Part (line 26) | class Part method getPartClass (line 35) | public static function getPartClass(string $type): string FILE: src/PhpWord/Writer/EPub3/Part/AbstractPart.php class AbstractPart (line 27) | abstract class AbstractPart implements WriterPartInterface method setParentWriter (line 39) | public function setParentWriter(AbstractWriter $writer): void method getParentWriter (line 47) | public function getParentWriter(): AbstractWriter method write (line 55) | abstract public function write(): string; FILE: src/PhpWord/Writer/EPub3/Part/Content.php class Content (line 28) | class Content extends AbstractPart method __construct (line 40) | public function __construct(?PhpWord $phpWord = null) method getXmlWriter (line 50) | protected function getXmlWriter() method write (line 62) | public function write(): string FILE: src/PhpWord/Writer/EPub3/Part/ContentXhtml.php class ContentXhtml (line 14) | class ContentXhtml extends AbstractPart method __construct (line 26) | public function __construct(?PhpWord $phpWord = null) method getXmlWriter (line 36) | protected function getXmlWriter() method write (line 47) | public function write(): string method writeTextElement (line 95) | protected function writeTextElement(AbstractElement $textElement, XMLW... method writeTextRun (line 112) | protected function writeTextRun(TextRun $textRun, XMLWriter $xmlWriter... FILE: src/PhpWord/Writer/EPub3/Part/Manifest.php class Manifest (line 24) | class Manifest extends AbstractPart method write (line 29) | public function write(): string FILE: src/PhpWord/Writer/EPub3/Part/Meta.php class Meta (line 26) | class Meta extends AbstractPart method getXmlWriter (line 31) | protected function getXmlWriter(): XMLWriter method write (line 43) | public function write(): string FILE: src/PhpWord/Writer/EPub3/Part/Mimetype.php class Mimetype (line 24) | class Mimetype extends AbstractPart method write (line 29) | public function write(): string FILE: src/PhpWord/Writer/EPub3/Part/Nav.php class Nav (line 7) | class Nav extends AbstractPart method getXmlWriter (line 9) | protected function getXmlWriter(): XMLWriter method write (line 17) | public function write(): string FILE: src/PhpWord/Writer/EPub3/Style/AbstractStyle.php class AbstractStyle (line 27) | abstract class AbstractStyle method setParentWriter (line 46) | public function setParentWriter(AbstractWriter $writer): self method setXmlWriter (line 56) | public function setXmlWriter(XMLWriter $writer): self method getParentWriter (line 66) | public function getParentWriter(): AbstractWriter method write (line 74) | abstract public function write(): string; FILE: src/PhpWord/Writer/EPub3/Style/Font.php class Font (line 24) | class Font extends AbstractStyle method write (line 29) | public function write(): string FILE: src/PhpWord/Writer/EPub3/Style/Paragraph.php class Paragraph (line 24) | class Paragraph extends AbstractStyle method write (line 29) | public function write(): string FILE: src/PhpWord/Writer/EPub3/Style/Table.php class Table (line 24) | class Table extends AbstractStyle method write (line 29) | public function write(): string FILE: src/PhpWord/Writer/HTML.php class HTML (line 33) | class HTML extends AbstractWriter implements WriterInterface method __construct (line 73) | public function __construct(?PhpWord $phpWord = null) method save (line 92) | public function save(string $filename): void method getContent (line 104) | public function getContent() method getEditCallback (line 142) | public function getEditCallback(): ?callable method setEditCallback (line 153) | public function setEditCallback(?callable $callback): self method isPdf (line 165) | public function isPdf() method getNotes (line 175) | public function getNotes() method addNote (line 186) | public function addNote($noteId, $noteMark): void method getDefaultGenericFont (line 194) | public function getDefaultGenericFont(): string method setDefaultGenericFont (line 202) | public function setDefaultGenericFont(string $value): self method getDefaultWhiteSpace (line 212) | public function getDefaultWhiteSpace(): string method setDefaultWhiteSpace (line 220) | public function setDefaultWhiteSpace(string $value): self method escapeHTML (line 230) | public function escapeHTML(string $txt): string FILE: src/PhpWord/Writer/HTML/Element/AbstractElement.php class AbstractElement (line 29) | abstract class AbstractElement method write (line 55) | abstract public function write(); method __construct (line 62) | public function __construct(HTML $parentWriter, Element $element, $wit... method setWithoutP (line 74) | public function setWithoutP($value): void FILE: src/PhpWord/Writer/HTML/Element/Bookmark.php class Bookmark (line 26) | class Bookmark extends Text method write (line 33) | public function write() FILE: src/PhpWord/Writer/HTML/Element/Container.php class Container (line 28) | class Container extends AbstractElement method write (line 42) | public function write() FILE: src/PhpWord/Writer/HTML/Element/Endnote.php class Endnote (line 26) | class Endnote extends Footnote FILE: src/PhpWord/Writer/HTML/Element/Footnote.php class Footnote (line 26) | class Footnote extends AbstractElement method write (line 40) | public function write() FILE: src/PhpWord/Writer/HTML/Element/Image.php class Image (line 29) | class Image extends Text method write (line 36) | public function write() FILE: src/PhpWord/Writer/HTML/Element/Link.php class Link (line 28) | class Link extends Text method write (line 35) | public function write() FILE: src/PhpWord/Writer/HTML/Element/ListItem.php class ListItem (line 28) | class ListItem extends AbstractElement method write (line 35) | public function write() FILE: src/PhpWord/Writer/HTML/Element/ListItemRun.php class ListItemRun (line 26) | class ListItemRun extends TextRun method write (line 33) | public function write() FILE: src/PhpWord/Writer/HTML/Element/PageBreak.php class PageBreak (line 28) | class PageBreak extends TextBreak method write (line 37) | public function write() FILE: src/PhpWord/Writer/HTML/Element/Ruby.php class Ruby (line 29) | class Ruby extends AbstractElement method write (line 36) | public function write() method getPropertyCssForRubyTag (line 64) | private function getPropertyCssForRubyTag(RubyProperties $properties):... method getPropertyCssForRtTag (line 91) | private function getPropertyCssForRtTag(RubyProperties $properties): s... method getParagraphStyleForTextRun (line 100) | private function getParagraphStyleForTextRun(TextRun $textRun, string ... FILE: src/PhpWord/Writer/HTML/Element/Table.php class Table (line 28) | class Table extends AbstractElement method write (line 35) | public function write() method getTableStyle (line 111) | private function getTableStyle($tableStyle = null): string method calculateCellRowSpan (line 134) | private function calculateCellRowSpan(array $rows, int $rowIndex, int ... FILE: src/PhpWord/Writer/HTML/Element/Text.php class Text (line 34) | class Text extends AbstractElement method write (line 69) | public function write() method setOpeningText (line 98) | public function setOpeningText($value): void method setClosingText (line 108) | public function setClosingText($value): void method writeOpening (line 118) | protected function writeOpening() method writeClosing (line 137) | protected function writeClosing() method writeTrackChangeOpening (line 157) | private function writeTrackChangeOpening() method writeTrackChangeClosing (line 192) | private function writeTrackChangeClosing() method getParagraphStyle (line 214) | private function getParagraphStyle() method processFontStyle (line 243) | private function processFontStyle(): void FILE: src/PhpWord/Writer/HTML/Element/TextBreak.php class TextBreak (line 26) | class TextBreak extends AbstractElement method write (line 33) | public function write() FILE: src/PhpWord/Writer/HTML/Element/TextRun.php class TextRun (line 26) | class TextRun extends Text method write (line 33) | public function write() FILE: src/PhpWord/Writer/HTML/Element/Title.php class Title (line 28) | class Title extends AbstractElement method write (line 35) | public function write() FILE: src/PhpWord/Writer/HTML/Part/AbstractPart.php class AbstractPart (line 27) | abstract class AbstractPart method write (line 37) | abstract public function write(); method setParentWriter (line 39) | public function setParentWriter(?HTML $writer = null): void method getParentWriter (line 47) | public function getParentWriter() FILE: src/PhpWord/Writer/HTML/Part/Body.php class Body (line 30) | class Body extends AbstractPart method write (line 37) | public function write() method writeNotes (line 70) | private function writeNotes() FILE: src/PhpWord/Writer/HTML/Part/Head.php class Head (line 37) | class Head extends AbstractPart method write (line 44) | public function write() method writeStyles (line 85) | private function writeStyles(): string method getFontFamily (line 198) | private function getFontFamily(string $font, string $genericFont): string FILE: src/PhpWord/Writer/HTML/Style/AbstractStyle.php class AbstractStyle (line 29) | abstract class AbstractStyle method write (line 50) | abstract public function write(); method __construct (line 57) | public function __construct($style = null) method setParentWriter (line 67) | public function setParentWriter($writer): void method getParentWriter (line 77) | public function getParentWriter() method getStyle (line 87) | public function getStyle() method assembleCss (line 103) | protected function assembleCss($css) method getValueIf (line 127) | protected function getValueIf($condition, $value) FILE: src/PhpWord/Writer/HTML/Style/Font.php class Font (line 28) | class Font extends AbstractStyle method write (line 35) | public function write() method getFontFamily (line 84) | private function getFontFamily(?string $font, string $genericFont): st... FILE: src/PhpWord/Writer/HTML/Style/Generic.php class Generic (line 26) | class Generic extends AbstractStyle method write (line 33) | public function write() FILE: src/PhpWord/Writer/HTML/Style/Image.php class Image (line 26) | class Image extends AbstractStyle method write (line 33) | public function write() FILE: src/PhpWord/Writer/HTML/Style/Paragraph.php class Paragraph (line 30) | class Paragraph extends AbstractStyle method write (line 37) | public function write() FILE: src/PhpWord/Writer/HTML/Style/Table.php class Table (line 25) | class Table extends AbstractStyle method write (line 30) | public function write() FILE: src/PhpWord/Writer/ODText.php class ODText (line 33) | class ODText extends AbstractWriter implements WriterInterface method __construct (line 43) | public function __construct(?PhpWord $phpWord = null) method save (line 73) | public function save(string $filename): void FILE: src/PhpWord/Writer/ODText/Element/AbstractElement.php class AbstractElement (line 28) | abstract class AbstractElement extends Word2007AbstractElement method replaceTabs (line 30) | protected function replaceTabs($text, $xmlWriter): void FILE: src/PhpWord/Writer/ODText/Element/Container.php class Container (line 28) | class Container extends Word2007Container FILE: src/PhpWord/Writer/ODText/Element/Field.php class Field (line 31) | class Field extends Text method write (line 36) | public function write(): void method writeDefault (line 55) | private function writeDefault(\PhpOffice\PhpWord\Element\Field $elemen... FILE: src/PhpWord/Writer/ODText/Element/Formula.php class Formula (line 30) | class Formula extends AbstractElement method write (line 35) | public function write(): void FILE: src/PhpWord/Writer/ODText/Element/Image.php class Image (line 29) | class Image extends AbstractElement method write (line 34) | public function write(): void FILE: src/PhpWord/Writer/ODText/Element/Link.php class Link (line 26) | class Link extends AbstractElement method write (line 31) | public function write(): void FILE: src/PhpWord/Writer/ODText/Element/ListItemRun.php class ListItemRun (line 28) | class ListItemRun extends AbstractElement method write (line 33) | public function write(): void FILE: src/PhpWord/Writer/ODText/Element/PageBreak.php class PageBreak (line 24) | class PageBreak extends AbstractElement method write (line 29) | public function write(): void FILE: src/PhpWord/Writer/ODText/Element/Ruby.php class Ruby (line 28) | class Ruby extends AbstractElement method write (line 33) | public function write(): void FILE: src/PhpWord/Writer/ODText/Element/Table.php class Table (line 30) | class Table extends AbstractElement method write (line 35) | public function write(): void method writeColumns (line 64) | private function writeColumns(XMLWriter $xmlWriter, TableElement $elem... method writeRow (line 78) | private function writeRow(XMLWriter $xmlWriter, RowElement $row): void FILE: src/PhpWord/Writer/ODText/Element/Text.php class Text (line 29) | class Text extends AbstractElement method write (line 34) | public function write(): void method writeChangeInsertion (line 92) | private function writeChangeInsertion($start = true, ?TrackChange $tra... FILE: src/PhpWord/Writer/ODText/Element/TextBreak.php class TextBreak (line 26) | class TextBreak extends AbstractElement method write (line 31) | public function write(): void FILE: src/PhpWord/Writer/ODText/Element/TextRun.php class TextRun (line 26) | class TextRun extends Text method write (line 31) | public function write(): void FILE: src/PhpWord/Writer/ODText/Element/Title.php class Title (line 26) | class Title extends AbstractElement method write (line 31) | public function write(): void method compareToFirstElement (line 76) | private static function compareToFirstElement($elem, $elemarray) FILE: src/PhpWord/Writer/ODText/Part/AbstractPart.php class AbstractPart (line 31) | abstract class AbstractPart extends Word2007AbstractPart method writeCommonRootAttributes (line 46) | protected function writeCommonRootAttributes(XMLWriter $xmlWriter): void method writeFontFaces (line 80) | protected function writeFontFaces(XMLWriter $xmlWriter): void method addObject (line 113) | public function addObject(AbstractElement $object): int method setObjects (line 123) | public function setObjects(array $objects): self method getObjects (line 133) | public function getObjects(): array FILE: src/PhpWord/Writer/ODText/Part/Content.php class Content (line 40) | class Content extends AbstractPart method write (line 60) | public function write() method writeAutoStyles (line 161) | private function writeAutoStyles(XMLWriter $xmlWriter): void method writeTextStyles (line 181) | private function writeTextStyles(XMLWriter $xmlWriter): void method getAutoStyles (line 243) | private function getAutoStyles(PhpWord $phpWord): void method getContainerStyle (line 267) | private function getContainerStyle($container, &$paragraphStyleCount, ... method getElementStyle (line 309) | private function getElementStyle($element, &$paragraphStyleCount, &$fo... method getElementStyleField (line 354) | private function getElementStyleField($element, &$fontStyleCount): void method getElementStyleTextRun (line 379) | private function getElementStyleTextRun($element, &$paragraphStyleCoun... method collectTrackedChanges (line 409) | private function collectTrackedChanges(AbstractContainer $container, &... FILE: src/PhpWord/Writer/ODText/Part/Manifest.php class Manifest (line 28) | class Manifest extends AbstractPart method write (line 35) | public function write() FILE: src/PhpWord/Writer/ODText/Part/Meta.php class Meta (line 28) | class Meta extends AbstractPart method write (line 35) | public function write() method writeCustomProperty (line 95) | private function writeCustomProperty(XMLWriter $xmlWriter, $property, ... FILE: src/PhpWord/Writer/ODText/Part/Mimetype.php class Mimetype (line 24) | class Mimetype extends AbstractPart method write (line 31) | public function write() FILE: src/PhpWord/Writer/ODText/Part/Styles.php class Styles (line 29) | class Styles extends AbstractPart method write (line 36) | public function write() method writeDefault (line 70) | private function writeDefault(XMLWriter $xmlWriter): void method writeNamed (line 121) | private function writeNamed(XMLWriter $xmlWriter): void method cvttwiptostr (line 145) | private static function cvttwiptostr($twips, $factor = 1.0) method writePageLayout (line 156) | private function writePageLayout(XMLWriter $xmlWriter): void method writePageLayoutIndiv (line 171) | private function writePageLayoutIndiv(XMLWriter $xmlWriter, $section, ... method writeMaster (line 253) | private function writeMaster(XMLWriter $xmlWriter): void FILE: src/PhpWord/Writer/ODText/Style/AbstractStyle.php class AbstractStyle (line 28) | abstract class AbstractStyle extends Word2007AbstractStyle FILE: src/PhpWord/Writer/ODText/Style/Font.php class Font (line 26) | class Font extends AbstractStyle method write (line 31) | public function write(): void FILE: src/PhpWord/Writer/ODText/Style/Image.php class Image (line 26) | class Image extends AbstractStyle method write (line 31) | public function write(): void FILE: src/PhpWord/Writer/ODText/Style/Numbering.php class Numbering (line 27) | class Numbering extends AbstractStyle method write (line 32) | public function write(): void FILE: src/PhpWord/Writer/ODText/Style/Paragraph.php class Paragraph (line 31) | class Paragraph extends AbstractStyle method write (line 46) | public function write(): void FILE: src/PhpWord/Writer/ODText/Style/Section.php class Section (line 26) | class Section extends AbstractStyle method write (line 31) | public function write(): void FILE: src/PhpWord/Writer/ODText/Style/Table.php class Table (line 26) | class Table extends AbstractStyle method write (line 31) | public function write(): void FILE: src/PhpWord/Writer/PDF.php class PDF (line 31) | class PDF method __construct (line 43) | public function __construct(PhpWord $phpWord) method __call (line 69) | public function __call($name, $arguments) method save (line 79) | public function save(string $filename): void method getRenderer (line 84) | public function getRenderer(): AbstractRenderer FILE: src/PhpWord/Writer/PDF/AbstractRenderer.php class AbstractRenderer (line 31) | abstract class AbstractRenderer extends HTML method __construct (line 82) | public function __construct(PhpWord $phpWord) method getFont (line 111) | public function getFont() method setFont (line 127) | public function setFont($fontName) method getPaperSize (line 139) | public function getPaperSize() method setPaperSize (line 151) | public function setPaperSize($value = 9) method getOrientation (line 163) | public function getOrientation() method setOrientation (line 175) | public function setOrientation($value = 'default') method prepareForSave (line 189) | protected function prepareForSave($filename = null) method restoreStateAfterSave (line 207) | protected function restoreStateAfterSave($fileHandle): void FILE: src/PhpWord/Writer/PDF/DomPDF.php class DomPDF (line 31) | class DomPDF extends AbstractRenderer implements WriterInterface method createExternalWriterInstance (line 45) | protected function createExternalWriterInstance() method save (line 58) | public function save(string $filename): void FILE: src/PhpWord/Writer/PDF/MPDF.php class MPDF (line 31) | class MPDF extends AbstractRenderer implements WriterInterface method __construct (line 41) | public function __construct(PhpWord $phpWord) method createExternalWriterInstance (line 55) | protected function createExternalWriterInstance() method save (line 70) | public function save(string $filename): void method getMPdfClassName (line 124) | private function getMPdfClassName() FILE: src/PhpWord/Writer/PDF/TCPDF.php class TCPDF (line 34) | class TCPDF extends AbstractRenderer implements WriterInterface method createExternalWriterInstance (line 52) | protected function createExternalWriterInstance($orientation, $unit, $... method prepareToWrite (line 71) | protected function prepareToWrite(TCPDFBase $pdf): void method save (line 94) | public function save(string $filename): void FILE: src/PhpWord/Writer/RTF.php class RTF (line 28) | class RTF extends AbstractWriter implements WriterInterface method __construct (line 40) | public function __construct(?PhpWord $phpWord = null) method save (line 59) | public function save(string $filename): void method getContent (line 71) | private function getContent() method getFontTable (line 89) | public function getFontTable() method getColorTable (line 99) | public function getColorTable() method getLastParagraphStyle (line 109) | public function getLastParagraphStyle() method setLastParagraphStyle (line 119) | public function setLastParagraphStyle($value = ''): void FILE: src/PhpWord/Writer/RTF/Element/AbstractElement.php class AbstractElement (line 37) | abstract class AbstractElement method write (line 65) | abstract public function write(); method __construct (line 86) | public function __construct(WriterRTF $parentWriter, Element $element,... method getStyles (line 97) | protected function getStyles(): void method writeOpening (line 139) | protected function writeOpening() method writeText (line 158) | protected function writeText($text) method writeClosing (line 172) | protected function writeClosing() method writeFontStyle (line 186) | protected function writeFontStyle() FILE: src/PhpWord/Writer/RTF/Element/Container.php class Container (line 28) | class Container extends AbstractElement method write (line 42) | public function write() FILE: src/PhpWord/Writer/RTF/Element/Field.php class Field (line 28) | class Field extends Text method write (line 33) | public function write() method writePage (line 62) | protected function writePage() method writeNumpages (line 67) | protected function writeNumpages() method writeFilename (line 72) | protected function writeFilename(ElementField $element): string method writeDate (line 83) | protected function writeDate(ElementField $element) FILE: src/PhpWord/Writer/RTF/Element/Image.php class Image (line 29) | class Image extends AbstractElement method write (line 36) | public function write() FILE: src/PhpWord/Writer/RTF/Element/Link.php class Link (line 26) | class Link extends AbstractElement method write (line 33) | public function write() FILE: src/PhpWord/Writer/RTF/Element/ListItem.php class ListItem (line 26) | class ListItem extends Text FILE: src/PhpWord/Writer/RTF/Element/PageBreak.php class PageBreak (line 26) | class PageBreak extends AbstractElement method write (line 33) | public function write() FILE: src/PhpWord/Writer/RTF/Element/Ruby.php class Ruby (line 25) | class Ruby extends AbstractElement method write (line 32) | public function write() FILE: src/PhpWord/Writer/RTF/Element/Table.php class Table (line 35) | class Table extends AbstractElement method write (line 47) | public function write() method writeRowDef (line 86) | private function writeRowDef(RowElement $row) method writeRow (line 118) | private function writeRow(RowElement $row) method writeCell (line 135) | private function writeCell(CellElement $cell) method writeCellStyle (line 148) | private function writeCellStyle(CellStyle $cell, ?TableStyle $table): ... method writeCellBorder (line 178) | private function writeCellBorder(string $prefix, ?string $borderStyle,... method getVMerge (line 254) | private function getVMerge($value) FILE: src/PhpWord/Writer/RTF/Element/Text.php class Text (line 26) | class Text extends AbstractElement method write (line 33) | public function write() FILE: src/PhpWord/Writer/RTF/Element/TextBreak.php class TextBreak (line 26) | class TextBreak extends AbstractElement method write (line 33) | public function write() FILE: src/PhpWord/Writer/RTF/Element/TextRun.php class TextRun (line 26) | class TextRun extends AbstractElement method write (line 33) | public function write() FILE: src/PhpWord/Writer/RTF/Element/Title.php class Title (line 26) | class Title extends Text method getStyles (line 28) | protected function getStyles(): void method write (line 57) | public function write() FILE: src/PhpWord/Writer/RTF/Part/AbstractPart.php class AbstractPart (line 28) | abstract class AbstractPart method __construct (line 40) | public function __construct() method write (line 48) | abstract public function write(); method setParentWriter (line 53) | public function setParentWriter(?AbstractWriter $writer = null): void method getParentWriter (line 61) | public function getParentWriter() FILE: src/PhpWord/Writer/RTF/Part/Document.php class Document (line 32) | class Document extends AbstractPart method write (line 39) | public function write() method writeInfo (line 55) | private function writeInfo() method writeFormatting (line 99) | private function writeFormatting() method writeTitlepg (line 131) | private static function writeTitlepg($section) method writeSections (line 152) | private function writeSections() method getDateValue (line 227) | private function getDateValue($value) FILE: src/PhpWord/Writer/RTF/Part/Header.php class Header (line 40) | class Header extends AbstractPart method getFontTable (line 61) | public function getFontTable() method getColorTable (line 71) | public function getColorTable() method write (line 81) | public function write() method writeCharset (line 102) | private function writeCharset() method writeDefaults (line 118) | private function writeDefaults() method writeFontTable (line 133) | private function writeFontTable() method writeColorTable (line 153) | private function writeColorTable() method writeGenerator (line 174) | private function writeGenerator() method registerFont (line 187) | private function registerFont(): void method registerBorderColor (line 217) | private function registerBorderColor($style): void method registerFontItems (line 232) | private function registerFontItems($style): void method registerTableItem (line 259) | private function registerTableItem(&$table, $value, $default = null): ... FILE: src/PhpWord/Writer/RTF/Style/AbstractStyle.php class AbstractStyle (line 29) | abstract class AbstractStyle method write (line 50) | abstract public function write(); method __construct (line 57) | public function __construct($style = null) method setParentWriter (line 67) | public function setParentWriter($writer): void method getParentWriter (line 77) | public function getParentWriter() method getStyle (line 87) | public function getStyle() method getValueIf (line 104) | protected function getValueIf($condition, $value) FILE: src/PhpWord/Writer/RTF/Style/Border.php class Border (line 26) | class Border extends AbstractStyle method write (line 47) | public function write() method writeSide (line 80) | private function writeSide($side, $width, $color = '') method setSizes (line 110) | public function setSizes($value): void method setColors (line 120) | public function setColors($value): void FILE: src/PhpWord/Writer/RTF/Style/Font.php class Font (line 28) | class Font extends AbstractStyle method write (line 45) | public function write() method setNameIndex (line 75) | public function setNameIndex($value = 0): void method setColorIndex (line 85) | public function setColorIndex($value = 0): void FILE: src/PhpWord/Writer/RTF/Style/Indentation.php class Indentation (line 26) | class Indentation extends AbstractStyle method write (line 33) | public function write() FILE: src/PhpWord/Writer/RTF/Style/Paragraph.php class Paragraph (line 28) | class Paragraph extends AbstractStyle method write (line 48) | public function write() method writeIndentation (line 114) | private function writeIndentation($indent = null) method writeTabs (line 132) | private function writeTabs($tabs = null) method setNestedLevel (line 150) | public function setNestedLevel($value): void FILE: src/PhpWord/Writer/RTF/Style/Section.php class Section (line 28) | class Section extends AbstractStyle method write (line 35) | public function write() FILE: src/PhpWord/Writer/RTF/Style/Tab.php class Tab (line 26) | class Tab extends AbstractStyle method write (line 31) | public function write() FILE: src/PhpWord/Writer/Word2007.php class Word2007 (line 29) | class Word2007 extends AbstractWriter implements WriterInterface method __construct (line 48) | public function __construct(?PhpWord $phpWord = null) method save (line 94) | public function save(string $filename): void method getContentTypes (line 150) | public function getContentTypes() method getRelationships (line 160) | public function getRelationships() method addHeaderFooterMedia (line 170) | private function addHeaderFooterMedia(ZipArchive $zip, $docPart): void method addHeaderFooterContent (line 195) | private function addHeaderFooterContent(Section &$section, ZipArchive ... method addNotes (line 220) | private function addNotes(ZipArchive $zip, &$rId, $noteType = 'footnot... method addComments (line 254) | private function addComments(ZipArchive $zip, &$rId): void method addChart (line 275) | private function addChart(ZipArchive $zip, &$rId): void method registerContentTypes (line 308) | private function registerContentTypes($media): void FILE: src/PhpWord/Writer/Word2007/Element/AbstractElement.php class AbstractElement (line 32) | abstract class AbstractElement method write (line 63) | abstract public function write(); method __construct (line 68) | public function __construct(XMLWriter $xmlWriter, Element $element, bo... method getXmlWriter (line 80) | protected function getXmlWriter() method getElement (line 90) | protected function getElement() method startElementP (line 100) | protected function startElementP(): void method endElementP (line 115) | protected function endElementP(): void method writeCommentRangeStart (line 126) | protected function writeCommentRangeStart(): void method writeCommentRangeEnd (line 138) | protected function writeCommentRangeEnd(): void method writeParagraphStyle (line 163) | protected function writeParagraphStyle(): void method writeFontStyle (line 171) | protected function writeFontStyle(): void method writeTextStyle (line 181) | private function writeTextStyle($styleType): void method getText (line 203) | protected function getText($text) method writeText (line 215) | protected function writeText($content) method setPart (line 224) | public function setPart(?AbstractPart $part): self method getPart (line 231) | public function getPart(): ?AbstractPart FILE: src/PhpWord/Writer/Word2007/Element/Bookmark.php class Bookmark (line 26) | class Bookmark extends AbstractElement method write (line 31) | public function write(): void FILE: src/PhpWord/Writer/Word2007/Element/Chart.php class Chart (line 28) | class Chart extends AbstractElement method write (line 33) | public function write(): void FILE: src/PhpWord/Writer/Word2007/Element/CheckBox.php class CheckBox (line 26) | class CheckBox extends Text method write (line 31) | public function write(): void FILE: src/PhpWord/Writer/Word2007/Element/Container.php class Container (line 31) | class Container extends AbstractElement method write (line 48) | public function write(): void method writeElement (line 80) | private function writeElement(XMLWriter $xmlWriter, Element $element, ... FILE: src/PhpWord/Writer/Word2007/Element/Endnote.php class Endnote (line 26) | class Endnote extends Footnote FILE: src/PhpWord/Writer/Word2007/Element/Field.php class Field (line 29) | class Field extends Text method write (line 34) | public function write(): void method writeDefault (line 49) | private function writeDefault(ElementField $element): void method writeMacrobutton (line 127) | protected function writeMacrobutton(ElementField $element): void method buildPropertiesAndOptions (line 166) | private function buildPropertiesAndOptions(ElementField $element) method writeRef (line 237) | protected function writeRef(ElementField $element): void method convertRefOption (line 308) | private function convertRefOption(string $optionKey, string $optionVal... FILE: src/PhpWord/Writer/Word2007/Element/Footnote.php class Footnote (line 26) | class Footnote extends Text method write (line 38) | public function write(): void FILE: src/PhpWord/Writer/Word2007/Element/FormField.php class FormField (line 34) | class FormField extends Text method write (line 42) | public function write(): void method writeTextInput (line 111) | private function writeTextInput(XMLWriter $xmlWriter, FormFieldElement... method writeCheckBox (line 125) | private function writeCheckBox(XMLWriter $xmlWriter, FormFieldElement ... method writeDropDown (line 146) | private function writeDropDown(XMLWriter $xmlWriter, FormFieldElement ... FILE: src/PhpWord/Writer/Word2007/Element/Formula.php class Formula (line 27) | class Formula extends AbstractElement method write (line 32) | public function write(): void FILE: src/PhpWord/Writer/Word2007/Element/Image.php class Image (line 33) | class Image extends AbstractElement method write (line 38) | public function write(): void method writeImage (line 56) | private function writeImage(XMLWriter $xmlWriter, ImageElement $elemen... method writeWatermark (line 101) | private function writeWatermark(XMLWriter $xmlWriter, ImageElement $el... FILE: src/PhpWord/Writer/Word2007/Element/Line.php class Line (line 27) | class Line extends AbstractElement method write (line 32) | public function write(): void FILE: src/PhpWord/Writer/Word2007/Element/Link.php class Link (line 26) | class Link extends Text method write (line 31) | public function write(): void FILE: src/PhpWord/Writer/Word2007/Element/ListItem.php class ListItem (line 28) | class ListItem extends AbstractElement method write (line 33) | public function write(): void FILE: src/PhpWord/Writer/Word2007/Element/ListItemRun.php class ListItemRun (line 29) | class ListItemRun extends AbstractElement method write (line 34) | public function write(): void method writeParagraph (line 45) | private function writeParagraph(ListItemRunElement $element): void method writeParagraphProperties (line 58) | private function writeParagraphProperties(ListItemRunElement $element)... method writeParagraphPropertiesNumbering (line 73) | private function writeParagraphPropertiesNumbering(ListItemRunElement ... FILE: src/PhpWord/Writer/Word2007/Element/OLEObject.php class OLEObject (line 28) | class OLEObject extends AbstractElement method write (line 33) | public function write(): void FILE: src/PhpWord/Writer/Word2007/Element/PageBreak.php class PageBreak (line 26) | class PageBreak extends AbstractElement method write (line 33) | public function write(): void FILE: src/PhpWord/Writer/Word2007/Element/ParagraphAlignment.php class ParagraphAlignment (line 24) | class ParagraphAlignment method __construct (line 37) | final public function __construct($value) method getName (line 47) | final public function getName() method getAttributes (line 57) | final public function getAttributes() FILE: src/PhpWord/Writer/Word2007/Element/PreserveText.php class PreserveText (line 26) | class PreserveText extends Text method write (line 31) | public function write(): void FILE: src/PhpWord/Writer/Word2007/Element/Ruby.php class Ruby (line 24) | class Ruby extends AbstractElement method write (line 29) | public function write(): void FILE: src/PhpWord/Writer/Word2007/Element/SDT.php class SDT (line 32) | class SDT extends Text method write (line 37) | public function write(): void method writePlainText (line 83) | private function writePlainText(XMLWriter $xmlWriter): void method writeComboBox (line 94) | private function writeComboBox(XMLWriter $xmlWriter, SDTElement $eleme... method writeDropDownList (line 111) | private function writeDropDownList(XMLWriter $xmlWriter, SDTElement $e... method writeDate (line 121) | private function writeDate(XMLWriter $xmlWriter, SDTElement $element):... FILE: src/PhpWord/Writer/Word2007/Element/Shape.php class Shape (line 33) | class Shape extends AbstractElement method write (line 38) | public function write(): void method writeArc (line 82) | private function writeArc(XMLWriter $xmlWriter, ShapeStyle $style): void method writeCurve (line 93) | private function writeCurve(XMLWriter $xmlWriter, ShapeStyle $style): ... method writeLine (line 105) | private function writeLine(XMLWriter $xmlWriter, ShapeStyle $style): void method writePolyline (line 116) | private function writePolyline(XMLWriter $xmlWriter, ShapeStyle $style... method writeRoundRect (line 124) | private function writeRoundRect(XMLWriter $xmlWriter, ShapeStyle $styl... method getPoints (line 137) | private function getPoints($type, $value) FILE: src/PhpWord/Writer/Word2007/Element/TOC.php class TOC (line 34) | class TOC extends AbstractElement method write (line 39) | public function write(): void method writeTitle (line 69) | private function writeTitle(XMLWriter $xmlWriter, TOCElement $element,... method writeStyle (line 149) | private function writeStyle(XMLWriter $xmlWriter, TOCElement $element,... method writeFieldMark (line 191) | private function writeFieldMark(XMLWriter $xmlWriter, TOCElement $elem... FILE: src/PhpWord/Writer/Word2007/Element/Table.php class Table (line 36) | class Table extends AbstractElement method write (line 41) | public function write(): void method writeColumns (line 75) | private function writeColumns(XMLWriter $xmlWriter, TableElement $elem... method writeRow (line 94) | private function writeRow(XMLWriter $xmlWriter, RowElement $row): void method writeCell (line 123) | private function writeCell(XMLWriter $xmlWriter, CellElement $cell): void FILE: src/PhpWord/Writer/Word2007/Element/TableAlignment.php class TableAlignment (line 24) | class TableAlignment method __construct (line 37) | final public function __construct($value) method getName (line 47) | final public function getName() method getAttributes (line 57) | final public function getAttributes() FILE: src/PhpWord/Writer/Word2007/Element/Text.php class Text (line 28) | class Text extends AbstractElement method write (line 33) | public function write(): void method writeOpeningTrackChange (line 70) | protected function writeOpeningTrackChange(): void method writeClosingTrackChange (line 94) | protected function writeClosingTrackChange(): void FILE: src/PhpWord/Writer/Word2007/Element/TextBox.php class TextBox (line 26) | class TextBox extends Image method write (line 31) | public function write(): void FILE: src/PhpWord/Writer/Word2007/Element/TextBreak.php class TextBreak (line 26) | class TextBreak extends Text method write (line 31) | public function write(): void FILE: src/PhpWord/Writer/Word2007/Element/TextRun.php class TextRun (line 26) | class TextRun extends Text method write (line 31) | public function write(): void FILE: src/PhpWord/Writer/Word2007/Element/Title.php class Title (line 26) | class Title extends AbstractElement method write (line 31) | public function write(): void FILE: src/PhpWord/Writer/Word2007/Part/AbstractPart.php class AbstractPart (line 29) | abstract class AbstractPart method write (line 48) | abstract public function write(); method setParentWriter (line 53) | public function setParentWriter(?AbstractWriter $writer = null): void method getParentWriter (line 63) | public function getParentWriter() method getXmlWriter (line 77) | protected function getXmlWriter() method writeText (line 99) | protected function writeText($content) FILE: src/PhpWord/Writer/Word2007/Part/Chart.php class Chart (line 30) | class Chart extends AbstractPart method setElement (line 69) | public function setElement(ChartElement $element): void method write (line 79) | public function write() method writeChart (line 102) | private function writeChart(XMLWriter $xmlWriter): void method writePlotArea (line 123) | private function writePlotArea(XMLWriter $xmlWriter): void method writeSeries (line 215) | private function writeSeries(XMLWriter $xmlWriter, $scatter = false): ... method writeSeriesItem (line 299) | private function writeSeriesItem(XMLWriter $xmlWriter, $type, $values)... method writeAxis (line 339) | private function writeAxis(XMLWriter $xmlWriter, $type): void method writeShape (line 404) | private function writeShape(XMLWriter $xmlWriter, $line = false): void method writeAxisTitle (line 417) | private function writeAxisTitle(XMLWriter $xmlWriter, $title): void FILE: src/PhpWord/Writer/Word2007/Part/Comments.php class Comments (line 28) | class Comments extends AbstractPart method write (line 42) | public function write() method writeComment (line 74) | protected function writeComment(XMLWriter $xmlWriter, Comment $comment... method setElements (line 97) | public function setElements($elements) FILE: src/PhpWord/Writer/Word2007/Part/ContentTypes.php class ContentTypes (line 26) | class ContentTypes extends AbstractPart method write (line 33) | public function write() method writeContentType (line 88) | private function writeContentType(XMLWriter $xmlWriter, $parts, $isDef... FILE: src/PhpWord/Writer/Word2007/Part/DocPropsApp.php class DocPropsApp (line 26) | class DocPropsApp extends AbstractPart method write (line 33) | public function write() FILE: src/PhpWord/Writer/Word2007/Part/DocPropsCore.php class DocPropsCore (line 26) | class DocPropsCore extends AbstractPart method write (line 33) | public function write() FILE: src/PhpWord/Writer/Word2007/Part/DocPropsCustom.php class DocPropsCustom (line 28) | class DocPropsCustom extends AbstractPart method write (line 35) | public function write() FILE: src/PhpWord/Writer/Word2007/Part/Document.php class Document (line 29) | class Document extends AbstractPart method write (line 36) | public function write() method writeSection (line 84) | private function writeSection(XMLWriter $xmlWriter, Section $section):... method writeSectionSettings (line 96) | private function writeSectionSettings(XMLWriter $xmlWriter, Section $s... FILE: src/PhpWord/Writer/Word2007/Part/Endnotes.php class Endnotes (line 24) | class Endnotes extends Footnotes FILE: src/PhpWord/Writer/Word2007/Part/FontTable.php class FontTable (line 28) | class FontTable extends AbstractPart method write (line 35) | public function write() FILE: src/PhpWord/Writer/Word2007/Part/Footer.php class Footer (line 26) | class Footer extends AbstractPart method write (line 47) | public function write() method setElement (line 79) | public function setElement($element) FILE: src/PhpWord/Writer/Word2007/Part/Footnotes.php class Footnotes (line 29) | class Footnotes extends AbstractPart method write (line 71) | public function write() method setElements (line 130) | public function setElements($elements) method writeNote (line 142) | protected function writeNote(XMLWriter $xmlWriter, $element): void FILE: src/PhpWord/Writer/Word2007/Part/Header.php class Header (line 24) | class Header extends Footer FILE: src/PhpWord/Writer/Word2007/Part/Numbering.php class Numbering (line 31) | class Numbering extends AbstractPart method write (line 38) | public function write() method writeLevel (line 99) | private function writeLevel(XMLWriter $xmlWriter, NumberingLevel $leve... method writeParagraph (line 138) | private function writeParagraph(XMLWriter $xmlWriter, NumberingLevel $... method writeFont (line 168) | private function writeFont(XMLWriter $xmlWriter, NumberingLevel $level... method getRandomHexNumber (line 190) | private function getRandomHexNumber($length = 8) FILE: src/PhpWord/Writer/Word2007/Part/Rels.php class Rels (line 29) | class Rels extends AbstractPart method write (line 36) | public function write() method writeRels (line 57) | protected function writeRels(XMLWriter $xmlWriter, $xmlRels = [], $med... method writeMediaRel (line 82) | private function writeMediaRel(XMLWriter $xmlWriter, $relId, $mediaRel... method writeRel (line 108) | private function writeRel(XMLWriter $xmlWriter, $relId, $type, $target... FILE: src/PhpWord/Writer/Word2007/Part/RelsDocument.php class RelsDocument (line 26) | class RelsDocument extends Rels method write (line 33) | public function write() FILE: src/PhpWord/Writer/Word2007/Part/RelsPart.php class RelsPart (line 26) | class RelsPart extends Rels method write (line 40) | public function write() method setMedia (line 55) | public function setMedia($media) FILE: src/PhpWord/Writer/Word2007/Part/Settings.php class Settings (line 31) | class Settings extends AbstractPart method write (line 45) | public function write() method writeSetting (line 77) | protected function writeSetting($xmlWriter, $settingKey, $settingValue... method getSettings (line 101) | private function getSettings(): void method setOnOffValue (line 173) | private function setOnOffValue($settingName, $booleanValue): void method setDocumentProtection (line 188) | private function setDocumentProtection($documentProtection): void method setProofState (line 223) | private function setProofState(?ProofState $proofState = null): void method setRevisionView (line 238) | private function setRevisionView(?TrackChangesView $trackChangesView =... method setThemeFontLang (line 255) | private function setThemeFontLang(?Language $language = null): void method setZoom (line 272) | private function setZoom($zoom = null): void method setConsecutiveHyphenLimit (line 283) | private function setConsecutiveHyphenLimit($consecutiveHyphenLimit): void method setHyphenationZone (line 297) | private function setHyphenationZone($hyphenationZone): void method setCompatibility (line 311) | private function setCompatibility(): void FILE: src/PhpWord/Writer/Word2007/Part/Styles.php class Styles (line 37) | class Styles extends AbstractPart method write (line 44) | public function write() method writeDefaultStyles (line 83) | private function writeDefaultStyles(XMLWriter $xmlWriter, $styles): void method writeFontStyle (line 172) | private function writeFontStyle(XMLWriter $xmlWriter, $styleName, Font... method writeParagraphStyle (line 238) | private function writeParagraphStyle(XMLWriter $xmlWriter, $styleName,... method writeTableStyle (line 268) | private function writeTableStyle(XMLWriter $xmlWriter, $styleName, Tab... FILE: src/PhpWord/Writer/Word2007/Part/Theme.php class Theme (line 28) | class Theme extends AbstractPart method write (line 35) | public function write() method writeColorScheme (line 58) | private function writeColorScheme() method writeFontScheme (line 109) | private function writeFontScheme() method writeFormatScheme (line 195) | private function writeFormatScheme() method writeFormatFill (line 214) | private function writeFormatFill() method writeFormatLine (line 278) | private function writeFormatLine() method writeFormatEffect (line 314) | private function writeFormatEffect() method writeFormatBackground (line 367) | private function writeFormatBackground() FILE: src/PhpWord/Writer/Word2007/Part/WebSettings.php class WebSettings (line 24) | class WebSettings extends Settings method write (line 31) | public function write() FILE: src/PhpWord/Writer/Word2007/Style/AbstractStyle.php class AbstractStyle (line 29) | abstract class AbstractStyle method write (line 48) | abstract public function write(); method __construct (line 55) | public function __construct(XMLWriter $xmlWriter, $style = null) method getXmlWriter (line 66) | protected function getXmlWriter() method getStyle (line 76) | protected function getStyle() method convertTwip (line 89) | protected function convertTwip($value, $default = 0) method writeChildStyle (line 113) | protected function writeChildStyle(XMLWriter $xmlWriter, $name, $value... method writeOnOf (line 131) | protected function writeOnOf($value = null) method assembleStyle (line 147) | protected function assembleStyle($styles = []) FILE: src/PhpWord/Writer/Word2007/Style/Cell.php class Cell (line 28) | class Cell extends AbstractStyle method write (line 38) | public function write(): void method setWidth (line 136) | public function setWidth($value = null): void FILE: src/PhpWord/Writer/Word2007/Style/Extrusion.php class Extrusion (line 26) | class Extrusion extends AbstractStyle method write (line 31) | public function write(): void FILE: src/PhpWord/Writer/Word2007/Style/Fill.php class Fill (line 26) | class Fill extends AbstractStyle method write (line 31) | public function write(): void FILE: src/PhpWord/Writer/Word2007/Style/Font.php class Font (line 26) | class Font extends AbstractStyle method write (line 38) | public function write(): void method writeStyle (line 61) | private function writeStyle(): void method setIsInline (line 173) | public function setIsInline($value): void FILE: src/PhpWord/Writer/Word2007/Style/Frame.php class Frame (line 30) | class Frame extends AbstractStyle method write (line 37) | public function write(): void method writeAlignment (line 87) | public function writeAlignment(): void method writeWrap (line 114) | private function writeWrap(XMLWriter $xmlWriter, FrameStyle $style, $w... method getStyles (line 156) | private function getStyles(FrameStyle $style, $properties, $suffix = '') FILE: src/PhpWord/Writer/Word2007/Style/Image.php class Image (line 26) | class Image extends Frame FILE: src/PhpWord/Writer/Word2007/Style/Indentation.php class Indentation (line 26) | class Indentation extends AbstractStyle method write (line 31) | public function write(): void FILE: src/PhpWord/Writer/Word2007/Style/Line.php class Line (line 26) | class Line extends Frame method writeStroke (line 33) | public function writeStroke(): void FILE: src/PhpWord/Writer/Word2007/Style/LineNumbering.php class LineNumbering (line 26) | class LineNumbering extends AbstractStyle method write (line 32) | public function write(): void FILE: src/PhpWord/Writer/Word2007/Style/MarginBorder.php class MarginBorder (line 28) | class MarginBorder extends AbstractStyle method write (line 61) | public function write(): void method writeSide (line 87) | private function writeSide(XMLWriter $xmlWriter, $side, $width, $color... method setSizes (line 116) | public function setSizes($value): void method setColors (line 126) | public function setColors($value): void method setStyles (line 136) | public function setStyles($value): void method setAttributes (line 146) | public function setAttributes($value): void FILE: src/PhpWord/Writer/Word2007/Style/Outline.php class Outline (line 26) | class Outline extends AbstractStyle method write (line 31) | public function write(): void FILE: src/PhpWord/Writer/Word2007/Style/Paragraph.php class Paragraph (line 31) | class Paragraph extends AbstractStyle method write (line 50) | public function write(): void method writeStyle (line 73) | private function writeStyle(): void method writeTabs (line 153) | private function writeTabs(XMLWriter $xmlWriter, $tabs): void method writeNumbering (line 170) | private function writeNumbering(XMLWriter $xmlWriter, $numbering): void method setWithoutPPR (line 198) | public function setWithoutPPR($value): void method setIsInline (line 208) | public function setIsInline($value): void FILE: src/PhpWord/Writer/Word2007/Style/Row.php class Row (line 26) | class Row extends AbstractStyle method write (line 36) | public function write(): void method setHeight (line 63) | public function setHeight($value = null): void FILE: src/PhpWord/Writer/Word2007/Style/Section.php class Section (line 28) | class Section extends AbstractStyle method write (line 33) | public function write(): void FILE: src/PhpWord/Writer/Word2007/Style/Shading.php class Shading (line 26) | class Shading extends AbstractStyle method write (line 31) | public function write(): void FILE: src/PhpWord/Writer/Word2007/Style/Shadow.php class Shadow (line 26) | class Shadow extends AbstractStyle method write (line 31) | public function write(): void FILE: src/PhpWord/Writer/Word2007/Style/Shape.php class Shape (line 26) | class Shape extends AbstractStyle method write (line 31) | public function write(): void FILE: src/PhpWord/Writer/Word2007/Style/Spacing.php class Spacing (line 26) | class Spacing extends AbstractStyle method write (line 31) | public function write(): void FILE: src/PhpWord/Writer/Word2007/Style/Tab.php class Tab (line 26) | class Tab extends AbstractStyle method write (line 31) | public function write(): void FILE: src/PhpWord/Writer/Word2007/Style/Table.php class Table (line 31) | class Table extends AbstractStyle method write (line 41) | public function write(): void method writeStyle (line 63) | private function writeStyle(XMLWriter $xmlWriter, TableStyle $style): ... method writeLayout (line 109) | private function writeLayout(XMLWriter $xmlWriter, $layout): void method writeMargin (line 119) | private function writeMargin(XMLWriter $xmlWriter, TableStyle $style):... method writeBorder (line 135) | private function writeBorder(XMLWriter $xmlWriter, TableStyle $style):... method writeTblWidth (line 156) | private function writeTblWidth(XMLWriter $xmlWriter, $elementName, $un... method writeFirstRow (line 170) | private function writeFirstRow(XMLWriter $xmlWriter, TableStyle $style... method writeShading (line 186) | private function writeShading(XMLWriter $xmlWriter, TableStyle $style)... method setWidth (line 203) | public function setWidth($value = null): void method writeIndent (line 208) | private function writeIndent(XMLWriter $xmlWriter, TableStyle $style):... FILE: src/PhpWord/Writer/Word2007/Style/TablePosition.php class TablePosition (line 24) | class TablePosition extends AbstractStyle method write (line 29) | public function write(): void FILE: src/PhpWord/Writer/Word2007/Style/TextBox.php class TextBox (line 26) | class TextBox extends Frame method writeInnerMargin (line 31) | public function writeInnerMargin(): void method writeBorder (line 47) | public function writeBorder(): void FILE: src/PhpWord/Writer/WriterInterface.php type WriterInterface (line 24) | interface WriterInterface method save (line 29) | public function save(string $filename): void; FILE: src/PhpWord/Writer/WriterPartInterface.php type WriterPartInterface (line 5) | interface WriterPartInterface method setParentWriter (line 7) | public function setParentWriter(AbstractWriter $parentWriter): void; method write (line 9) | public function write(): string; FILE: tests/PhpWordTests/AbstractTestReader.php class AbstractTestReader (line 27) | abstract class AbstractTestReader extends \PHPUnit\Framework\TestCase method getDocumentFromString (line 42) | protected function getDocumentFromString(array $partXmls = []) FILE: tests/PhpWordTests/AbstractWebServerEmbedded.php class AbstractWebServerEmbedded (line 23) | abstract class AbstractWebServerEmbedded extends \PHPUnit\Framework\Test... method setUpBeforeClass (line 27) | public static function setUpBeforeClass(): void method tearDownAfterClass (line 38) | public static function tearDownAfterClass(): void method getBaseUrl (line 43) | protected static function getBaseUrl() method getRemoteImageUrl (line 48) | protected static function getRemoteImageUrl() method getRemoteImageUrlWithoutExtension (line 57) | protected static function getRemoteImageUrlWithoutExtension(): string method getRemoteGifImageUrl (line 66) | protected static function getRemoteGifImageUrl() method getRemoteBmpImageUrl (line 75) | protected static function getRemoteBmpImageUrl() FILE: tests/PhpWordTests/AutoloaderTest.php class AutoloaderTest (line 27) | class AutoloaderTest extends TestCase method testRegister (line 29) | public function testRegister(): void method testAutoload (line 44) | public function testAutoload(): void FILE: tests/PhpWordTests/Collection/CollectionTest.php class CollectionTest (line 29) | class CollectionTest extends \PHPUnit\Framework\TestCase method testCollection (line 34) | public function testCollection(): void method testCollectionSetItem (line 49) | public function testCollectionSetItem(): void FILE: tests/PhpWordTests/ComplexType/FootnotePropertiesTest.php class FootnotePropertiesTest (line 32) | class FootnotePropertiesTest extends \PHPUnit\Framework\TestCase method testSetGetNormal (line 37) | public function testSetGetNormal(): void method testWrongPos (line 54) | public function testWrongPos(): void method testWrongNumFmt (line 64) | public function testWrongNumFmt(): void method testWrongNumRestart (line 74) | public function testWrongNumRestart(): void FILE: tests/PhpWordTests/ComplexType/ProofStateTest.php class ProofStateTest (line 29) | class ProofStateTest extends \PHPUnit\Framework\TestCase method testGetSet (line 34) | public function testGetSet(): void method testWrongGrammar (line 47) | public function testWrongGrammar(): void method testWrongSpelling (line 57) | public function testWrongSpelling(): void FILE: tests/PhpWordTests/ComplexType/RubyPropertiesTest.php class RubyPropertiesTest (line 29) | class RubyPropertiesTest extends \PHPUnit\Framework\TestCase method testConstruct (line 34) | public function testConstruct(): void method testAlignment (line 50) | public function testAlignment(): void method testValidAlignments (line 62) | public function testValidAlignments(): void method testInvalidAlignment (line 82) | public function testInvalidAlignment(): void method testFontFaceSize (line 92) | public function testFontFaceSize(): void method testFontPointsAboveBaseText (line 105) | public function testFontPointsAboveBaseText(): void method testFontSizeForBaseText (line 118) | public function testFontSizeForBaseText(): void method testLanguageId (line 131) | public function testLanguageId(): void FILE: tests/PhpWordTests/Element/AbstractElementTest.php class AbstractElementTest (line 26) | class AbstractElementTest extends \PHPUnit\Framework\TestCase method testElementIndex (line 31) | public function testElementIndex(): void method testElementId (line 49) | public function testElementId(): void FILE: tests/PhpWordTests/Element/BookmarkTest.php class BookmarkTest (line 28) | class BookmarkTest extends \PHPUnit\Framework\TestCase method testConstruct (line 33) | public function testConstruct(): void FILE: tests/PhpWordTests/Element/CellTest.php class CellTest (line 30) | class CellTest extends AbstractWebServerEmbedded method testConstruct (line 35) | public function testConstruct(): void method testConstructWithStyleArray (line 45) | public function testConstructWithStyleArray(): void method testAddText (line 56) | public function testAddText(): void method testAddTextNotUTF8 (line 68) | public function testAddTextNotUTF8(): void method testAddLink (line 81) | public function testAddLink(): void method testAddTextBreak (line 93) | public function testAddTextBreak(): void method testAddListItem (line 104) | public function testAddListItem(): void method testAddListItemNotUTF8 (line 117) | public function testAddListItemNotUTF8(): void method testAddImageSection (line 130) | public function testAddImageSection(): void method testAddImageHeader (line 143) | public function testAddImageHeader(): void method testAddImageFooter (line 156) | public function testAddImageFooter(): void method testAddImageSectionByUrl (line 169) | public function testAddImageSectionByUrl(): void method testAddObjectXLS (line 181) | public function testAddObjectXLS(): void method testAddObjectException (line 194) | public function testAddObjectException(): void method testAddPreserveText (line 205) | public function testAddPreserveText(): void method testAddPreserveTextNotUTF8 (line 218) | public function testAddPreserveTextNotUTF8(): void method testAddPreserveTextException (line 232) | public function testAddPreserveTextException(): void method testCreateTextRun (line 243) | public function testCreateTextRun(): void method testAddCheckBox (line 255) | public function testAddCheckBox(): void method testGetElements (line 267) | public function testGetElements(): void FILE: tests/PhpWordTests/Element/CheckBoxTest.php class CheckBoxTest (line 30) | class CheckBoxTest extends \PHPUnit\Framework\TestCase method testConstruct (line 35) | public function testConstruct(): void method testCheckBox (line 47) | public function testCheckBox(): void method testFont (line 58) | public function testFont(): void method testFontObject (line 70) | public function testFontObject(): void method testParagraph (line 80) | public function testParagraph(): void FILE: tests/PhpWordTests/Element/CommentTest.php class CommentTest (line 32) | class CommentTest extends \PHPUnit\Framework\TestCase method testConstructDefault (line 37) | public function testConstructDefault(): void method testTwoCommentsOnSameText (line 58) | public function testTwoCommentsOnSameText(): void method testAddText (line 91) | public function testAddText(): void method testGetElements (line 104) | public function testGetElements(): void method testRelationId (line 114) | public function testRelationId(): void method testExceptionOnCommentStartOnComment (line 123) | public function testExceptionOnCommentStartOnComment(): void method testExceptionOnCommentEndOnComment (line 131) | public function testExceptionOnCommentEndOnComment(): void FILE: tests/PhpWordTests/Element/FieldTest.php class FieldTest (line 30) | class FieldTest extends \PHPUnit\Framework\TestCase method testConstructWithType (line 35) | public function testConstructWithType(): void method testConstructWithTypeProperties (line 45) | public function testConstructWithTypeProperties(): void method testConstructWithTypePropertiesOptions (line 56) | public function testConstructWithTypePropertiesOptions(): void method testConstructWithTypePropertiesOptionsText (line 68) | public function testConstructWithTypePropertiesOptionsText(): void method testConstructWithTypePropertiesOptionsTextAsTextRun (line 81) | public function testConstructWithTypePropertiesOptionsTextAsTextRun():... method testConstructWithOptionValue (line 94) | public function testConstructWithOptionValue(): void method testSetTypeException (line 106) | public function testSetTypeException(): void method testSetPropertiesException (line 117) | public function testSetPropertiesException(): void method testSetOptionsException (line 128) | public function testSetOptionsException(): void method testSetTextException (line 139) | public function testSetTextException(): void FILE: tests/PhpWordTests/Element/FooterTest.php class FooterTest (line 29) | class FooterTest extends AbstractWebServerEmbedded method testConstruct (line 34) | public function testConstruct(): void method testAddText (line 45) | public function testAddText(): void method testAddTextNotUTF8 (line 57) | public function testAddTextNotUTF8(): void method testAddTextBreak (line 70) | public function testAddTextBreak(): void method testCreateTextRun (line 82) | public function testCreateTextRun(): void method testAddTable (line 94) | public function testAddTable(): void method testAddImage (line 106) | public function testAddImage(): void method testAddImageByUrl (line 119) | public function testAddImageByUrl(): void method testAddPreserveText (line 131) | public function testAddPreserveText(): void method testAddPreserveTextNotUTF8 (line 143) | public function testAddPreserveTextNotUTF8(): void method testGetElements (line 156) | public function testGetElements(): void method testRelationID (line 166) | public function testRelationID(): void FILE: tests/PhpWordTests/Element/FootnoteTest.php class FootnoteTest (line 28) | class FootnoteTest extends \PHPUnit\Framework\TestCase method testConstruct (line 33) | public function testConstruct(): void method testConstructString (line 44) | public function testConstructString(): void method testConstructArray (line 54) | public function testConstructArray(): void method testAddText (line 67) | public function testAddText(): void method testAddTextBreak (line 79) | public function testAddTextBreak(): void method testAddLink (line 90) | public function testAddLink(): void method testReferenceId (line 102) | public function testReferenceId(): void method testGetElements (line 114) | public function testGetElements(): void FILE: tests/PhpWordTests/Element/FormulaTest.php class FormulaTest (line 31) | class FormulaTest extends AbstractWebServerEmbedded method testMath (line 37) | public function testMath(): void FILE: tests/PhpWordTests/Element/HeaderTest.php class HeaderTest (line 30) | class HeaderTest extends AbstractWebServerEmbedded method testConstructDefault (line 35) | public function testConstructDefault(): void method testAddText (line 47) | public function testAddText(): void method testAddTextNotUTF8 (line 60) | public function testAddTextNotUTF8(): void method testAddTextBreak (line 73) | public function testAddTextBreak(): void method testAddTextBreakWithParams (line 83) | public function testAddTextBreakWithParams(): void method testCreateTextRun (line 94) | public function testCreateTextRun(): void method testAddTable (line 105) | public function testAddTable(): void method testAddImage (line 116) | public function testAddImage(): void method testAddImageByUrl (line 129) | public function testAddImageByUrl(): void method testAddPreserveText (line 141) | public function testAddPreserveText(): void method testAddPreserveTextNotUTF8 (line 153) | public function testAddPreserveTextNotUTF8(): void method testAddWatermark (line 166) | public function testAddWatermark(): void method testGetElements (line 179) | public function testGetElements(): void method testRelationId (line 189) | public function testRelationId(): void method testResetType (line 201) | public function testResetType(): void method testFirstPage (line 213) | public function testFirstPage(): void method testEvenPage (line 224) | public function testEvenPage(): void method testAddFootnoteException (line 235) | public function testAddFootnoteException(): void method testSetGetType (line 245) | public function testSetGetType(): void FILE: tests/PhpWordTests/Element/ImageTest.php class ImageTest (line 28) | class ImageTest extends AbstractWebServerEmbedded method testConstruct (line 33) | public function testConstruct(): void method testConstructWithStyle (line 48) | public function testConstructWithStyle(): void method testImages (line 69) | public function testImages($source, $type, $extension, $createFunction... method providerImages (line 90) | public static function providerImages(): array method testStyle (line 104) | public function testStyle(): void method testInvalidImageLocal (line 117) | public function testInvalidImageLocal(): void method testInvalidImagePhp (line 126) | public function testInvalidImagePhp(): void method testUnsupportedImage (line 136) | public function testUnsupportedImage(): void method testRelationID (line 154) | public function testRelationID(): void method testArchivedImage (line 165) | public function testArchivedImage(): void method testImageAsStringFromFile (line 176) | public function testImageAsStringFromFile(): void method testImageAsStringFromZip (line 187) | public function testImageAsStringFromZip(): void method testConstructFromString (line 200) | public function testConstructFromString(): void method testConstructFromGd (line 221) | public function testConstructFromGd(): void method testInvalidImageString (line 242) | public function testInvalidImageString(): void FILE: tests/PhpWordTests/Element/LineTest.php class LineTest (line 30) | class LineTest extends \PHPUnit\Framework\TestCase method testConstruct (line 35) | public function testConstruct(): void method testStyleText (line 45) | public function testStyleText(): void method testStyleArray (line 55) | public function testStyleArray(): void FILE: tests/PhpWordTests/Element/LinkTest.php class LinkTest (line 31) | class LinkTest extends \PHPUnit\Framework\TestCase method testConstructDefault (line 36) | public function testConstructDefault(): void method testConstructWithParamsArray (line 49) | public function testConstructWithParamsArray(): void method testConstructWithParamsString (line 67) | public function testConstructWithParamsString(): void method testRelationId (line 78) | public function testRelationId(): void FILE: tests/PhpWordTests/Element/ListItemRunTest.php class ListItemRunTest (line 28) | class ListItemRunTest extends \PHPUnit\Framework\TestCase method testConstruct (line 33) | public function testConstruct(): void method testConstructString (line 44) | public function testConstructString(): void method testConstructListString (line 55) | public function testConstructListString(): void method testConstructArray (line 65) | public function testConstructArray(): void method testStyle (line 76) | public function testStyle(): void method testDepth (line 87) | public function testDepth(): void method testAddText (line 98) | public function testAddText(): void method testAddTextNotUTF8 (line 111) | public function testAddTextNotUTF8(): void method testAddLink (line 124) | public function testAddLink(): void method testAddLinkWithName (line 137) | public function testAddLinkWithName(): void method testAddTextBreak (line 151) | public function testAddTextBreak(): void method testAddImage (line 162) | public function testAddImage(): void FILE: tests/PhpWordTests/Element/ListItemTest.php class ListItemTest (line 30) | class ListItemTest extends \PHPUnit\Framework\TestCase method testText (line 35) | public function testText(): void method testStyle (line 45) | public function testStyle(): void method testDepth (line 56) | public function testDepth(): void FILE: tests/PhpWordTests/Element/ObjectTest.php class ObjectTest (line 30) | class ObjectTest extends \PHPUnit\Framework\TestCase method testConstructWithSupportedFiles (line 35) | public function testConstructWithSupportedFiles(): void method testConstructWithSupportedFilesLong (line 47) | public function testConstructWithSupportedFilesLong(): void method testConstructWithNotSupportedFiles (line 59) | public function testConstructWithNotSupportedFiles(): void method testConstructWithSupportedFilesAndStyle (line 70) | public function testConstructWithSupportedFilesAndStyle(): void method testRelationId (line 82) | public function testRelationId(): void method testImageRelationId (line 95) | public function testImageRelationId(): void FILE: tests/PhpWordTests/Element/PreserveTextTest.php class PreserveTextTest (line 29) | class PreserveTextTest extends \PHPUnit\Framework\TestCase method testConstruct (line 34) | public function testConstruct(): void method testConstructWithString (line 46) | public function testConstructWithString(): void method testConstructWithArray (line 57) | public function testConstructWithArray(): void FILE: tests/PhpWordTests/Element/RowTest.php class RowTest (line 30) | class RowTest extends \PHPUnit\Framework\TestCase method testConstruct (line 35) | public function testConstruct(): void method testConstructWithParams (line 48) | public function testConstructWithParams(): void method testAddCell (line 60) | public function testAddCell(): void FILE: tests/PhpWordTests/Element/RubyTest.php class RubyTest (line 30) | class RubyTest extends \PHPUnit\Framework\TestCase method testConstruct (line 35) | public function testConstruct(): void method testBaseText (line 49) | public function testBaseText(): void method testRubyText (line 63) | public function testRubyText(): void method testRubyProperties (line 77) | public function testRubyProperties(): void FILE: tests/PhpWordTests/Element/SDTTest.php class SDTTest (line 29) | class SDTTest extends \PHPUnit\Framework\TestCase method testConstruct (line 34) | public function testConstruct(): void method testSetTypeException (line 57) | public function testSetTypeException(): void method testSetTypeNull (line 68) | public function testSetTypeNull(): void FILE: tests/PhpWordTests/Element/SectionTest.php class SectionTest (line 35) | class SectionTest extends \PHPUnit\Framework\TestCase method testConstructorWithDefaultStyle (line 37) | public function testConstructorWithDefaultStyle(): void method testConstructorWithArrayStyle (line 43) | public function testConstructorWithArrayStyle(): void method testConstructorWithObjectStyle (line 51) | public function testConstructorWithObjectStyle(): void method testSetStyle (line 61) | public function testSetStyle(): void method testAddElements (line 72) | public function testAddElements(): void method testAddObjectException (line 119) | public function testAddObjectException(): void method testAddTitleWithStyle (line 132) | public function testAddTitleWithStyle(): void method testAddHeaderFooter (line 148) | public function testAddHeaderFooter(): void method testHasDifferentFirstPageFooter (line 164) | public function testHasDifferentFirstPageFooter(): void method testHasDifferentFirstPage (line 175) | public function testHasDifferentFirstPage(): void method testAddHeaderException (line 186) | public function testAddHeaderException(): void method testRemoveElementByIndex (line 197) | public function testRemoveElementByIndex(): void method testRemoveElementByElement (line 212) | public function testRemoveElementByElement(): void FILE: tests/PhpWordTests/Element/TOCTest.php class TOCTest (line 30) | class TOCTest extends \PHPUnit\Framework\TestCase method testConstructWithStyleArray (line 35) | public function testConstructWithStyleArray(): void method testConstructWithStyleName (line 57) | public function testConstructWithStyleName(): void method testNoPhpWord (line 68) | public function testNoPhpWord(): void method testSetGetMinMaxDepth (line 79) | public function testSetGetMinMaxDepth(): void FILE: tests/PhpWordTests/Element/TableTest.php class TableTest (line 30) | class TableTest extends \PHPUnit\Framework\TestCase method testConstruct (line 35) | public function testConstruct(): void method testStyleText (line 48) | public function testStyleText(): void method testStyleArray (line 58) | public function testStyleArray(): void method testWidth (line 68) | public function testWidth(): void method testRow (line 79) | public function testRow(): void method testCell (line 90) | public function testCell(): void method testCountColumns (line 101) | public function testCountColumns(): void FILE: tests/PhpWordTests/Element/TextBoxTest.php class TextBoxTest (line 30) | class TextBoxTest extends \PHPUnit\Framework\TestCase method testConstruct (line 35) | public function testConstruct(): void method testStyleText (line 45) | public function testStyleText(): void method testStyleArray (line 55) | public function testStyleArray(): void FILE: tests/PhpWordTests/Element/TextBreakTest.php class TextBreakTest (line 32) | class TextBreakTest extends \PHPUnit\Framework\TestCase method testConstruct (line 37) | public function testConstruct(): void method testConstructWithStyleObject (line 47) | public function testConstructWithStyleObject(): void method testConstructWithStyleArray (line 59) | public function testConstructWithStyleArray(): void method testConstructWithStyleName (line 71) | public function testConstructWithStyleName(): void FILE: tests/PhpWordTests/Element/TextRunTest.php class TextRunTest (line 32) | class TextRunTest extends \PHPUnit\Framework\TestCase method testConstruct (line 37) | public function testConstruct(): void method testConstructString (line 48) | public function testConstructString(): void method testConstructArray (line 59) | public function testConstructArray(): void method testConstructObject (line 70) | public function testConstructObject(): void method testAddText (line 84) | public function testAddText(): void method testAddTextNotUTF8 (line 97) | public function testAddTextNotUTF8(): void method testAddLink (line 110) | public function testAddLink(): void method testAddLinkWithName (line 123) | public function testAddLinkWithName(): void method testAddTextBreak (line 137) | public function testAddTextBreak(): void method testAddImage (line 148) | public function testAddImage(): void method testCreateFootnote (line 162) | public function testCreateFootnote(): void method testParagraph (line 175) | public function testParagraph(): void method testRubyElementGetText (line 187) | public function testRubyElementGetText(): void FILE: tests/PhpWordTests/Element/TextTest.php class TextTest (line 30) | class TextTest extends \PHPUnit\Framework\TestCase method testConstruct (line 35) | public function testConstruct(): void method testText (line 47) | public function testText(): void method testFont (line 57) | public function testFont(): void method testFontObject (line 69) | public function testFontObject(): void method testParagraph (line 79) | public function testParagraph(): void FILE: tests/PhpWordTests/Element/TitleTest.php class TitleTest (line 34) | class TitleTest extends \PHPUnit\Framework\TestCase method testConstruct (line 39) | public function testConstruct(): void method testConstructWithTextRun (line 52) | public function testConstructWithTextRun(): void method testConstructWithInvalidArgument (line 64) | public function testConstructWithInvalidArgument(): void method testConstructWithPageNumber (line 71) | public function testConstructWithPageNumber(): void FILE: tests/PhpWordTests/Element/TrackChangeTest.php class TrackChangeTest (line 30) | class TrackChangeTest extends \PHPUnit\Framework\TestCase method testConstructDefault (line 35) | public function testConstructDefault(): void method testConstructDefaultWithInvalidDate (line 52) | public function testConstructDefaultWithInvalidDate(): void FILE: tests/PhpWordTests/Escaper/RtfEscaper2Test.php class RtfEscaper2Test (line 24) | class RtfEscaper2Test extends \PHPUnit\Framework\TestCase method escapestring (line 29) | public function escapestring($str) method expect (line 40) | public function expect($str) method testSpecial (line 48) | public function testSpecial(): void method testAccent (line 58) | public function testAccent(): void method testHebrew (line 68) | public function testHebrew(): void method testTab (line 78) | public function testTab(): void FILE: tests/PhpWordTests/Escaper/RtfEscaper3Test.php class RtfEscaper3Test (line 26) | class RtfEscaper3Test extends \PHPUnit\Framework\TestCase method tearDown (line 32) | protected function tearDown(): void method escapestring (line 37) | public function escapestring(string $str): string method expect (line 48) | public function expect(string $str, bool $rtl = false): string method testSpecial (line 56) | public function testSpecial(): void method testAccent (line 67) | public function testAccent(): void method testHebrew (line 78) | public function testHebrew(): void method testTab (line 89) | public function testTab(): void FILE: tests/PhpWordTests/Exception/CopyFileExceptionTest.php class CopyFileExceptionTest (line 28) | class CopyFileExceptionTest extends \PHPUnit\Framework\TestCase method testCopyFileExceptionCanBeThrown (line 33) | public function testCopyFileExceptionCanBeThrown(): void FILE: tests/PhpWordTests/Exception/CreateTemporaryFileExceptionTest.php class CreateTemporaryFileExceptionTest (line 28) | class CreateTemporaryFileExceptionTest extends \PHPUnit\Framework\TestCase method testCreateTemporaryFileExceptionCanBeThrown (line 33) | public function testCreateTemporaryFileExceptionCanBeThrown(): void FILE: tests/PhpWordTests/Exception/ExceptionTest.php class ExceptionTest (line 31) | class ExceptionTest extends TestCase method testThrowException (line 38) | public function testThrowException(): void FILE: tests/PhpWordTests/Exception/InvalidImageExceptionTest.php class InvalidImageExceptionTest (line 30) | class InvalidImageExceptionTest extends \PHPUnit\Framework\TestCase method testThrowException (line 37) | public function testThrowException(): void FILE: tests/PhpWordTests/Exception/InvalidStyleExceptionTest.php class InvalidStyleExceptionTest (line 30) | class InvalidStyleExceptionTest extends \PHPUnit\Framework\TestCase method testThrowException (line 37) | public function testThrowException(): void FILE: tests/PhpWordTests/Exception/UnsupportedImageTypeExceptionTest.php class UnsupportedImageTypeExceptionTest (line 28) | class UnsupportedImageTypeExceptionTest extends \PHPUnit\Framework\TestCase method testThrowException (line 35) | public function testThrowException(): void FILE: tests/PhpWordTests/IOFactoryTest.php class IOFactoryTest (line 37) | class IOFactoryTest extends TestCase method setUp (line 39) | protected function setUp(): void method testCreateWriter (line 51) | public function testCreateWriter(string $name, string $expected): void method providerCreateWriter (line 58) | public static function providerCreateWriter(): iterable method testExistingWriterCanBeCreated (line 72) | public function testExistingWriterCanBeCreated(): void method testNonexistentWriterCanNotBeCreated (line 83) | public function testNonexistentWriterCanNotBeCreated(): void method testExistingReaderCanBeCreated (line 92) | public function testExistingReaderCanBeCreated(): void method testNonexistentReaderCanNotBeCreated (line 103) | public function testNonexistentReaderCanNotBeCreated(): void method testLoad (line 112) | public function testLoad(): void method testExtractVariables (line 124) | public function testExtractVariables(): void FILE: tests/PhpWordTests/MediaTest.php class MediaTest (line 30) | class MediaTest extends AbstractWebServerEmbedded method testGetSectionMediaElementsWithNull (line 35) | public function testGetSectionMediaElementsWithNull(): void method testGetHeaderMediaElementsWithNull (line 43) | public function testGetHeaderMediaElementsWithNull(): void method testGetFooterMediaElementsWithNull (line 51) | public function testGetFooterMediaElementsWithNull(): void method testCountSectionMediaElementsWithNull (line 59) | public function testCountSectionMediaElementsWithNull(): void method testAddSectionMediaElement (line 67) | public function testAddSectionMediaElement(): void method testAddSectionLinkElement (line 84) | public function testAddSectionLinkElement(): void method testAddHeaderMediaElement (line 96) | public function testAddHeaderMediaElement(): void method testAddFooterMediaElement (line 111) | public function testAddFooterMediaElement(): void method testAddElementImageException (line 128) | public function testAddElementImageException(): void FILE: tests/PhpWordTests/Metadata/DocInfoTest.php class DocInfoTest (line 28) | class DocInfoTest extends \PHPUnit\Framework\TestCase method testCreator (line 33) | public function testCreator(): void method testLastModifiedBy (line 46) | public function testLastModifiedBy(): void method testCreated (line 59) | public function testCreated(): void method testModified (line 73) | public function testModified(): void method testTitle (line 87) | public function testTitle(): void method testDescription (line 100) | public function testDescription(): void method testSubject (line 113) | public function testSubject(): void method testKeywords (line 126) | public function testKeywords(): void method testCategory (line 139) | public function testCategory(): void method testCompany (line 152) | public function testCompany(): void method testManager (line 165) | public function testManager(): void method testCustomProperty (line 178) | public function testCustomProperty(): void method testConvertProperty (line 206) | public function testConvertProperty(): void FILE: tests/PhpWordTests/Metadata/SettingsTest.php class SettingsTest (line 32) | class SettingsTest extends \PHPUnit\Framework\TestCase method testSetEvenAndOddHeaders (line 37) | public function testSetEvenAndOddHeaders(): void method testHideGrammaticalErrors (line 47) | public function testHideGrammaticalErrors(): void method testHideSpellingErrors (line 57) | public function testHideSpellingErrors(): void method testDocumentProtection (line 67) | public function testDocumentProtection(): void method testInvalidSalt (line 79) | public function testInvalidSalt(): void method testTrackRevisions (line 89) | public function testTrackRevisions(): void method testDoNotTrackFormatting (line 99) | public function testDoNotTrackFormatting(): void method testDoNotTrackMoves (line 109) | public function testDoNotTrackMoves(): void method testProofState (line 119) | public function testProofState(): void method testWrongProofStateGrammar (line 132) | public function testWrongProofStateGrammar(): void method testWrongProofStateSpelling (line 139) | public function testWrongProofStateSpelling(): void method testZoomPercentage (line 149) | public function testZoomPercentage(): void method testZoomEnum (line 159) | public function testZoomEnum(): void method testUpdateFields (line 169) | public function testUpdateFields(): void method testAutoHyphenation (line 176) | public function testAutoHyphenation(): void method testDefaultAutoHyphenation (line 183) | public function testDefaultAutoHyphenation(): void method testConsecutiveHyphenLimit (line 189) | public function testConsecutiveHyphenLimit(): void method testDefaultConsecutiveHyphenLimit (line 197) | public function testDefaultConsecutiveHyphenLimit(): void method testHyphenationZone (line 203) | public function testHyphenationZone(): void method testDefaultHyphenationZone (line 211) | public function testDefaultHyphenationZone(): void method testDoNotHyphenateCaps (line 217) | public function testDoNotHyphenateCaps(): void method testDefaultDoNotHyphenateCaps (line 224) | public function testDefaultDoNotHyphenateCaps(): void method testBookFoldPrinting (line 230) | public function testBookFoldPrinting(): void method testDefaultBookFoldPrinting (line 241) | public function testDefaultBookFoldPrinting(): void FILE: tests/PhpWordTests/PhpWordTest.php class PhpWordTest (line 33) | class PhpWordTest extends \PHPUnit\Framework\TestCase method testConstruct (line 38) | public function testConstruct(): void method testCreateGetSections (line 55) | public function testCreateGetSections(): void method testSetGetDefaultFontName (line 65) | public function testSetGetDefaultFontName(): void method testSetGetDefaultFontSize (line 77) | public function testSetGetDefaultFontSize(): void method testSetGetDefaultAsianFontName (line 89) | public function testSetGetDefaultAsianFontName(): void method testSetGetDefaultFontColor (line 101) | public function testSetGetDefaultFontColor(): void method testSetDefaultParagraphStyle (line 113) | public function testSetDefaultParagraphStyle(): void method testAddStyles (line 123) | public function testAddStyles(): void method testAddTitleStyle (line 143) | public function testAddTitleStyle(): void method testSave (line 155) | public function testSave(): void method testCallUndefinedMethod (line 170) | public function testCallUndefinedMethod(): void method testGetNotExistingSection (line 181) | public function testGetNotExistingSection(): void method testGetSection (line 192) | public function testGetSection(): void method testSortSections (line 204) | public function testSortSections(): void method testGetSettings (line 235) | public function testGetSettings(): void FILE: tests/PhpWordTests/Reader/HTMLTest.php class HTMLTest (line 31) | class HTMLTest extends \PHPUnit\Framework\TestCase method testLoad (line 36) | public function testLoad(): void method testLoadException (line 46) | public function testLoadException(): void FILE: tests/PhpWordTests/Reader/MsDocTest.php class MsDocTest (line 34) | class MsDocTest extends \PHPUnit\Framework\TestCase method testCanRead (line 39) | public function testCanRead(): void method testCanReadFailed (line 49) | public function testCanReadFailed(): void method testLoadBasic (line 56) | public function testLoadBasic(): void method testLoadHalfPointFont (line 72) | public function testLoadHalfPointFont(): void method testLoadChinese (line 88) | public function testLoadChinese(): void method testLoadCzech (line 104) | public function testLoadCzech(): void method testLoadSlovak (line 120) | public function testLoadSlovak(): void method testFailIfFileNotReadable (line 139) | public function testFailIfFileNotReadable(): void method testFailIfFileNotOle (line 149) | public function testFailIfFileNotOle(): void FILE: tests/PhpWordTests/Reader/ODText/ODTextSectionTest.php class ODTextSectionTest (line 25) | class ODTextSectionTest extends \PHPUnit\Framework\TestCase method tearDown (line 30) | protected function tearDown(): void method testWriteThenReadSection (line 38) | public function testWriteThenReadSection(): void method testReadNoSections (line 66) | public function testReadNoSections(): void FILE: tests/PhpWordTests/Reader/ODTextTest.php class ODTextTest (line 34) | class ODTextTest extends \PHPUnit\Framework\TestCase method testLoad (line 39) | public function testLoad(): void method testLoadFormula (line 45) | public function testLoadFormula(): void FILE: tests/PhpWordTests/Reader/RTFTest.php class RTFTest (line 31) | class RTFTest extends \PHPUnit\Framework\TestCase method testLoad (line 36) | public function testLoad(): void method testLoadException (line 46) | public function testLoadException(): void FILE: tests/PhpWordTests/Reader/Word2007/ElementTest.php class ElementTest (line 31) | class ElementTest extends AbstractTestReader method testReadAlternateContent (line 36) | public function testReadAlternateContent(): void method testReadTextBreak (line 76) | public function testReadTextBreak(): void method testSmartTag (line 99) | public function testSmartTag(): void method testReadListItemRunWithFormatting (line 122) | public function testReadListItemRunWithFormatting(): void method testReadTrackChange (line 172) | public function testReadTrackChange(): void method testReadTab (line 215) | public function testReadTab(): void method testReadTitleStyle (line 242) | public function testReadTitleStyle(): void method testReadNestedTable (line 297) | public function testReadNestedTable(): void method testReadDrawing (line 329) | public function testReadDrawing(): void method testReadFormFieldDropdown (line 365) | public function testReadFormFieldDropdown(): void method testReadFormFieldTextinput (line 431) | public function testReadFormFieldTextinput(): void method testReadFormFieldCheckbox (line 499) | public function testReadFormFieldCheckbox(): void method testReadRuby (line 553) | public function testReadRuby(): void method testReadRubyTitle (line 612) | public function testReadRubyTitle(): void FILE: tests/PhpWordTests/Reader/Word2007/PartTest.php class PartTest (line 26) | class PartTest extends AbstractTestReader method testReadFootnote (line 31) | public function testReadFootnote(): void method testReadHeadingWithOverriddenStyle (line 165) | public function testReadHeadingWithOverriddenStyle(): void FILE: tests/PhpWordTests/Reader/Word2007/StyleTest.php class StyleTest (line 34) | class StyleTest extends AbstractTestReader method testReadTableLayout (line 39) | public function testReadTableLayout(): void method testReadTablePosition (line 58) | public function testReadTablePosition(): void method testReadTableCellNoWrap (line 87) | public function testReadTableCellNoWrap(): void method testReadTableCellSpacing (line 111) | public function testReadTableCellSpacing(): void method testReadTableCellStyle (line 130) | public function testReadTableCellStyle(): void method testReadTableCellsWithVerticalMerge (line 171) | public function testReadTableCellsWithVerticalMerge(): void method testReadPosition (line 212) | public function testReadPosition(): void method testReadIndent (line 236) | public function testReadIndent(): void method testReadTableRTL (line 255) | public function testReadTableRTL(): void method testReadHidden (line 273) | public function testReadHidden(): void method testReadHeading (line 297) | public function testReadHeading(): void method testPageVerticalAlign (line 322) | public function testPageVerticalAlign(): void method testIndentation (line 337) | public function testIndentation( method providerIndentation (line 374) | public static function providerIndentation() FILE: tests/PhpWordTests/Reader/Word2007Test.php class Word2007Test (line 43) | class Word2007Test extends \PHPUnit\Framework\TestCase method tearDown (line 48) | protected function tearDown(): void method testCanRead (line 56) | public function testCanRead(): void method testCanReadFailed (line 65) | public function testCanReadFailed(): void method testLoad (line 74) | public function testLoad(): void method testLoadStyles (line 87) | public function testLoadStyles(): void method testLoadWord2011 (line 125) | public function testLoadWord2011(): void method testLoadWord2011SettingsImageLoading (line 141) | public function testLoadWord2011SettingsImageLoading(bool $hasImageLoa... method providerSettingsImageLoading (line 166) | public static function providerSettingsImageLoading(): iterable method testLoadComments (line 174) | public function testLoadComments(): void method testLoadFormula (line 211) | public function testLoadFormula(): void FILE: tests/PhpWordTests/SettingsTest.php class SettingsTest (line 30) | class SettingsTest extends TestCase method setUp (line 63) | protected function setUp(): void method tearDown (line 80) | protected function tearDown(): void method testSetGetCompatibility (line 100) | public function testSetGetCompatibility(): void method testSetGetOutputEscapingEnabled (line 110) | public function testSetGetOutputEscapingEnabled(): void method testSetGetDefaultRtl (line 117) | public function testSetGetDefaultRtl(): void method testSetGetZipClass (line 131) | public function testSetGetZipClass(): void method testSetGetPdfRenderer (line 145) | public function testSetGetPdfRenderer(): void method testSetGetPdfOptions (line 160) | public function testSetGetPdfOptions(): void method testSetGetMeasurementUnit (line 177) | public function testSetGetMeasurementUnit(): void method testPhpTempDirIsUsedByDefault (line 191) | public function testPhpTempDirIsUsedByDefault(): void method testTempDirCanBeSet (line 202) | public function testTempDirCanBeSet(): void method testSetGetDefaultFontName (line 214) | public function testSetGetDefaultFontName(): void method testSetGetDefaultAsianFontName (line 228) | public function testSetGetDefaultAsianFontName(): void method testSetGetDefaultFontSize (line 242) | public function testSetGetDefaultFontSize(): void method testSetGetDefaultFontColor (line 262) | public function testSetGetDefaultFontColor(): void method testSetGetDefaultPaper (line 276) | public function testSetGetDefaultPaper(): void method testLoadConfig (line 299) | public function testLoadConfig(): void FILE: tests/PhpWordTests/Shared/ConverterTest.php class ConverterTest (line 28) | class ConverterTest extends \PHPUnit\Framework\TestCase method testUnitConversions (line 33) | public function testUnitConversions(): void method testHtmlToRGB (line 112) | public function testHtmlToRGB(): void method testCssSizeParser (line 126) | public function testCssSizeParser(): void FILE: tests/PhpWordTests/Shared/CssTest.php class CssTest (line 27) | class CssTest extends TestCase method testEmptyCss (line 29) | public function testEmptyCss(): void method testBasicCss (line 37) | public function testBasicCss(): void FILE: tests/PhpWordTests/Shared/DrawingTest.php class DrawingTest (line 28) | class DrawingTest extends \PHPUnit\Framework\TestCase method testDegreesAngle (line 30) | public function testDegreesAngle(): void method testPixelsCentimeters (line 40) | public function testPixelsCentimeters(): void method testPixelsEMU (line 50) | public function testPixelsEMU(): void method testPixelsPoints (line 60) | public function testPixelsPoints(): void method testPointsCentimeters (line 70) | public function testPointsCentimeters(): void method testTwips (line 78) | public function testTwips(): void method testHTML (line 101) | public function testHTML(): void FILE: tests/PhpWordTests/Shared/HtmlTest.php class HtmlTest (line 43) | class HtmlTest extends AbstractWebServerEmbedded method tearDown (line 48) | protected function tearDown(): void method testAddHtml (line 56) | public function testAddHtml(): void method testParseFullHtml (line 103) | public function testParseFullHtml(): void method testParseHeader (line 111) | public function testParseHeader(): void method testParseHeaderStyle (line 132) | public function testParseHeaderStyle(): void method testParseHtmlEntities (line 156) | public function testParseHtmlEntities(): void method testParseStyle (line 168) | public function testParseStyle(): void method testParseStyleTableClassName (line 195) | public function testParseStyleTableClassName(): void method testParseTextDecoration (line 209) | public function testParseTextDecoration(): void method testParseUnderline (line 224) | public function testParseUnderline(): void method testParseWidth (line 241) | public function testParseWidth(string $htmlSize, float $docxSize, stri... method testParseFontVariant (line 258) | public function testParseFontVariant(): void method testParseFont (line 273) | public function testParseFont(): void method testParseLineHeight (line 288) | public function testParseLineHeight(): void method testParseCellPaddingStyle (line 325) | public function testParseCellPaddingStyle(): void method testParseTextIndent (line 388) | public function testParseTextIndent(): void method testParseTextAlign (line 402) | public function testParseTextAlign(): void method testParseFontSize (line 422) | public function testParseFontSize(): void method testParseTextDirection (line 438) | public function testParseTextDirection(): void method testParseLang (line 451) | public function testParseLang(): void method testParseFontFamily (line 465) | public function testParseFontFamily(): void method testParseParagraphAndSpanStyle (line 481) | public function testParseParagraphAndSpanStyle(): void method testParseParagraphWithPageBreak (line 497) | public function testParseParagraphWithPageBreak(): void method testParseTable (line 511) | public function testParseTable(): void method testParseTableAndCellWidth (line 557) | public function testParseTableAndCellWidth(): void method testParseTableRowHeight (line 626) | public function testParseTableRowHeight(): void method testParseTableAttributeBorder (line 678) | public function testParseTableAttributeBorder(): void method testParseTableCellspacingRowBgColor (line 707) | public function testParseTableCellspacingRowBgColor(): void method testParseTableStyleAttributeInlineStyle (line 748) | public function testParseTableStyleAttributeInlineStyle(): void method testParseList (line 777) | public function testParseList(): void method testOrderedListNumbering (line 806) | public function testOrderedListNumbering(): void method testOrderedNestedListNumbering (line 838) | public function testOrderedNestedListNumbering(): void method testParseListWithFormat (line 875) | public function testParseListWithFormat(): void method testParseLineBreak (line 905) | public function testParseLineBreak(): void method testParseImage (line 923) | public function testParseImage(): void method testParseImageSizeInPixels (line 945) | public function testParseImageSizeInPixels(): void method testParseImageSizeInPoints (line 965) | public function testParseImageSizeInPoints(): void method testParseImageSizeWithoutUnits (line 985) | public function testParseImageSizeWithoutUnits(): void method testParseRemoteImage (line 1005) | public function testParseRemoteImage(): void method testParseRemoteImageWithoutExtension (line 1023) | public function testParseRemoteImageWithoutExtension(): void method testParseEmbeddedImage (line 1041) | public function testParseEmbeddedImage(): void method testParseRemoteLocalImage (line 1057) | public function testParseRemoteLocalImage(): void method testCouldNotLoadImage (line 1080) | public function testCouldNotLoadImage(): void method testParseLink (line 1091) | public function testParseLink(): void method testParseLink2 (line 1106) | public function testParseLink2(): void method testParseLinkAllowsAbsenceOfHref (line 1120) | public function testParseLinkAllowsAbsenceOfHref(): void method testParseMalformedStyleIsIgnored (line 1141) | public function testParseMalformedStyleIsIgnored(): void method testParseHiddenText (line 1154) | public function testParseHiddenText(): void method testParseLetterSpacing (line 1169) | public function testParseLetterSpacing(): void method testInputCheckbox (line 1185) | public function testInputCheckbox(): void method testParseHorizontalRule (line 1204) | public function testParseHorizontalRule(): void method testParseOrderedList (line 1245) | public function testParseOrderedList(): void method testParseVerticalAlign (line 1306) | public function testParseVerticalAlign(): void method testDontDecodeAlreadyEncodedDoubleQuotes (line 1346) | public function testDontDecodeAlreadyEncodedDoubleQuotes(): void method providerParseWidth (line 1361) | public static function providerParseWidth(): array method testParseRubyHtml (line 1375) | public function testParseRubyHtml(): void FILE: tests/PhpWordTests/Shared/Microsoft/PasswordEncoderTest.php class PasswordEncoderTest (line 26) | class PasswordEncoderTest extends \PHPUnit\Framework\TestCase method testEncodePassword (line 31) | public function testEncodePassword(): void method testEncodePasswordWithSalt (line 46) | public function testEncodePasswordWithSalt(): void method testDefaultsToSha1IfUnsupportedAlgorithm (line 62) | public function testDefaultsToSha1IfUnsupportedAlgorithm(): void method testEncodePasswordWithNullAsciiCodeInPassword (line 78) | public function testEncodePasswordWithNullAsciiCodeInPassword(): void FILE: tests/PhpWordTests/Shared/TextTest.php class TextTest (line 28) | class TextTest extends \PHPUnit\Framework\TestCase method testControlCharacters (line 30) | public function testControlCharacters(): void method testNumberFormat (line 43) | public function testNumberFormat(): void method testChr (line 50) | public function testChr(): void method testIsUTF8 (line 66) | public function testIsUTF8(): void method testToUnicode (line 76) | public function testToUnicode(): void method testRemoveUnderscorePrefix (line 86) | public function testRemoveUnderscorePrefix(): void FILE: tests/PhpWordTests/Shared/ValidateTest.php class ValidateTest (line 23) | class ValidateTest extends \PHPUnit\Framework\TestCase method testValidateCSSGenericFont (line 28) | public function testValidateCSSGenericFont(?string $value, string $exp... method providerCSSGenericFont (line 33) | public static function providerCSSGenericFont(): iterable method testValidateCSSWhiteSpace (line 54) | public function testValidateCSSWhiteSpace(?string $value, string $expe... method providerCSSWhiteSpace (line 59) | public static function providerCSSWhiteSpace(): iterable FILE: tests/PhpWordTests/Shared/XMLReaderTest.php class XMLReaderTest (line 30) | class XMLReaderTest extends \PHPUnit\Framework\TestCase method testDomFromString (line 35) | public function testDomFromString(): void method testDomFromZip (line 50) | public function testDomFromZip(): void method testDomFromZipOffice365 (line 65) | public function testDomFromZipOffice365(): void method testThrowsExceptionOnNonExistingArchive (line 80) | public function testThrowsExceptionOnNonExistingArchive(): void method testThrowsExceptionOnZipArchiveOpenErrors (line 92) | public function testThrowsExceptionOnZipArchiveOpenErrors(): void method testCountElements (line 116) | public function testCountElements(): void method testReturnNullOnNonExistingNode (line 127) | public function testReturnNullOnNonExistingNode(): void method testShouldThrowExceptionIfNamespaceIsNotKnown (line 140) | public function testShouldThrowExceptionIfNamespaceIsNotKnown(): void method testShouldParseXmlWithCustomNamespace (line 158) | public function testShouldParseXmlWithCustomNamespace(): void method testShouldThowExceptionIfTryingToRegisterNamespaceBeforeReadingDoc (line 171) | public function testShouldThowExceptionIfTryingToRegisterNamespaceBefo... FILE: tests/PhpWordTests/Shared/XMLWriterTest.php class XMLWriterTest (line 28) | class XMLWriterTest extends \PHPUnit\Framework\TestCase method testConstruct (line 30) | public function testConstruct(): void method testWriteAttribute (line 47) | public function testWriteAttribute(): void method testWriteAttributeShouldWriteFloatValueLocaleIndependent (line 57) | public function testWriteAttributeShouldWriteFloatValueLocaleIndepende... FILE: tests/PhpWordTests/Shared/ZipArchiveTest.php class ZipArchiveTest (line 31) | class ZipArchiveTest extends \PHPUnit\Framework\TestCase method testZipArchive (line 67) | public function testZipArchive($zipClass = 'ZipArchive'): void method testPCLZip (line 110) | public function testPCLZip(): void method deleteDir (line 120) | private function deleteDir($dir): void FILE: tests/PhpWordTests/Style/AbstractStyleTest.php class AbstractStyleTest (line 32) | class AbstractStyleTest extends \PHPUnit\Framework\TestCase method testSetStyleByArray (line 37) | public function testSetStyleByArray(): void method testSetStyleByArrayWithAlign (line 52) | public function testSetStyleByArrayWithAlign(): void method testSetStyleByArrayWithAlignment (line 60) | public function testSetStyleByArrayWithAlignment(): void method testSetValNormal (line 71) | public function testSetValNormal(): void method testSetValDefault (line 92) | public function testSetValDefault(): void method testSetValEnumException (line 112) | public function testSetValEnumException(): void method callProtectedMethod (line 133) | public static function callProtectedMethod($object, $method, array $ar... FILE: tests/PhpWordTests/Style/CellTest.php class CellTest (line 31) | class CellTest extends \PHPUnit\Framework\TestCase method testSetGetNormalInt (line 33) | public function testSetGetNormalInt(): void method testSetGetNormalString (line 55) | public function testSetGetNormalString(): void method testBorderColor (line 83) | public function testBorderColor(): void method testBorderSize (line 97) | public function testBorderSize(): void method testPadding (line 110) | public function testPadding(): void FILE: tests/PhpWordTests/Style/ChartTest.php class ChartTest (line 30) | class ChartTest extends \PHPUnit\Framework\TestCase method testSetGetWidth (line 35) | public function testSetGetWidth(): void method testSetGetHeight (line 49) | public function testSetGetHeight(): void method testSetIs3d (line 63) | public function testSetIs3d(): void method testSetGetColors (line 77) | public function testSetGetColors(): void method testSetGetDataLabelOptions (line 93) | public function testSetGetDataLabelOptions(): void method testSetGetCategoryLabelPosition (line 136) | public function testSetGetCategoryLabelPosition(): void method testSetGetValueLabelPosition (line 150) | public function testSetGetValueLabelPosition(): void method testSetGetCategoryAxisTitle (line 164) | public function testSetGetCategoryAxisTitle(): void method testSetGetValueAxisTitle (line 178) | public function testSetGetValueAxisTitle(): void FILE: tests/PhpWordTests/Style/FontTest.php class FontTest (line 33) | class FontTest extends \PHPUnit\Framework\TestCase method tearDown (line 38) | protected function tearDown(): void method testInitiation (line 46) | public function testInitiation(): void method testSetStyleValueWithNullOrEmpty (line 58) | public function testSetStyleValueWithNullOrEmpty(): void method testSetStyleValueNormal (line 100) | public function testSetStyleValueNormal(): void method testLineHeight (line 141) | public function testLineHeight(): void method testLineHeightFloatval (line 174) | public function testLineHeightFloatval(): void method testLineHeightException (line 184) | public function testLineHeightException(): void method testSetLangAsString (line 194) | public function testSetLangAsString(): void method testRTL (line 202) | public function testRTL(): void method testRTLSettings (line 212) | public function testRTLSettings(): void FILE: tests/PhpWordTests/Style/ImageTest.php class ImageTest (line 32) | class ImageTest extends \PHPUnit\Framework\TestCase method testSetGetNormalInt (line 34) | public function testSetGetNormalInt(): void method testSetGetNormalString (line 54) | public function testSetGetNormalString(): void method testSetStyleValue (line 71) | public function testSetStyleValue(): void method testSetWrappingStyleException (line 102) | public function testSetWrappingStyleException(): void FILE: tests/PhpWordTests/Style/IndentationTest.php class IndentationTest (line 28) | class IndentationTest extends \PHPUnit\Framework\TestCase method testGetSetProperties (line 33) | public function testGetSetProperties(): void FILE: tests/PhpWordTests/Style/LanguageTest.php class LanguageTest (line 30) | class LanguageTest extends \PHPUnit\Framework\TestCase method testGetSetPropertiesInt (line 32) | public function testGetSetPropertiesInt(): void method testGetSetPropertiesString (line 50) | public function testGetSetPropertiesString(): void method testWrongLanguage (line 73) | public function testWrongLanguage(): void method testShortLanguage (line 83) | public function testShortLanguage(): void FILE: tests/PhpWordTests/Style/LineNumberingTest.php class LineNumberingTest (line 28) | class LineNumberingTest extends \PHPUnit\Framework\TestCase method testGetSetPropertiesInt (line 30) | public function testGetSetPropertiesInt(): void method testGetSetPropertiesString (line 50) | public function testGetSetPropertiesString(): void FILE: tests/PhpWordTests/Style/LineTest.php class LineTest (line 30) | class LineTest extends \PHPUnit\Framework\TestCase method testSetGetNormalInt (line 32) | public function testSetGetNormalInt(): void method testSetGetNormalString (line 46) | public function testSetGetNormalString(): void method testSetStyleValue (line 67) | public function testSetStyleValue(): void method testSetGetFlip (line 89) | public function testSetGetFlip(): void method testSetGetConnectorType (line 100) | public function testSetGetConnectorType(): void method testSetGetWeight (line 111) | public function testSetGetWeight(): void method testSetGetColor (line 122) | public function testSetGetColor(): void method testSetGetDash (line 133) | public function testSetGetDash(): void method testSetGetBeginArrow (line 144) | public function testSetGetBeginArrow(): void method testSetGetEndArrow (line 155) | public function testSetGetEndArrow(): void FILE: tests/PhpWordTests/Style/ListItemTest.php class ListItemTest (line 30) | class ListItemTest extends \PHPUnit\Framework\TestCase method testConstruct (line 35) | public function testConstruct(): void method testSetStyleValue (line 46) | public function testSetStyleValue(): void method testListType (line 58) | public function testListType(): void method testSetGetNumStyle (line 70) | public function testSetGetNumStyle(): void FILE: tests/PhpWordTests/Style/NumberingLevelTest.php class NumberingLevelTest (line 29) | class NumberingLevelTest extends \PHPUnit\Framework\TestCase method testSetGetNormalInt (line 31) | public function testSetGetNormalInt(): void method testSetGetNormalString (line 51) | public function testSetGetNormalString(): void FILE: tests/PhpWordTests/Style/NumberingTest.php class NumberingTest (line 28) | class NumberingTest extends \PHPUnit\Framework\TestCase method testGetSetPropertiesInt (line 30) | public function testGetSetPropertiesInt(): void method testGetSetPropertiesString (line 48) | public function testGetSetPropertiesString(): void method testGetLevels (line 66) | public function testGetLevels(): void FILE: tests/PhpWordTests/Style/PaperTest.php class PaperTest (line 29) | class PaperTest extends \PHPUnit\Framework\TestCase method tearDown (line 34) | protected function tearDown(): void method testInitiation (line 42) | public function testInitiation(): void method testB5Size (line 52) | public function testB5Size(): void method testFolioSize (line 64) | public function testFolioSize(): void FILE: tests/PhpWordTests/Style/ParagraphTest.php class ParagraphTest (line 33) | class ParagraphTest extends \PHPUnit\Framework\TestCase method tearDown (line 38) | protected function tearDown(): void method testSetStyleValueWithNullOrEmpty (line 46) | public function testSetStyleValueWithNullOrEmpty(): void method testSetStyleValueNormal (line 69) | public function testSetStyleValueNormal(): void method findGetter (line 110) | private function findGetter($key, $value, $object) method testGetNullStyleValue (line 126) | public function testGetNullStyleValue(): void method testTabs (line 140) | public function testTabs(): void method testHanging (line 147) | public function testHanging(): void method testIndent (line 167) | public function testIndent(): void method testIndentation (line 187) | public function testIndentation(): void method testIndentFirstLine (line 256) | public function testIndentFirstLine(): void method testIndentLeft (line 272) | public function testIndentLeft(): void method testIndentRight (line 288) | public function testIndentRight(): void method testLineHeight (line 307) | public function testLineHeight(): void method testLineHeightValidation (line 340) | public function testLineHeightValidation(): void method testLineHeightException (line 350) | public function testLineHeightException(): void method testBidiVisual (line 357) | public function testBidiVisual(): void method testBidiVisualSettings (line 369) | public function testBidiVisualSettings(): void FILE: tests/PhpWordTests/Style/RowTest.php class RowTest (line 30) | class RowTest extends \PHPUnit\Framework\TestCase method testBooleanValue (line 35) | public function testBooleanValue(): void FILE: tests/PhpWordTests/Style/SectionTest.php class SectionTest (line 31) | class SectionTest extends \PHPUnit\Framework\TestCase method testSettingValue (line 36) | public function testSettingValue(): void method testMargin (line 88) | public function testMargin(): void method testPageWidth (line 113) | public function testPageWidth(): void method testPageHeight (line 127) | public function testPageHeight(): void method testOrientationLandscape (line 141) | public function testOrientationLandscape(): void method testOrientationPortrait (line 155) | public function testOrientationPortrait(): void method testBorderSize (line 169) | public function testBorderSize(): void method testBorderColor (line 202) | public function testBorderColor(): void method testNumberingStart (line 230) | public function testNumberingStart(): void method testHeader (line 248) | public function testHeader(): void method testFooter (line 265) | public function testFooter(): void method testColumnsNum (line 283) | public function testColumnsNum(): void method testColumnsSpace (line 304) | public function testColumnsSpace(): void method testBreakType (line 323) | public function testBreakType(): void method testVerticalAlign (line 340) | public function testVerticalAlign(): void FILE: tests/PhpWordTests/Style/ShadingTest.php class ShadingTest (line 28) | class ShadingTest extends \PHPUnit\Framework\TestCase method testGetSetProperties (line 33) | public function testGetSetProperties(): void FILE: tests/PhpWordTests/Style/SpacingTest.php class SpacingTest (line 28) | class SpacingTest extends \PHPUnit\Framework\TestCase method testGetSetPropertiesInt (line 30) | public function testGetSetPropertiesInt(): void method testGetSetPropertiesString (line 51) | public function testGetSetPropertiesString(): void FILE: tests/PhpWordTests/Style/TOCTest.php class TOCTest (line 28) | class TOCTest extends \PHPUnit\Framework\TestCase method testGetSetInt (line 30) | public function testGetSetInt(): void method testGetSetString (line 49) | public function testGetSetString(): void FILE: tests/PhpWordTests/Style/TabTest.php class TabTest (line 28) | class TabTest extends \PHPUnit\Framework\TestCase method testGetSetPropertiesInt (line 33) | public function testGetSetPropertiesInt(): void method testGetSetPropertiesString (line 54) | public function testGetSetPropertiesString(): void FILE: tests/PhpWordTests/Style/TablePositionTest.php class TablePositionTest (line 28) | class TablePositionTest extends \PHPUnit\Framework\TestCase method testConstruct (line 33) | public function testConstruct(): void method testSetGetNormalInt (line 45) | public function testSetGetNormalInt(): void method testSetGetNormalString (line 67) | public function testSetGetNormalString(): void FILE: tests/PhpWordTests/Style/TableTest.php class TableTest (line 33) | class TableTest extends \PHPUnit\Framework\TestCase method testConstruct (line 42) | public function testConstruct(): void method testDefaultValues (line 58) | public function testDefaultValues(): void method testSetGetNormal (line 71) | public function testSetGetNormal(): void method testBidiVisual (line 106) | public function testBidiVisual(): void method testBidiVisualSettings (line 118) | public function testBidiVisualSettings(): void method testBorderColor (line 141) | public function testBorderColor(): void method testBorderSize (line 164) | public function testBorderSize(): void method testCellMargin (line 187) | public function testCellMargin(): void method testSetStyleValue (line 207) | public function testSetStyleValue(): void method testTableCellSpacing (line 225) | public function testTableCellSpacing(): void method testTablePosition (line 237) | public function testTablePosition(): void method testIndent (line 247) | public function testIndent(): void FILE: tests/PhpWordTests/Style/TextBoxTest.php class TextBoxTest (line 31) | class TextBoxTest extends TestCase method testSetGetNormal (line 36) | public function testSetGetNormal(): void method testSetStyleValue (line 71) | public function testSetStyleValue(): void method testSetWrappingStyleException (line 105) | public function testSetWrappingStyleException(): void method testSetGetWidth (line 115) | public function testSetGetWidth(): void method testSetGetHeight (line 126) | public function testSetGetHeight(): void method testSetGetAlign (line 137) | public function testSetGetAlign(): void method testSetGetMarginTop (line 149) | public function testSetGetMarginTop(): void method testSetGetMarginLeft (line 160) | public function testSetGetMarginLeft(): void method testSetGetInnerMarginTop (line 171) | public function testSetGetInnerMarginTop(): void method testSetGetWrappingStyle (line 182) | public function testSetGetWrappingStyle(): void method testSetGetPositioning (line 193) | public function testSetGetPositioning(): void method testSetGetPosHorizontal (line 204) | public function testSetGetPosHorizontal(): void method testSetGetPosVertical (line 215) | public function testSetGetPosVertical(): void method testSetGetPosHorizontalRel (line 226) | public function testSetGetPosHorizontalRel(): void method testSetGetPosVerticalRel (line 237) | public function testSetGetPosVerticalRel(): void method testSetGetInnerMarginRight (line 248) | public function testSetGetInnerMarginRight(): void method testSetGetInnerMarginBottom (line 259) | public function testSetGetInnerMarginBottom(): void method testSetGetInnerMarginLeft (line 270) | public function testSetGetInnerMarginLeft(): void method testSetGetInnerMargin (line 281) | public function testSetGetInnerMargin(): void method testSetGetBorderSize (line 292) | public function testSetGetBorderSize(): void method testSetGetBorderColor (line 303) | public function testSetGetBorderColor(): void method testSetGetBgColor (line 314) | public function testSetGetBgColor(): void FILE: tests/PhpWordTests/StyleTest.php class StyleTest (line 31) | class StyleTest extends \PHPUnit\Framework\TestCase method testStyles (line 48) | public function testStyles(): void method testDefaultParagraphStyle (line 100) | public function testDefaultParagraphStyle(): void FILE: tests/PhpWordTests/TemplateProcessorTest.php class TemplateProcessorTest (line 40) | final class TemplateProcessorTest extends \PHPUnit\Framework\TestCase method getTemplateProcessor (line 45) | private function getTemplateProcessor(string $filename): TemplateProce... method tearDown (line 52) | protected function tearDown(): void method testTheConstruct (line 70) | public function testTheConstruct(): void method xtestTemplateCanBeSavedInTemporaryLocation (line 90) | public function xtestTemplateCanBeSavedInTemporaryLocation(string $tem... method testXslStyleSheetCanBeApplied (line 137) | public function testXslStyleSheetCanBeApplied(): void method testXslStyleSheetCanNotBeAppliedOnFailureOfSettingParameterValue (line 173) | public function testXslStyleSheetCanNotBeAppliedOnFailureOfSettingPara... method testXslStyleSheetCanNotBeAppliedOnFailureOfLoadingXmlFromTemplate (line 201) | public function testXslStyleSheetCanNotBeAppliedOnFailureOfLoadingXmlF... method testDeleteRow (line 222) | public function testDeleteRow(): void method testCloneRow (line 248) | public function testCloneRow(): void method testCloneRowWithCustomMacro (line 272) | public function testCloneRowWithCustomMacro(): void method testCloneRowAndSetValues (line 299) | public function testCloneRowAndSetValues(): void method testCloneNotExistingRowShouldThrowException (line 354) | public function testCloneNotExistingRowShouldThrowException(): void method testCloneRowAndSetValuesWithCustomMacro (line 368) | public function testCloneRowAndSetValuesWithCustomMacro(): void method testMacrosCanBeReplacedInHeaderAndFooter (line 429) | public function testMacrosCanBeReplacedInHeaderAndFooter(): void method testCustomMacrosCanBeReplacedInHeaderAndFooter (line 450) | public function testCustomMacrosCanBeReplacedInHeaderAndFooter(): void method testSetValue (line 472) | public function testSetValue(): void method testSetValueWithCustomMacro (line 487) | public function testSetValueWithCustomMacro(): void method testSetComplexValue (line 500) | public function testSetComplexValue(): void method testSetComplexValueWithCustomMacro (line 553) | public function testSetComplexValueWithCustomMacro(): void method testSetValues (line 610) | public function testSetValues(): void method testSetValuesMultiLine (line 669) | public function testSetValuesMultiLine(): void method testSetValuesWithCustomMacro (line 687) | public function testSetValuesWithCustomMacro(): void method testSetCheckbox (line 706) | public function testSetCheckbox(): void method testSetCheckboxWithCustomMacro (line 782) | public function testSetCheckboxWithCustomMacro(): void method testSetImageValue (line 859) | public function testSetImageValue(): void method testCloneDeleteBlock (line 939) | public function testCloneDeleteBlock(): void method testGetVariableCountCountsHowManyTimesEachPlaceholderIsPresent (line 961) | public function testGetVariableCountCountsHowManyTimesEachPlaceholderI... method testGetVariableCountCountsHowManyTimesEachPlaceholderIsPresentWithCustomMacro (line 998) | public function testGetVariableCountCountsHowManyTimesEachPlaceholderI... method testCloneBlockCanCloneABlockTwice (line 1036) | public function testCloneBlockCanCloneABlockTwice(): void method testCloneBlockCanCloneABlockTwiceWithCustomMacro (line 1089) | public function testCloneBlockCanCloneABlockTwiceWithCustomMacro(): void method testCloneBlock (line 1144) | public function testCloneBlock(): void method testCloneBlockWithCustomMacro (line 1173) | public function testCloneBlockWithCustomMacro(): void method testCloneBlockWithVariables (line 1203) | public function testCloneBlockWithVariables(): void method testCloneBlockWithVariablesAndCustomMacro (line 1234) | public function testCloneBlockWithVariablesAndCustomMacro(): void method testCloneBlockWithVariableReplacements (line 1263) | public function testCloneBlockWithVariableReplacements(): void method testCloneBlockWithVariableReplacementsAndCustomMacro (line 1296) | public function testCloneBlockWithVariableReplacementsAndCustomMacro()... method testFixBrokenMacros (line 1335) | public function testFixBrokenMacros(): void method testFixBrokenMacrosWithCustomMacro (line 1366) | public function testFixBrokenMacrosWithCustomMacro(): void method testMainPartNameDetection (line 1396) | public function testMainPartNameDetection(): void method testMainPartNameDetectionWithCustomMacro (line 1408) | public function testMainPartNameDetectionWithCustomMacro(): void method testGetVariables (line 1421) | public function testGetVariables(): void method testGetVariablesWithCustomMacro (line 1438) | public function testGetVariablesWithCustomMacro(): void method testTextNeedsSplitting (line 1457) | public function testTextNeedsSplitting(): void method testTextNeedsSplittingWithCustomMacro (line 1472) | public function testTextNeedsSplittingWithCustomMacro(): void method testSplitTextIntoTexts (line 1488) | public function testSplitTextIntoTexts(): void method testSplitTextIntoTextsWithCustomMacro (line 1502) | public function testSplitTextIntoTextsWithCustomMacro(): void method testFindXmlBlockStart (line 1514) | public function testFindXmlBlockStart(): void method testFindXmlBlockStartWithCustomMacro (line 1557) | public function testFindXmlBlockStartWithCustomMacro(): void method testShouldReturnFalseIfXmlBlockNotFound (line 1601) | public function testShouldReturnFalseIfXmlBlockNotFound(): void method testShouldReturnFalseIfXmlBlockNotFoundWithCustomMacro (line 1628) | public function testShouldReturnFalseIfXmlBlockNotFoundWithCustomMacro... method testShouldMakeFieldsUpdateOnOpen (line 1656) | public function testShouldMakeFieldsUpdateOnOpen(): void method testShouldMakeFieldsUpdateOnOpenWithCustomMacro (line 1670) | public function testShouldMakeFieldsUpdateOnOpenWithCustomMacro(): void method testEnsureUtf8Encoded (line 1685) | public function testEnsureUtf8Encoded(): void FILE: tests/PhpWordTests/TestHelperDOCX.php class TestHelperDOCX (line 30) | class TestHelperDOCX method getDocument (line 48) | public static function getDocument(PhpWord $phpWord, $writerName = 'Wo... method clear (line 80) | public static function clear(): void method deleteDir (line 96) | public static function deleteDir($dir): void method getFile (line 116) | public static function getFile() FILE: tests/PhpWordTests/TestableTemplateProcesor.php class TestableTemplateProcesor (line 29) | class TestableTemplateProcesor extends TemplateProcessor method __construct (line 31) | public function __construct($mainPart = null, $settingsPart = null) method fixBrokenMacros (line 37) | public function fixBrokenMacros($documentPart) method splitTextIntoTexts (line 42) | public function splitTextIntoTexts($text) method textNeedsSplitting (line 47) | public function textNeedsSplitting($text) method getVariablesForPart (line 52) | public function getVariablesForPart($documentPartXML) method findXmlBlockStart (line 59) | public function findXmlBlockStart($offset, $blockType) method findContainingXmlBlockForMacro (line 64) | public function findContainingXmlBlockForMacro($macro, $blockType = 'w... method getSlice (line 69) | public function getSlice($startPosition, $endPosition = 0) method getMainPart (line 77) | public function getMainPart() method getSettingsPart (line 85) | public function getSettingsPart() FILE: tests/PhpWordTests/WriteReadback/ODTextTest.php class ODTextTest (line 33) | class ODTextTest extends \PHPUnit\Framework\TestCase method testOneSectionWithText (line 38) | public function testOneSectionWithText(): void FILE: tests/PhpWordTests/WriteReadback/Word2007Test.php class Word2007Test (line 34) | class Word2007Test extends \PHPUnit\Framework\TestCase method testDefaultFontName (line 39) | public function testDefaultFontName(): void method testDefaultAsianFontName (line 61) | public function testDefaultAsianFontName(): void method testDefaulFontSize (line 83) | public function testDefaulFontSize(): void method testDefaultFontColor (line 105) | public function testDefaultFontColor(): void method testZoom (line 127) | public function testZoom(): void method testOneSectionWithText (line 149) | public function testOneSectionWithText(): void FILE: tests/PhpWordTests/Writer/EPub3/Element/ImageTest.php class ImageTest (line 11) | class ImageTest extends TestCase method setUp (line 28) | protected function setUp(): void method testWrite (line 38) | public function testWrite(): void method testWriteWithoutP (line 46) | public function testWriteWithoutP(): void method testWriteWithInvalidElement (line 60) | public function testWriteWithInvalidElement(): void FILE: tests/PhpWordTests/Writer/EPub3/Element/TextTest.php class TextTest (line 10) | class TextTest extends TestCase method setUp (line 27) | protected function setUp(): void method testWrite (line 34) | public function testWrite(): void method testWriteWithFontStyle (line 42) | public function testWriteWithFontStyle(): void method testWriteWithParagraphStyle (line 52) | public function testWriteWithParagraphStyle(): void method testWriteWithoutP (line 62) | public function testWriteWithoutP(): void method testWriteWithInvalidElement (line 74) | public function testWriteWithInvalidElement(): void FILE: tests/PhpWordTests/Writer/EPub3/ElementTest.php class ElementTest (line 10) | class ElementTest extends TestCase method testGetElementClass (line 12) | public function testGetElementClass(): void method testGetElementClassWithInvalidElement (line 19) | public function testGetElementClassWithInvalidElement(): void FILE: tests/PhpWordTests/Writer/EPub3/Part/AbstractPartTest.php class AbstractPartTest (line 9) | class AbstractPartTest extends TestCase method setUp (line 16) | protected function setUp(): void method testParentWriter (line 31) | public function testParentWriter(): void FILE: tests/PhpWordTests/Writer/EPub3/Part/ContentTest.php class ContentTest (line 10) | class ContentTest extends TestCase method setUp (line 17) | protected function setUp(): void method testWrite (line 28) | public function testWrite(): void FILE: tests/PhpWordTests/Writer/EPub3/Part/ManifestTest.php class ManifestTest (line 10) | class ManifestTest extends TestCase method setUp (line 17) | protected function setUp(): void method testWrite (line 25) | public function testWrite(): void FILE: tests/PhpWordTests/Writer/EPub3/Part/MetaTest.php class MetaTest (line 10) | class MetaTest extends TestCase method setUp (line 17) | protected function setUp(): void method testWrite (line 25) | public function testWrite(): void method testWriteWithDocInfo (line 35) | public function testWriteWithDocInfo(): void FILE: tests/PhpWordTests/Writer/EPub3/Part/MimetypeTest.php class MimetypeTest (line 10) | class MimetypeTest extends TestCase method setUp (line 17) | protected function setUp(): void method testWrite (line 25) | public function testWrite(): void FILE: tests/PhpWordTests/Writer/EPub3/Part/NavTest.php class NavTest (line 12) | class NavTest extends TestCase method testWrite (line 14) | public function testWrite(): void FILE: tests/PhpWordTests/Writer/EPub3/PartTest.php class PartTest (line 8) | class PartTest extends TestCase method testGetPartClass (line 10) | public function testGetPartClass(): void method testGetPartClassWithInvalidType (line 22) | public function testGetPartClassWithInvalidType(): void FILE: tests/PhpWordTests/Writer/EPub3/Style/AbstractStyleTest.php class AbstractStyleTest (line 9) | class AbstractStyleTest extends TestCase method testParentWriter (line 14) | public function testParentWriter(): void FILE: tests/PhpWordTests/Writer/EPub3/Style/FontTest.php class FontTest (line 8) | class FontTest extends TestCase method testWrite (line 13) | public function testWrite(): void FILE: tests/PhpWordTests/Writer/EPub3/Style/ParagraphTest.php class ParagraphTest (line 8) | class ParagraphTest extends TestCase method testWrite (line 13) | public function testWrite(): void FILE: tests/PhpWordTests/Writer/EPub3/Style/TableTest.php class TableTest (line 8) | class TableTest extends TestCase method testWrite (line 13) | public function testWrite(): void FILE: tests/PhpWordTests/Writer/EPub3/StyleTest.php class StyleTest (line 8) | class StyleTest extends TestCase method testEmptyStyles (line 10) | public function testEmptyStyles(): void FILE: tests/PhpWordTests/Writer/EPub3Test.php class EPub3Test (line 31) | class EPub3Test extends \PHPUnit\Framework\TestCase method testConstruct (line 36) | public function testConstruct(): void method testConstructWithNull (line 56) | public function testConstructWithNull(): void method testSave (line 68) | public function testSave(): void method testSavePhpOutput (line 91) | public function testSavePhpOutput(): void method testSetGetUseDiskCaching (line 107) | public function testSetGetUseDiskCaching(): void method testSetUseDiskCachingException (line 118) | public function testSetUseDiskCachingException(): void FILE: tests/PhpWordTests/Writer/HTML/DirectionTest.php class DirectionTest (line 29) | class DirectionTest extends \PHPUnit\Framework\TestCase method tearDown (line 31) | protected function tearDown(): void method testDirection (line 39) | public function testDirection(): void FILE: tests/PhpWordTests/Writer/HTML/Element/PageBreakTest.php class PageBreakTest (line 29) | class PageBreakTest extends TestCase method testHTML (line 31) | public function testHTML(): void method testMPDF (line 39) | public function testMPDF(): void method testDOMPDF (line 51) | public function testDOMPDF(): void method testTCPDF (line 63) | public function testTCPDF(): void FILE: tests/PhpWordTests/Writer/HTML/Element/RubyTest.php class RubyTest (line 28) | class RubyTest extends TestCase method testWriteRubyHtml (line 33) | public function testWriteRubyHtml(): void method testWriteRubyHtmlParagraphStyle (line 68) | public function testWriteRubyHtmlParagraphStyle(): void FILE: tests/PhpWordTests/Writer/HTML/Element/TableTest.php class TableTest (line 28) | class TableTest extends TestCase method testWriteTableBorders (line 33) | public function testWriteTableBorders(): void method testWriteTableCellVAlign (line 168) | public function testWriteTableCellVAlign(): void method testWriteTableCellVMerge (line 205) | public function testWriteTableCellVMerge(): void FILE: tests/PhpWordTests/Writer/HTML/Element/TextTest.php class TextTest (line 26) | class TextTest extends TestCase method testHTMLNullString (line 28) | public function testHTMLNullString(): void method testHTMLEmptyString (line 36) | public function testHTMLEmptyString(): void FILE: tests/PhpWordTests/Writer/HTML/ElementTest.php class ElementTest (line 34) | class ElementTest extends \PHPUnit\Framework\TestCase method testUnmatchedElements (line 39) | public function testUnmatchedElements(): void method testWriteTextElement (line 55) | public function testWriteTextElement(): void method testWriteTrackChanges (line 68) | public function testWriteTrackChanges(): void method testWriteColSpan (line 87) | public function testWriteColSpan(): void method testWriteRowSpan (line 117) | public function testWriteRowSpan(): void method testWriteRowSpanAndColSpan (line 146) | public function testWriteRowSpanAndColSpan(): void method testWriteTitleTextRun (line 180) | public function testWriteTitleTextRun(): void method testListItemRun (line 201) | public function testListItemRun(): void method testWriteTableLayout (line 226) | public function testWriteTableLayout(): void FILE: tests/PhpWordTests/Writer/HTML/FontTest.php class FontTest (line 29) | class FontTest extends \PHPUnit\Framework\TestCase method setUp (line 43) | protected function setUp(): void method tearDown (line 53) | protected function tearDown(): void method testDefaultDefaults (line 60) | public function testDefaultDefaults(): void method testSettingDefaultFontColor (line 74) | public function testSettingDefaultFontColor(): void method testFontNames1 (line 94) | public function testFontNames1(): void method testFontNames2 (line 153) | public function testFontNames2(): void method testFontNames3 (line 205) | public function testFontNames3(): void method testWhiteSpace (line 257) | public function testWhiteSpace(): void method testInline (line 300) | public function testInline(): void method testLanguages (line 324) | public function testLanguages(): void FILE: tests/PhpWordTests/Writer/HTML/Helper.php class Helper (line 31) | class Helper extends \PHPUnit\Framework\TestCase method getTextContent (line 33) | public static function getTextContent(DOMXPath $xpath, string $query, ... method getNamedItem (line 59) | public static function getNamedItem(DOMXPath $xpath, string $query, st... method getLength (line 77) | public static function getLength(DOMXPath $xpath, string $query): int method getAsHTML (line 90) | public static function getAsHTML(PhpWord $phpWord, string $defaultWhit... FILE: tests/PhpWordTests/Writer/HTML/ParagraphTest.php class ParagraphTest (line 29) | class ParagraphTest extends \PHPUnit\Framework\TestCase method testParagraphStyles (line 34) | public function testParagraphStyles(): void method testParagraphAndFontStyles (line 64) | public function testParagraphAndFontStyles(): void method testPageBreakBefore (line 99) | public function testPageBreakBefore(): void method testBlankParagraph (line 122) | public function testBlankParagraph(): void FILE: tests/PhpWordTests/Writer/HTML/PartTest.php class PartTest (line 29) | class PartTest extends \PHPUnit\Framework\TestCase method testGetParentWriterException (line 34) | public function testGetParentWriterException(): void method testWriteSections (line 44) | public function testWriteSections(): void method testThemeFontEastAsian (line 96) | public function testThemeFontEastAsian(): void method testThemeBidirecional (line 112) | public function testThemeBidirecional(): void method testDefaultParagraphStyle (line 128) | public function testDefaultParagraphStyle(): void method testNoDefaultParagraphStyle (line 148) | public function testNoDefaultParagraphStyle(): void method testTitleStyles (line 165) | public function testTitleStyles(): void FILE: tests/PhpWordTests/Writer/HTML/StyleTest.php class StyleTest (line 24) | class StyleTest extends \PHPUnit\Framework\TestCase method testEmptyStyles (line 29) | public function testEmptyStyles(): void FILE: tests/PhpWordTests/Writer/HTMLTest.php class HTMLTest (line 32) | class HTMLTest extends AbstractWebServerEmbedded method testConstruct (line 37) | public function testConstruct(): void method testConstructWithNull (line 47) | public function testConstructWithNull(): void method testEditCallback (line 55) | public function testEditCallback(): void method testDefaultGenericFont (line 70) | public function testDefaultGenericFont(): void method testDefaultWhiteSpace (line 83) | public function testDefaultWhiteSpace(): void method testSave (line 99) | public function testSave(): void FILE: tests/PhpWordTests/Writer/ODText/Element/FieldTest.php class FieldTest (line 28) | class FieldTest extends TestCase method tearDown (line 33) | protected function tearDown(): void method testFieldFilename (line 38) | public function testFieldFilename(): void method testFieldFilenameOptionPath (line 52) | public function testFieldFilenameOptionPath(): void FILE: tests/PhpWordTests/Writer/ODText/Element/FormulaTest.php class FormulaTest (line 30) | class FormulaTest extends TestCase method tearDown (line 35) | protected function tearDown(): void method testBasicFormula (line 40) | public function testBasicFormula(): void FILE: tests/PhpWordTests/Writer/ODText/Element/ImageTest.php class ImageTest (line 31) | class ImageTest extends \PHPUnit\Framework\TestCase method tearDown (line 36) | protected function tearDown(): void method testImage1 (line 45) | public function testImage1(): void method testImage2 (line 75) | public function testImage2(): void method testImageInTextRun (line 106) | public function testImageInTextRun(): void FILE: tests/PhpWordTests/Writer/ODText/Element/ListItemRunTest.php class ListItemRunTest (line 25) | class ListItemRunTest extends TestCase method tearDown (line 30) | protected function tearDown(): void method testAddListItemRun (line 35) | public function testAddListItemRun(): void method testAddListItemRunLevels (line 58) | public function testAddListItemRunLevels(): void FILE: tests/PhpWordTests/Writer/ODText/ElementTest.php class ElementTest (line 32) | class ElementTest extends \PHPUnit\Framework\TestCase method tearDown (line 37) | protected function tearDown(): void method testUnmatchedElements (line 45) | public function testUnmatchedElements(): void method testLinkElement (line 76) | public function testLinkElement(): void method testTableElements (line 100) | public function testTableElements(): void method testTitleAndHeading (line 145) | public function testTitleAndHeading(): void method testTextRunTitle (line 201) | public function testTextRunTitle(): void method testTextWithAmpersand (line 242) | public function testTextWithAmpersand(): void method testPageBreak (line 264) | public function testPageBreak(): void method testTrackedChanges (line 281) | public function testTrackedChanges(): void method testRubyText (line 341) | public function testRubyText(): void FILE: tests/PhpWordTests/Writer/ODText/Part/AbstractPartTest.php class AbstractPartTest (line 29) | class AbstractPartTest extends \PHPUnit\Framework\TestCase method testSetGetParentWriter (line 35) | public function testSetGetParentWriter(): void method testSetGetParentWriterNull (line 56) | public function testSetGetParentWriterNull(): void FILE: tests/PhpWordTests/Writer/ODText/Part/ContentTest.php class ContentTest (line 30) | class ContentTest extends \PHPUnit\Framework\TestCase method tearDown (line 35) | protected function tearDown(): void method testWriteContent (line 43) | public function testWriteContent(): void method testWriteNoStyle (line 102) | public function testWriteNoStyle(): void FILE: tests/PhpWordTests/Writer/ODText/Part/ManifestTest.php class ManifestTest (line 33) | class ManifestTest extends \PHPUnit\Framework\TestCase method tearDown (line 38) | protected function tearDown(): void method testWriteBasic (line 43) | public function testWriteBasic(): void method testWriteFormula (line 60) | public function testWriteFormula(): void FILE: tests/PhpWordTests/Writer/ODText/Style/FontTest.php class FontTest (line 27) | class FontTest extends \PHPUnit\Framework\TestCase method tearDown (line 32) | protected function tearDown(): void method testDefaultDefaults (line 37) | public function testDefaultDefaults(): void method testSettingDefaults (line 53) | public function testSettingDefaults(): void method testColors (line 74) | public function testColors(): void method providerAllNamedColors (line 112) | public static function providerAllNamedColors() method testAllNamedColors (line 141) | public function testAllNamedColors($namedColor, $rgbColor): void method testNoProof (line 170) | public function testNoProof(): void method testNamedStyleAsObject (line 226) | public function testNamedStyleAsObject(): void method testFieldStyles (line 244) | public function testFieldStyles(): void FILE: tests/PhpWordTests/Writer/ODText/Style/NumberingTest.php class NumberingTest (line 25) | class NumberingTest extends \PHPUnit\Framework\TestCase method tearDown (line 30) | protected function tearDown(): void method testAddListItemRun (line 35) | public function testAddListItemRun(): void FILE: tests/PhpWordTests/Writer/ODText/Style/Paragraph2Test.php class Paragraph2Test (line 26) | class Paragraph2Test extends \PHPUnit\Framework\TestCase method testTextAlign (line 31) | public function testTextAlign(): void method testTextRun (line 74) | public function testTextRun(): void method testTextRunUnnamed (line 115) | public function testTextRunUnnamed(): void method testWhenNullifed (line 147) | public function testWhenNullifed(): void FILE: tests/PhpWordTests/Writer/ODText/Style/ParagraphTest.php class ParagraphTest (line 28) | class ParagraphTest extends \PHPUnit\Framework\TestCase method tearDown (line 33) | protected function tearDown(): void method testPageBreak (line 41) | public function testPageBreak(): void method testNormalIndent (line 67) | public function testNormalIndent(): void method testTextAlign (line 122) | public function testTextAlign(): void method testLineHeight (line 164) | public function testLineHeight(): void method testSpaceBeforeAfter (line 192) | public function testSpaceBeforeAfter(): void method testPageBreakBefore (line 231) | public function testPageBreakBefore(): void method testHeadingPageBreakBefore (line 261) | public function testHeadingPageBreakBefore(): void method testTextRun (line 365) | public function testTextRun(): void method testTextRunUnnamed (line 405) | public function testTextRunUnnamed(): void method testEmptyFontAndParagraphStyles (line 439) | public function testEmptyFontAndParagraphStyles(): void FILE: tests/PhpWordTests/Writer/ODText/Style/SectionTest.php class SectionTest (line 27) | class SectionTest extends \PHPUnit\Framework\TestCase method tearDown (line 32) | protected function tearDown(): void method testHeaderFooterTabs (line 40) | public function testHeaderFooterTabs(): void method testHideErrors (line 150) | public function testHideErrors(): void method testMultipleSections (line 175) | public function testMultipleSections(): void FILE: tests/PhpWordTests/Writer/ODText/StyleTest.php class StyleTest (line 26) | class StyleTest extends \PHPUnit\Framework\TestCase method testEmptyStyles (line 31) | public function testEmptyStyles(): void FILE: tests/PhpWordTests/Writer/ODTextTest.php class ODTextTest (line 30) | class ODTextTest extends \PHPUnit\Framework\TestCase method testConstruct (line 35) | public function testConstruct(): void method testConstructWithNull (line 57) | public function testConstructWithNull(): void method testSave (line 68) | public function testSave(): void method testSavePhpOutput (line 105) | public function testSavePhpOutput(): void method testGetWriterPartNull (line 121) | public function testGetWriterPartNull(): void method testSetGetUseDiskCaching (line 130) | public function testSetGetUseDiskCaching(): void method testSetUseDiskCachingException (line 141) | public function testSetUseDiskCachingException(): void FILE: tests/PhpWordTests/Writer/PDF/DomPDFTest.php class DomPDFTest (line 30) | class DomPDFTest extends \PHPUnit\Framework\TestCase method testConstruct (line 35) | public function testConstruct(): void method testSetGetAbstractRendererProperties (line 58) | public function testSetGetAbstractRendererProperties(): void method testSetGetAbstractRendererOptions (line 83) | public function testSetGetAbstractRendererOptions(): void FILE: tests/PhpWordTests/Writer/PDF/MPDFTest.php class MPDFTest (line 31) | class MPDFTest extends \PHPUnit\Framework\TestCase method testConstruct (line 36) | public function testConstruct(): void method testEditCallback (line 58) | public function testEditCallback(): void method cbEditContent (line 84) | public static function cbEditContent(string $html): string method testSetGetAbstractRendererOptions (line 105) | public function testSetGetAbstractRendererOptions(): void FILE: tests/PhpWordTests/Writer/PDF/TCPDFTest.php class TCPDFTest (line 30) | class TCPDFTest extends \PHPUnit\Framework\TestCase method testConstruct (line 35) | public function testConstruct(): void method testSetGetAbstractRendererOptions (line 58) | public function testSetGetAbstractRendererOptions(): void FILE: tests/PhpWordTests/Writer/PDFTest.php class PDFTest (line 30) | class PDFTest extends \PHPUnit\Framework\TestCase method testConstruct (line 35) | public function testConstruct(): void method testConstructException (line 54) | public function testConstructException(): void FILE: tests/PhpWordTests/Writer/RTF/Element/TableTest.php class TableTest (line 28) | class TableTest extends \PHPUnit\Framework\TestCase method tearDown (line 30) | protected function tearDown(): void method removeCr (line 35) | public function removeCr(WriterTable $field): string method testTable (line 40) | public function testTable(): void method testTableStyle (line 83) | public function testTableStyle(): void method testTableStyleNotExisting (line 115) | public function testTableStyleNotExisting(): void method testTableCellStyle (line 141) | public function testTableCellStyle(): void FILE: tests/PhpWordTests/Writer/RTF/Element2Test.php class Element2Test (line 29) | class Element2Test extends \PHPUnit\Framework\TestCase method tearDown (line 31) | protected function tearDown(): void method removeCr (line 37) | public function removeCr($field): string method testTextRun (line 42) | public function testTextRun(): void method testTextRunParagraphStyle (line 54) | public function testTextRunParagraphStyle(): void method testTitle (line 66) | public function testTitle(): void FILE: tests/PhpWordTests/Writer/RTF/ElementTest.php class ElementTest (line 26) | class ElementTest extends \PHPUnit\Framework\TestCase method removeCr (line 28) | public function removeCr($field) method testUnmatchedElements (line 36) | public function testUnmatchedElements(): void method testFilenameField (line 49) | public function testFilenameField(): void method testFilenameFieldOptionsPath (line 58) | public function testFilenameFieldOptionsPath(): void method testPageField (line 67) | public function testPageField(): void method testNumpageField (line 76) | public function testNumpageField(): void method testDateField (line 85) | public function testDateField(): void method testIndexField (line 94) | public function testIndexField(): void method testTable (line 103) | public function testTable(): void method testTextRun (line 145) | public function testTextRun(): void method testTextRunParagraphStyle (line 156) | public function testTextRunParagraphStyle(): void method testTitle (line 167) | public function testTitle(): void method testRuby (line 179) | public function testRuby(): void method testRubyTitle (line 195) | public function testRubyTitle(): void FILE: tests/PhpWordTests/Writer/RTF/HeaderFooterTest.php class HeaderFooterTest (line 27) | class HeaderFooterTest extends \PHPUnit\Framework\TestCase method testNoHeaderNoFooter (line 29) | public function testNoHeaderNoFooter(): void method testNoHeaderYesFooter (line 42) | public function testNoHeaderYesFooter(): void method testEvenHeaderFirstFooter (line 57) | public function testEvenHeaderFirstFooter(): void FILE: tests/PhpWordTests/Writer/RTF/StyleTest.php class StyleTest (line 29) | class StyleTest extends \PHPUnit\Framework\TestCase method tearDown (line 31) | protected function tearDown(): void method removeCr (line 36) | public function removeCr($field) method testEmptyStyles (line 44) | public function testEmptyStyles(): void method testBorderWithNonRegisteredColors (line 55) | public function testBorderWithNonRegisteredColors(): void method testIndentation (line 73) | public function testIndentation(): void method testRightTab (line 87) | public function testRightTab(): void method testCenterTab (line 100) | public function testCenterTab(): void method testDecimalTab (line 112) | public function testDecimalTab(): void method testRTL (line 124) | public function testRTL(): void method testRTL2 (line 133) | public function testRTL2(): void method testPageBreakLineHeight (line 143) | public function testPageBreakLineHeight(): void method testPageBreakLineHeight2 (line 152) | public function testPageBreakLineHeight2(): void method testPageNumberRestart (line 162) | public function testPageNumberRestart(): void FILE: tests/PhpWordTests/Writer/RTFTest.php class RTFTest (line 30) | class RTFTest extends \PHPUnit\Framework\TestCase method testConstruct (line 35) | public function testConstruct(): void method testConstructWithNull (line 45) | public function testConstructWithNull(): void method testSave (line 56) | public function testSave(): void method testSavePhpOutput (line 106) | public function testSavePhpOutput(): void FILE: tests/PhpWordTests/Writer/Word2007/Element/ChartTest.php class ChartTest (line 28) | class ChartTest extends \PHPUnit\Framework\TestCase method setUp (line 35) | protected function setUp(): void method tearDown (line 43) | protected function tearDown(): void method testChartElements (line 52) | public function testChartElements(): void method testChartEscapingEnabled (line 121) | public function testChartEscapingEnabled(): void method testChartEscapingDisabled (line 151) | public function testChartEscapingDisabled(): void method testValueAxisTitle (line 181) | public function testValueAxisTitle(): void method testNoAxisLabels (line 213) | public function testNoAxisLabels(): void FILE: tests/PhpWordTests/Writer/Word2007/Element/FieldTest.php class FieldTest (line 28) | class FieldTest extends TestCase method tearDown (line 33) | protected function tearDown(): void method testWriteWithRefType (line 41) | public function testWriteWithRefType(): void FILE: tests/PhpWordTests/Writer/Word2007/Element/FormFieldTest.php class FormFieldTest (line 27) | class FormFieldTest extends \PHPUnit\Framework\TestCase method tearDown (line 32) | protected function tearDown(): void method testFormFieldElements (line 40) | public function testFormFieldElements(): void FILE: tests/PhpWordTests/Writer/Word2007/Element/FormulaTest.php class FormulaTest (line 30) | class FormulaTest extends TestCase method tearDown (line 35) | protected function tearDown(): void method testBasicFormula (line 40) | public function testBasicFormula(): void FILE: tests/PhpWordTests/Writer/Word2007/Element/TOCTest.php class TOCTest (line 29) | class TOCTest extends \PHPUnit\Framework\TestCase method tearDown (line 34) | protected function tearDown(): void method testWriteTitlePageNumber (line 39) | public function testWriteTitlePageNumber(): void method testWriteTitleWithoutpageNumber (line 59) | public function testWriteTitleWithoutpageNumber(): void FILE: tests/PhpWordTests/Writer/Word2007/Element/TableTest.php class TableTest (line 29) | class TableTest extends \PHPUnit\Framework\TestCase method tearDown (line 34) | protected function tearDown(): void method testTableNormal (line 39) | public static function testTableNormal(): void method testSomeRowWithNoCells (line 81) | public static function testSomeRowWithNoCells(): void method testOnly1RowWithNoCells (line 118) | public static function testOnly1RowWithNoCells(): void method testNoRows (line 137) | public static function testNoRows(): void FILE: tests/PhpWordTests/Writer/Word2007/Element/TextBoxTest.php class TextBoxTest (line 13) | class TextBoxTest extends TestCase method testTextBoxGeneratesCorrectXml (line 18) | public function testTextBoxGeneratesCorrectXml( method textBoxColorProvider (line 51) | public static function textBoxColorProvider(): array FILE: tests/PhpWordTests/Writer/Word2007/Element/TitleTest.php class TitleTest (line 28) | class TitleTest extends \PHPUnit\Framework\TestCase method tearDown (line 33) | protected function tearDown(): void method testWriteTitleWithStyle (line 38) | public function testWriteTitleWithStyle(): void method testWriteTitleWithoutStyle (line 54) | public function testWriteTitleWithoutStyle(): void method testWriteHeadingWithStyle (line 68) | public function testWriteHeadingWithStyle(): void method testWriteHeadingWithoutStyle (line 84) | public function testWriteHeadingWithoutStyle(): void FILE: tests/PhpWordTests/Writer/Word2007/ElementTest.php class ElementTest (line 34) | class ElementTest extends \PHPUnit\Framework\TestCase method tearDown (line 39) | protected function tearDown(): void method testUnmatchedElements (line 47) | public function testUnmatchedElements(): void method testLineElement (line 68) | public function testLineElement(): void method testBookmark (line 83) | public function testBookmark(): void method testLinkElement (line 102) | public function testLinkElement(): void method testTableElements (line 122) | public function testTableElements(): void method testTableWithStyleName (line 145) | public function testTableWithStyleName(): void method testShapeElements (line 164) | public function testShapeElements(): void method testFieldElement (line 258) | public function testFieldElement(): void method testUnstyledFieldElement (line 277) | public function testUnstyledFieldElement(): void method testStyledFieldElement (line 293) | public function testStyledFieldElement(): void method testFieldElementFilename (line 312) | public function testFieldElementFilename(): void method testFieldElementFilenameOptionsPath (line 331) | public function testFieldElementFilenameOptionsPath(): void method testFieldElementWithComplexText (line 350) | public function testFieldElementWithComplexText(): void method testMacroButtonField (line 380) | public function testMacroButtonField(): void method testSDTElements (line 413) | public function testSDTElements(): void method testCommentWithoutEndElement (line 447) | public function testCommentWithoutEndElement(): void method testCommentWithEndElement (line 467) | public function testCommentWithEndElement(): void method testTrackChange (line 488) | public function testTrackChange(): void method testTextWithAmpersant (line 507) | public function testTextWithAmpersant(): void method testListItemRunStyleWriting (line 522) | public function testListItemRunStyleWriting(): void method testRubyWriting (line 543) | public function testRubyWriting(): void method testRubyTitleWriting (line 602) | public function testRubyTitleWriting(): void FILE: tests/PhpWordTests/Writer/Word2007/Part/AbstractPartTest.php class AbstractPartTest (line 27) | class AbstractPartTest extends \PHPUnit\Framework\TestCase method testSetGetParentWriter (line 33) | public function testSetGetParentWriter(): void method testSetGetParentWriterNull (line 54) | public function testSetGetParentWriterNull(): void FILE: tests/PhpWordTests/Writer/Word2007/Part/CommentsTest.php class CommentsTest (line 30) | class CommentsTest extends \PHPUnit\Framework\TestCase method tearDown (line 35) | protected function tearDown(): void method testWriteComments (line 43) | public function testWriteComments(): void FILE: tests/PhpWordTests/Writer/Word2007/Part/DocumentTest.php class DocumentTest (line 34) | class DocumentTest extends \PHPUnit\Framework\TestCase method tearDown (line 39) | protected function tearDown(): void method testWriteCustomProps (line 47) | public function testWriteCustomProps(): void method testWriteEndSectionPageNumbering (line 73) | public function testWriteEndSectionPageNumbering(): void method testSectionFootnoteProperties (line 94) | public function testSectionFootnoteProperties(): void method testElements (line 124) | public function testElements(): void method testElementStyles (line 213) | public function testElementStyles(): void method testWriteText (line 271) | public function testWriteText(): void method testWriteTextRun (line 292) | public function testWriteTextRun(): void method testWriteLink (line 317) | public function testWriteLink(): void method testWritePreserveText (line 340) | public function testWritePreserveText(): void method testWriteTextBreak (line 364) | public function testWriteTextBreak(): void method testWriteImage (line 389) | public function testWriteImage(): void method testWriteWatermark (line 427) | public function testWriteWatermark(): void method testWriteTitle (line 444) | public function testWriteTitle(): void method testWriteCheckbox (line 458) | public function testWriteCheckbox(): void method testWriteParagraphStyle (line 477) | public function testWriteParagraphStyle(): void method testWriteFontStyle (line 511) | public function testWriteFontStyle(): void method testWriteFontStyleStrikethrough (line 550) | public function testWriteFontStyleStrikethrough( method providerFontStyleStrikethrough (line 569) | public static function providerFontStyleStrikethrough(): iterable method testWriteDefaultColor (line 582) | public function testWriteDefaultColor(): void method testWriteTableStyle (line 607) | public function testWriteTableStyle(): void method testWriteCellStyleCellGridSpan (line 667) | public function testWriteCellStyleCellGridSpan(): void method testWriteGutterAndLineNumbering (line 698) | public function testWriteGutterAndLineNumbering(): void FILE: tests/PhpWordTests/Writer/Word2007/Part/FooterTest.php class FooterTest (line 33) | class FooterTest extends \PHPUnit\Framework\TestCase method testWriteFooter (line 38) | public function testWriteFooter(): void FILE: tests/PhpWordTests/Writer/Word2007/Part/FootnotesTest.php class FootnotesTest (line 30) | class FootnotesTest extends \PHPUnit\Framework\TestCase method tearDown (line 32) | protected function tearDown(): void method testWriteFootnotes (line 37) | public function testWriteFootnotes(): void FILE: tests/PhpWordTests/Writer/Word2007/Part/HeaderTest.php class HeaderTest (line 31) | class HeaderTest extends \PHPUnit\Framework\TestCase method testWriteHeader (line 36) | public function testWriteHeader(): void FILE: tests/PhpWordTests/Writer/Word2007/Part/NumberingTest.php class NumberingTest (line 35) | class NumberingTest extends \PHPUnit\Framework\TestCase method tearDown (line 40) | protected function tearDown(): void method testWriteNumbering (line 48) | public function testWriteNumbering(): void FILE: tests/PhpWordTests/Writer/Word2007/Part/SettingsTest.php class SettingsTest (line 34) | class SettingsTest extends \PHPUnit\Framework\TestCase method tearDown (line 39) | protected function tearDown(): void method testDocumentProtection (line 47) | public function testDocumentProtection(): void method testDocumentProtectionWithPassword (line 63) | public function testDocumentProtectionWithPassword(): void method testDocumentProtectionWithPasswordNoSalt (line 88) | public function testDocumentProtectionWithPasswordNoSalt(): void method testCompatibility (line 113) | public function testCompatibility(): void method testDefaultLanguage (line 130) | public function testDefaultLanguage(): void method testLanguage (line 148) | public function testLanguage(): void method testProofState (line 168) | public function testProofState(): void method testSpelling (line 191) | public function testSpelling(): void method testEvenAndOddHeaders (line 210) | public function testEvenAndOddHeaders(): void method testUpdateFields (line 226) | public function testUpdateFields(): void method testZoomPercentage (line 245) | public function testZoomPercentage(): void method testZoomValue (line 264) | public function testZoomValue(): void method testMirrorMargins (line 280) | public function testMirrorMargins(): void method testRevisionView (line 299) | public function testRevisionView(): void method testHideSpellingErrors (line 320) | public function testHideSpellingErrors(): void method testHideGrammaticalErrors (line 336) | public function testHideGrammaticalErrors(): void method testTrackRevisions (line 355) | public function testTrackRevisions(): void method testDoNotTrackMoves (line 374) | public function testDoNotTrackMoves(): void method testDoNotTrackFormatting (line 393) | public function testDoNotTrackFormatting(): void method testAutoHyphenation (line 409) | public function testAutoHyphenation(): void method testConsecutiveHyphenLimit (line 425) | public function testConsecutiveHyphenLimit(): void method testHyphenationZone (line 441) | public function testHyphenationZone(): void method testDoNotHyphenateCaps (line 457) | public function testDoNotHyphenateCaps(): void method testBookFoldPrinting (line 473) | public function testBookFoldPrinting(): void FILE: tests/PhpWordTests/Writer/Word2007/Part/StylesTest.php class StylesTest (line 34) | class StylesTest extends \PHPUnit\Framework\TestCase method tearDown (line 39) | protected function tearDown(): void method testWriteStyles (line 47) | public function testWriteStyles(): void method testFontStyleBasedOn (line 83) | public function testFontStyleBasedOn(): void method testFontStyleBasedOnOtherFontStyle (line 120) | public function testFontStyleBasedOnOtherFontStyle(): void method testDefaultDefaultFontColor (line 152) | public function testDefaultDefaultFontColor(): void method testDefaultFontColor (line 170) | public function testDefaultFontColor(): void FILE: tests/PhpWordTests/Writer/Word2007/PartTest.php class PartTest (line 28) | class PartTest extends \PHPUnit\Framework\TestCase method testRelsWriteRelException (line 35) | public function testRelsWriteRelException(): void FILE: tests/PhpWordTests/Writer/Word2007/Style/DirectionTest.php class DirectionTest (line 26) | class DirectionTest extends \PHPUnit\Framework\TestCase method tearDown (line 31) | protected function tearDown(): void method testDirection (line 40) | public function testDirection(): void FILE: tests/PhpWordTests/Writer/Word2007/Style/FontTest.php class FontTest (line 32) | class FontTest extends \PHPUnit\Framework\TestCase method tearDown (line 37) | protected function tearDown(): void method testFontRTL (line 45) | public function testFontRTL(): void method testFontRTLNamed (line 58) | public function testFontRTLNamed(): void method testFontNotRTLNamed (line 83) | public function testFontNotRTLNamed(): void method testNoProof (line 108) | public function testNoProof(): void method testFontWithLang (line 135) | public function testFontWithLang(): void method testPosition (line 150) | public function testPosition(): void method testRgb (line 162) | public static function testRgb(): void FILE: tests/PhpWordTests/Writer/Word2007/Style/ImageTest.php class ImageTest (line 31) | class ImageTest extends \PHPUnit\Framework\TestCase method tearDown (line 36) | protected function tearDown(): void method testWrapping (line 44) | public function testWrapping(): void method testWrappingWithPosition (line 77) | public function testWrappingWithPosition(): void FILE: tests/PhpWordTests/Writer/Word2007/Style/IndentationTest.php class IndentationTest (line 26) | class IndentationTest extends \PHPUnit\Framework\TestCase method tearDown (line 31) | protected function tearDown(): void method testDefault (line 37) | public function testDefault(): void method testFirstLineChars (line 53) | public function testFirstLineChars(): void FILE: tests/PhpWordTests/Writer/Word2007/Style/ParagraphTest.php class ParagraphTest (line 31) | class ParagraphTest extends \PHPUnit\Framework\TestCase method tearDown (line 36) | protected function tearDown(): void method testParagraphNumbering (line 44) | public function testParagraphNumbering(): void method testLineSpacingExact (line 56) | public function testLineSpacingExact(): void method testLineSpacingAuto (line 69) | public function testLineSpacingAuto(): void method testSuppressAutoHyphens (line 82) | public function testSuppressAutoHyphens(): void FILE: tests/PhpWordTests/Writer/Word2007/Style/SectionTest.php class SectionTest (line 31) | class SectionTest extends \PHPUnit\Framework\TestCase method tearDown (line 36) | protected function tearDown(): void method testMarginInInches (line 41) | public function testMarginInInches(): void FILE: tests/PhpWordTests/Writer/Word2007/Style/TableCellTest.php class TableCellTest (line 32) | class TableCellTest extends \PHPUnit\Framework\TestCase method tearDown (line 37) | protected function tearDown(): void method testCellPadding (line 45) | public function testCellPadding(): void FILE: tests/PhpWordTests/Writer/Word2007/Style/TableTest.php class TableTest (line 34) | class TableTest extends \PHPUnit\Framework\TestCase method tearDown (line 39) | protected function tearDown(): void method testTableLayout (line 47) | public function testTableLayout(): void method testCellSpacing (line 67) | public function testCellSpacing(): void method testTablePosition (line 88) | public function testTablePosition(): void method testIndent (line 126) | public function testIndent(): void method testRigthToLeft (line 147) | public function testRigthToLeft(): void FILE: tests/PhpWordTests/Writer/Word2007/StyleTest.php class StyleTest (line 29) | class StyleTest extends \PHPUnit\Framework\TestCase method testEmptyStyles (line 34) | public function testEmptyStyles(): void method testMethodExceptionsFrame (line 54) | public function testMethodExceptionsFrame(): void method testMethodExceptionsLine (line 66) | public function testMethodExceptionsLine(): void method testMethodExceptionsTextBox (line 78) | public function testMethodExceptionsTextBox(): void FILE: tests/PhpWordTests/Writer/Word2007Test.php class Word2007Test (line 34) | class Word2007Test extends AbstractWebServerEmbedded method tearDown (line 39) | protected function tearDown(): void method testConstruct (line 47) | public function testConstruct(): void method testSave (line 80) | public function testSave(): void method testSaveUseDiskCaching (line 113) | public function testSaveUseDiskCaching(): void method testCheckContentTypes (line 139) | public function testCheckContentTypes(): void method testGetWriterPartNull (line 169) | public function testGetWriterPartNull(): void method testSetGetUseDiskCaching (line 178) | public function testSetGetUseDiskCaching(): void method testSetUseDiskCachingException (line 196) | public function testSetUseDiskCachingException(): void method testMime (line 208) | public function testMime(): void FILE: tests/PhpWordTests/XmlDocument.php class XmlDocument (line 30) | class XmlDocument method __construct (line 72) | public function __construct($path) method getDefaultFile (line 80) | public function getDefaultFile(): string method setDefaultFile (line 88) | public function setDefaultFile(string $file): string method getFile (line 100) | public function getFile(): string method getPath (line 108) | public function getPath(): string method getFileDom (line 116) | public function getFileDom(string $file = ''): DOMDocument method getNodeList (line 146) | public function getNodeList(string $path, string $file = ''): DOMNodeList method getElement (line 166) | public function getElement(string $path, string $file = ''): ?DOMElement method getElementAttribute (line 174) | public function getElementAttribute(string $path, string $attribute, s... method hasElementAttribute (line 182) | public function hasElementAttribute(string $path, string $attribute, s... method elementExists (line 190) | public function elementExists(string $path, string $file = ''): bool method printXml (line 202) | public function printXml(string $path = '/', string $file = '') FILE: tests/bootstrap.php function phpunit10ErrorHandler (line 28) | function phpunit10ErrorHandler(int $errno, string $errstr, string $filen... function utf8decode (line 55) | function utf8decode(string $value, string $toEncoding = 'ISO-8859-1'): s...