TextElement
class TextElement extends Model (View source)
Properties
protected | $autoTextType | ||
protected | $autoTextDataType | ||
int | $endIndex | ||
protected | $paragraphMarkerType | ||
protected | $paragraphMarkerDataType | ||
int | $startIndex | ||
protected | $textRunType | ||
protected | $textRunDataType |
Methods
getAutoText()
No description
setEndIndex($endIndex)
No description
int
getEndIndex()
No description
getParagraphMarker()
No description
setStartIndex($startIndex)
No description
int
getStartIndex()
No description
getTextRun()
No description
Details
setAutoText(AutoText $autoText)
No description
AutoText
getAutoText()
No description
setEndIndex($endIndex)
No description
int
getEndIndex()
No description
setParagraphMarker(ParagraphMarker $paragraphMarker)
No description
ParagraphMarker
getParagraphMarker()
No description
setStartIndex($startIndex)
No description
int
getStartIndex()
No description
setTextRun(TextRun $textRun)
No description
TextRun
getTextRun()
No description