class TextElement extends Model (View source)

Properties

protected $autoTextType
protected $autoTextDataType
int $endIndex
protected $paragraphMarkerType
protected $paragraphMarkerDataType
int $startIndex
protected $textRunType
protected $textRunDataType

Methods

setAutoText(AutoText $autoText)

No description

getAutoText()

No description

setEndIndex($endIndex)

No description

int
getEndIndex()

No description

setParagraphMarker(ParagraphMarker $paragraphMarker)

No description

setStartIndex($startIndex)

No description

int
getStartIndex()

No description

setTextRun(TextRun $textRun)

No description

getTextRun()

No description

Details

setAutoText(AutoText $autoText)

No description

Parameters

AutoText $autoText

AutoText getAutoText()

No description

Return Value

AutoText

setEndIndex($endIndex)

No description

Parameters

$endIndex

int getEndIndex()

No description

Return Value

int

setParagraphMarker(ParagraphMarker $paragraphMarker)

No description

Parameters

ParagraphMarker $paragraphMarker

ParagraphMarker getParagraphMarker()

No description

Return Value

ParagraphMarker

setStartIndex($startIndex)

No description

Parameters

$startIndex

int getStartIndex()

No description

Return Value

int

setTextRun(TextRun $textRun)

No description

Parameters

TextRun $textRun

TextRun getTextRun()

No description

Return Value

TextRun