class StructuralElement extends Model (View source)

Properties

int $endIndex
protected $paragraphType
protected $paragraphDataType
protected $sectionBreakType
protected $sectionBreakDataType
int $startIndex
protected $tableType
protected $tableDataType
protected $tableOfContentsType
protected $tableOfContentsDataType

Methods

setEndIndex($endIndex)

No description

int
getEndIndex()

No description

setParagraph(Paragraph $paragraph)

No description

getParagraph()

No description

setSectionBreak(SectionBreak $sectionBreak)

No description

getSectionBreak()

No description

setStartIndex($startIndex)

No description

int
getStartIndex()

No description

setTable(Table $table)

No description

getTable()

No description

setTableOfContents(TableOfContents $tableOfContents)

No description

Details

setEndIndex($endIndex)

No description

Parameters

$endIndex

int getEndIndex()

No description

Return Value

int

setParagraph(Paragraph $paragraph)

No description

Parameters

Paragraph $paragraph

Paragraph getParagraph()

No description

Return Value

Paragraph

setSectionBreak(SectionBreak $sectionBreak)

No description

Parameters

SectionBreak $sectionBreak

SectionBreak getSectionBreak()

No description

Return Value

SectionBreak

setStartIndex($startIndex)

No description

Parameters

$startIndex

int getStartIndex()

No description

Return Value

int

setTable(Table $table)

No description

Parameters

Table $table

Table getTable()

No description

Return Value

Table

setTableOfContents(TableOfContents $tableOfContents)

No description

Parameters

TableOfContents $tableOfContents

TableOfContents getTableOfContents()

No description

Return Value

TableOfContents