DocumentStyle constructor
DocumentStyle({
- Background? background,
- String? defaultHeaderId,
- DocumentFormat? documentFormat,
- String? evenPageHeaderId,
- String? firstPageHeaderId,
- bool? flipPageOrientation,
- Dimension? marginBottom,
- Dimension? marginHeader,
- Dimension? marginLeft,
- Dimension? marginRight,
- Dimension? marginTop,
- int? pageNumberStart,
- Size? pageSize,
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,
});