DocxExtractor class
Constructors
Properties
-
documentBorder
→ Map<
String, Border> -
final
-
documentStyles
→ Map<
String, Map< String, TextStyle?> > -
final
-
documentTextAlignment
→ Map<
String, TextAlign> -
final
- enabled ↔ bool
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
imageMap
→ Map<
String, Uint8List> -
final
- level ↔ int?
-
getter/setter pair
-
numberingDefinitions
→ Map<
String, Map< int, String> > -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
tablesBorders
→ Map<
String, TableBorder> -
final
-
tablesCellPadding
→ Map<
String, EdgeInsetsGeometry> -
final
Methods
-
characterBorder(
XmlElement? borderElement) → Border -
createBorder(
XmlElement? borderElement) → Border -
getBorderSide(
String style, Color color, double width) → BorderSide -
getColorFromString(
String colorName) → Color -
getTextAlign(
XmlElement? alignment) → TextAlign -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
parseBorderSide(
XmlElement? element) → BorderSide -
parseNumberingDefinitions(
String numberingXml) → void -
renderLayout(
File file) → Future< List< Widget> > -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited