StructuralElement class
A StructuralElement describes content that provides structure to the document.
Constructors
- StructuralElement({int? endIndex, Paragraph? paragraph, SectionBreak? sectionBreak, int? startIndex, Table? table, TableOfContents? tableOfContents})
- StructuralElement.fromJson(Map json_)
Properties
- endIndex ↔ int?
-
The zero-based end index of this structural element, exclusive, in UTF-16
code units.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- paragraph ↔ Paragraph?
-
A paragraph type of structural element.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sectionBreak ↔ SectionBreak?
-
A section break type of structural element.
getter/setter pair
- startIndex ↔ int?
-
The zero-based start index of this structural element, in UTF-16 code
units.
getter/setter pair
- table ↔ Table?
-
A table type of structural element.
getter/setter pair
- tableOfContents ↔ TableOfContents?
-
A table of contents type of structural element.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited