MsTextSpan class

Class for storing details regarding text in word document.

Constructors

MsTextSpan(int pSeqNo, String text, String style, List<String> formats, int fontSize, String textColor, String highlightColor, Map<String, String> fonts, String shadingColor)

Properties

fonts Map<String, String>
getter/setter pair
fontSize int
getter/setter pair
formats List<String>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
highlightColor String
getter/setter pair
pSeqNo int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shadingColor String
getter/setter pair
style String
getter/setter pair
text String
getter/setter pair
textColor String
getter/setter pair

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