Documentation

Link extends Text
in package

Link element writer.

Tags
since
0.10.0

Table of Contents

Properties

$part  : null|AbstractPart
$withoutP  : bool
Without paragraph.
$element  : AbstractElement
Element.
$xmlWriter  : XMLWriter
XML writer.

Methods

__construct()  : mixed
Create new instance.
getPart()  : AbstractPart|null
setPart()  : self
write()  : void
Write link element.
endElementP()  : void
End w:p DOM element.
getElement()  : AbstractElement
Get element.
getText()  : string
Convert text to valid format.
getXmlWriter()  : XMLWriter
Get XML Writer.
startElementP()  : void
Start w:p DOM element.
writeClosingTrackChange()  : void
Write ending.
writeCommentRangeEnd()  : void
Writes the w:commentRangeEnd DOM element.
writeCommentRangeStart()  : void
Writes the w:commentRangeStart DOM element.
writeFontStyle()  : void
Write ending.
writeOpeningTrackChange()  : void
Write opening of changed element.
writeParagraphStyle()  : void
Write ending.
writeText()  : bool
Write an XML text, this will call text() or writeRaw() depending on the value of Settings::isOutputEscapingEnabled().
writeTextStyle()  : void
Write text style.

Properties

Methods

write()

Write link element.

public write() : void

getText()

Convert text to valid format.

protected getText(string $text) : string
Parameters
$text : string
Return values
string

writeClosingTrackChange()

Write ending.

protected writeClosingTrackChange() : void

writeCommentRangeEnd()

Writes the w:commentRangeEnd DOM element.

protected writeCommentRangeEnd() : void

writeCommentRangeStart()

Writes the w:commentRangeStart DOM element.

protected writeCommentRangeStart() : void

writeOpeningTrackChange()

Write opening of changed element.

protected writeOpeningTrackChange() : void

writeParagraphStyle()

Write ending.

protected writeParagraphStyle() : void

writeText()

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

protected writeText(string $content) : bool
Parameters
$content : string

The text string to write

Return values
bool

Returns true on success or false on failure

writeTextStyle()

Write text style.

private writeTextStyle(string $styleType) : void
Parameters
$styleType : string

Font|Paragraph


        
On this page

Search results