feat: Add decimalFullWidth numbering type
This commit is contained in:
@ -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 {
|
||||||
|
Reference in New Issue
Block a user