DocumentStyle constructor

DocumentStyle({
  1. Background? background,
  2. String? defaultFooterId,
  3. String? defaultHeaderId,
  4. DocumentFormat? documentFormat,
  5. String? evenPageFooterId,
  6. String? evenPageHeaderId,
  7. String? firstPageFooterId,
  8. String? firstPageHeaderId,
  9. bool? flipPageOrientation,
  10. Dimension? marginBottom,
  11. Dimension? marginFooter,
  12. Dimension? marginHeader,
  13. Dimension? marginLeft,
  14. Dimension? marginRight,
  15. Dimension? marginTop,
  16. int? pageNumberStart,
  17. Size? pageSize,
  18. bool? useCustomHeaderFooterMargins,
  19. bool? useEvenPageHeaderFooter,
  20. bool? useFirstPageHeaderFooter,
})

Implementation

DocumentStyle({
  this.background,
  this.defaultFooterId,
  this.defaultHeaderId,
  this.documentFormat,
  this.evenPageFooterId,
  this.evenPageHeaderId,
  this.firstPageFooterId,
  this.firstPageHeaderId,
  this.flipPageOrientation,
  this.marginBottom,
  this.marginFooter,
  this.marginHeader,
  this.marginLeft,
  this.marginRight,
  this.marginTop,
  this.pageNumberStart,
  this.pageSize,
  this.useCustomHeaderFooterMargins,
  this.useEvenPageHeaderFooter,
  this.useFirstPageHeaderFooter,
});