DocumentTab constructor

DocumentTab({
  1. Body? body,
  2. DocumentStyle? documentStyle,
  3. Map<String, Footer>? footers,
  4. Map<String, Footnote>? footnotes,
  5. Map<String, Header>? headers,
  6. Map<String, InlineObject>? inlineObjects,
  7. Map<String, List>? lists,
  8. Map<String, NamedRanges>? namedRanges,
  9. NamedStyles? namedStyles,
  10. Map<String, PositionedObject>? positionedObjects,
  11. Map<String, SuggestedDocumentStyle>? suggestedDocumentStyleChanges,
  12. 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,
});