numeral_format property
FixedPageSaveOptions.numeral_format property
Gets or sets NumeralFormat used for rendering of numerals. European numerals are used by default.
@property
def numeral_format(self) -> aspose.words.saving.NumeralFormat:
...
@numeral_format.setter
def numeral_format(self, value: aspose.words.saving.NumeralFormat):
...
Remarks
If the value of this property is changed and page layout is already built then Document.update_page_layout() is invoked automatically to update any changes.
See Also
- module aspose.words.saving
- class FixedPageSaveOptions