StructuralElement
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
getParagraph()
No description
getSectionBreak()
No description
setStartIndex($startIndex)
No description
int
getStartIndex()
No description
getTableOfContents()
No description
Details
setEndIndex($endIndex)
No description
int
getEndIndex()
No description
setParagraph(Paragraph $paragraph)
No description
Paragraph
getParagraph()
No description
setSectionBreak(SectionBreak $sectionBreak)
No description
SectionBreak
getSectionBreak()
No description
setStartIndex($startIndex)
No description
int
getStartIndex()
No description
setTable(Table $table)
No description
Table
getTable()
No description
setTableOfContents(TableOfContents $tableOfContents)
No description
TableOfContents
getTableOfContents()
No description