Paragraph class

Represents a paragraph in text.

Properties

bidiIndexes List<int>
Bidi indexes.
no setter
bidiIndexLengths List<int>
Bidi index lengths.
no setter
bidiText List<int>
Bidi text.
no setter
hashCode int
The hash code for this object.
no setterinherited
indices List<int>
Indices of the bidi text.
no setter
lengths List<int>
Index lengths.
no setter
n Normalization
N
final
paragraphSeparator int
The paragraph separatpr.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
separator int
The paragraph separatpr.
no setter
text List<int>
Original text.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited