Merge pull request #596 from SpringMT/master

feat: Add decimalFullWidth numbering type
This commit is contained in:
Dolan
2020-08-01 17:25:12 +01:00
committed by GitHub

View File

@ -14,6 +14,7 @@ export enum PageNumberFormat {
ORDINAL_TEXT = "ordinalText", ORDINAL_TEXT = "ordinalText",
UPPER_LETTER = "upperLetter", UPPER_LETTER = "upperLetter",
UPPER_ROMAN = "upperRoman", UPPER_ROMAN = "upperRoman",
DECIMAL_FULL_WIDTH = "decimalFullWidth",
} }
export interface IPageNumberTypeAttributes { export interface IPageNumberTypeAttributes {