numeralFormat property

Implementation

FixedPageSaveOptionsData_NumeralFormatEnum? get numeralFormat =>
    _numeralFormat;
void numeralFormat=(FixedPageSaveOptionsData_NumeralFormatEnum? val)

Implementation

set numeralFormat(FixedPageSaveOptionsData_NumeralFormatEnum? val) =>
    _numeralFormat = val;