<pgNumType>
(Page Numbering Settings)
This element specifies the page numbering settings for all page numbers that appear in the contents of the current section.
<w:sectPr> … <w:pgNumType w:start="25"/> </w:sectPr>
The <pgNumType>
element specifies that numbering on this section shall start from page number 25
. ]
Attributes |
Description |
---|---|
|
Specifies the separator character that shall appear between the chapter and page number, if a chapter style has been set for page numbers in this section. If the <w:pgNumType w:chapSep="colon" chapStyle="1" /> The The possible values for this attribute are defined by the ST_ChapterSep simple type (§2.18.9). |
|
Specifies the one-based index of the heading style applied to chapter titles in the document which shall be used as chapter headings in all page numbers for this section, by locating the nearest heading of that style and extracting the numbering information. If the specified heading style does not exist in the current section, or does not have a numbering format, then any previous level heading format shall be used as needed as the specified chapter number. If no heading has numbering information and/or is used in the section, then the chapter and chapter separator shall be omitted from the page numbering data. This means that for each page number in this section, the numbering value of the nearest Heading 1 style is used for the chapter value, and is followed by a dash, then the page n umber in that section. ] The possible values for this attribute are defined by the ST_DecimalNumber simple type (§2.18.16). |
|
Specifies the number format that shall be used for all page numbering in this section. The possible values for this attribute are defined by the ST_NumberFormat simple type (§2.18.66). |
|
Specifies the page number that appears on the first page of the section. If this value is omitted, numbering will continue from the highest page number in the previous section. <w:pgNumType w:fmt="2"/> Because the This means that if the previous section ended in page The possible values for this attribute are defined by the ST_DecimalNumber simple type (§2.18.16). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_PageNumber">
<attribute name="fmt" type="ST_NumberFormat" use="optional"/>
<attribute name="start" type="ST_DecimalNumber" use="optional"/>
<attribute name="chapStyle" type="ST_DecimalNumber" use="optional"/>
<attribute name="chapSep" type="ST_ChapterSep" use="optional"/>
</complexType>