Paragraph class Null safety
Represents a paragraph in text.
Properties
-
bidiIndexes
→ List<
int> -
Bidi indexes.
read-only
-
bidiIndexLengths
→ List<
int> -
Bidi index lengths.
read-only
-
bidiText
→ List<
int> -
Bidi text.
read-only
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- paragraphSeparator → int
-
The paragraph separatpr.
@Deprecated('Please use separator')read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- separator → int
-
The paragraph separatpr.
read-only
-
text
↔ List<
int> -
Original text.
read / write
Methods
-
fixMirroredCharacters(
) → void - L4. A character is depicted by a mirrored glyph if and only if (a) the resolved directionality of that character is R, and (b) the Bidi_Mirrored property value of that character is true.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
performShaping(
List< int> text) → List<int> - 3.5 Shaping Implements rules R1-R7 and rules L1-L3 of section 8.2 (Persian) of the Unicode standard.
-
reorderString(
) → void - 3.4 Reordering Resolved Levels
-
resolveImplicitTypes(
int start, int limit, int level) → void - 3.3.5 Resolving Implicit Levels
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited