printingFormat property
Either SINGLE_SIDED or TWO_SIDED.
Implementation
TextFieldWrapper get printingFormat => document
.fieldByTypeName("PrintingFormat")!
.let((field) => TextFieldWrapper(field));
Either SINGLE_SIDED or TWO_SIDED.
TextFieldWrapper get printingFormat => document
.fieldByTypeName("PrintingFormat")!
.let((field) => TextFieldWrapper(field));