Package: mlreportgen.dom
Superclasses:
Format page numbers
Specifies the initial value of a page number in a Word page
layout and the type of number, such as roman numerals. Set this property
as a style on a DOCXPageLayout
or a PDFPageLayout
object.
Insert the page number in a page layout object using mlreportgen.dom.Page
to
see the effect of this format.
This object enables you to create compound page numbers in the form [Chapter #]–[Page#] and specify the separator. For an example, see Add Complex Page Numbers in Microsoft Word.
specifies
a numeric page number whose value continues from the previous page.pgnum
= PageNumber()
sets
the initial value to the specified number.pgnum
= PageNumber(number
)
uses
the specified type of number, such as roman numerals.pgnum
= PageNumber(number
,format
)