Document class
Class for storing word related details
Constructors
- Document.new(String name)
Properties
- defaultFontSize ↔ int
-
Default fontSize
getter/setter pair
- defaultLineSpacing ↔ int
-
Default line spacing
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String
-
Name of the document
getter/setter pair
-
pageMargin
↔ Map<
String, double> -
Page margin details
getter/setter pair
-
pages
↔ List<
WordPage> -
List of pages in a document
getter/setter pair
- pageSize ↔ Size
-
Page size details
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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