parent
045e2ffe4e
commit
4987723f27
@ -1,10 +1,18 @@
|
||||
import { IPageNumber } from '../../interface/PageNumber'
|
||||
import { NumberType } from '../enum/Common'
|
||||
import { RowFlex } from '../enum/Row'
|
||||
|
||||
export const FORMAT_PLACEHOLDER = {
|
||||
PAGE_NO: '{pageNo}',
|
||||
PAGE_COUNT: '{pageCount}'
|
||||
}
|
||||
|
||||
export const defaultPageNumberOption: Readonly<Required<IPageNumber>> = {
|
||||
bottom: 60,
|
||||
size: 12,
|
||||
font: 'Yahei',
|
||||
color: '#000000',
|
||||
rowFlex: RowFlex.CENTER
|
||||
rowFlex: RowFlex.CENTER,
|
||||
format: FORMAT_PLACEHOLDER.PAGE_NO,
|
||||
numberType: NumberType.ARABIC
|
||||
}
|
||||
Loading…
Reference in new issue