DocumentTab class
A tab with document contents.
Constructors
-
DocumentTab.new({Body? body, DocumentStyle? documentStyle, Map<
String, Footnote> ? footnotes, Map<String, Header> ? headers, Map<String, InlineObject> ? inlineObjects, Map<String, List> ? lists, Map<String, NamedRanges> ? namedRanges, NamedStyles? namedStyles, Map<String, PositionedObject> ? positionedObjects, Map<String, SuggestedDocumentStyle> ? suggestedDocumentStyleChanges, Map<String, SuggestedNamedStyles> ? suggestedNamedStylesChanges}) - DocumentTab.fromJson(Map json_)
Properties
- body ↔ Body?
-
The main body of the document tab.
getter/setter pair
- documentStyle ↔ DocumentStyle?
-
The style of the document tab.
getter/setter pair
-
The footers in the document tab, keyed by footer ID.
getter/setter pair
-
footnotes
↔ Map<
String, Footnote> ? -
The footnotes in the document tab, keyed by footnote ID.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
headers
↔ Map<
String, Header> ? -
The headers in the document tab, keyed by header ID.
getter/setter pair
-
inlineObjects
↔ Map<
String, InlineObject> ? -
The inline objects in the document tab, keyed by object ID.
getter/setter pair
-
lists
↔ Map<
String, List> ? -
The lists in the document tab, keyed by list ID.
getter/setter pair
-
namedRanges
↔ Map<
String, NamedRanges> ? -
The named ranges in the document tab, keyed by name.
getter/setter pair
- namedStyles ↔ NamedStyles?
-
The named styles of the document tab.
getter/setter pair
-
positionedObjects
↔ Map<
String, PositionedObject> ? -
The positioned objects in the document tab, keyed by object ID.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
suggestedDocumentStyleChanges
↔ Map<
String, SuggestedDocumentStyle> ? -
The suggested changes to the style of the document tab, keyed by
suggestion ID.
getter/setter pair
-
suggestedNamedStylesChanges
↔ Map<
String, SuggestedNamedStyles> ? -
The suggested changes to the named styles of the document tab, keyed by
suggestion ID.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited