class ParagraphElement extends Model (View source)

Properties

protected $autoTextType
protected $autoTextDataType
protected $columnBreakType
protected $columnBreakDataType
int $endIndex
protected $equationType
protected $equationDataType
protected $footnoteReferenceType
protected $footnoteReferenceDataType
protected $horizontalRuleType
protected $horizontalRuleDataType
protected $inlineObjectElementType
protected $inlineObjectElementDataType
protected $pageBreakType
protected $pageBreakDataType
protected $personType
protected $personDataType
protected $richLinkType
protected $richLinkDataType
int $startIndex
protected $textRunType
protected $textRunDataType

Methods

setAutoText(AutoText $autoText)

No description

getAutoText()

No description

setColumnBreak(ColumnBreak $columnBreak)

No description

getColumnBreak()

No description

setEndIndex($endIndex)

No description

int
getEndIndex()

No description

setEquation(Equation $equation)

No description

getEquation()

No description

setFootnoteReference(FootnoteReference $footnoteReference)

No description

setHorizontalRule(HorizontalRule $horizontalRule)

No description

setInlineObjectElement(InlineObjectElement $inlineObjectElement)

No description

setPageBreak(PageBreak $pageBreak)

No description

getPageBreak()

No description

setPerson(Person $person)

No description

getPerson()

No description

setRichLink(RichLink $richLink)

No description

getRichLink()

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

setColumnBreak(ColumnBreak $columnBreak)

No description

Parameters

ColumnBreak $columnBreak

ColumnBreak getColumnBreak()

No description

Return Value

ColumnBreak

setEndIndex($endIndex)

No description

Parameters

$endIndex

int getEndIndex()

No description

Return Value

int

setEquation(Equation $equation)

No description

Parameters

Equation $equation

Equation getEquation()

No description

Return Value

Equation

setFootnoteReference(FootnoteReference $footnoteReference)

No description

Parameters

FootnoteReference $footnoteReference

FootnoteReference getFootnoteReference()

No description

Return Value

FootnoteReference

setHorizontalRule(HorizontalRule $horizontalRule)

No description

Parameters

HorizontalRule $horizontalRule

HorizontalRule getHorizontalRule()

No description

Return Value

HorizontalRule

setInlineObjectElement(InlineObjectElement $inlineObjectElement)

No description

Parameters

InlineObjectElement $inlineObjectElement

InlineObjectElement getInlineObjectElement()

No description

Return Value

InlineObjectElement

setPageBreak(PageBreak $pageBreak)

No description

Parameters

PageBreak $pageBreak

PageBreak getPageBreak()

No description

Return Value

PageBreak

setPerson(Person $person)

No description

Parameters

Person $person

Person getPerson()

No description

Return Value

Person

No description

Parameters

RichLink $richLink

No description

Return Value

RichLink

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