\PhpOffice\PhpWord\Writer\Word2007\PartTheme

Word2007 theme writer: word/theme/theme1.xml

Summary

Methods
Properties
Constants
write()
setParentWriter()
getParentWriter()
No public properties found
No constants found
getXmlWriter()
writeText()
$parentWriter
$dateFormat
N/A
writeColorScheme()
writeFontScheme()
writeFormatScheme()
writeFormatFill()
writeFormatLine()
writeFormatEffect()
writeFormatBackground()
No private properties found
N/A

Properties

$dateFormat

$dateFormat : string

Type

string — Date format

Methods

write()

write() : string

Write part

Returns

string

writeText()

writeText(string  $content) : boolean

Write an XML text, this will call text() or writeRaw() depending on the value of Settings::isOutputEscapingEnabled()

Parameters

string $content

The text string to write

Returns

boolean —

Returns true on success or false on failure

writeColorScheme()

writeColorScheme() : string

Write color scheme

Returns

string

writeFontScheme()

writeFontScheme() : string

Write font scheme

Returns

string

writeFormatScheme()

writeFormatScheme() : string

Write format scheme

Returns

string

writeFormatFill()

writeFormatFill() : string

Write fill format scheme

Returns

string

writeFormatLine()

writeFormatLine() : string

Write line format scheme

Returns

string

writeFormatEffect()

writeFormatEffect() : string

Write effect format scheme

Returns

string

writeFormatBackground()

writeFormatBackground() : string

Write background format scheme

Returns

string