DocumentTab constructor
DocumentTab({
- 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,
Implementation
DocumentTab({
this.body,
this.documentStyle,
this.footers,
this.footnotes,
this.headers,
this.inlineObjects,
this.lists,
this.namedRanges,
this.namedStyles,
this.positionedObjects,
this.suggestedDocumentStyleChanges,
this.suggestedNamedStylesChanges,
});