[Table of Contents] [docx version]
WordprocessingML Reference Material - Table of Contents
sectPr (Section Properties)
This element defines the section properties for the a section of the document. [Note: For the last section in the document, the section properties are stored as a child element of the body element. end note]
[Example: Consider a document with multiple sections. For all sections except the final section, the sectPr element is stored as a child element of the last paragraph in the section, as follows:
<w:pPr>
<w:sectPr>
(final section's properties)
</w:sectPr>
</w:pPr>
…
</w:p>
…
<w:sectPr>
(final section's properties)
</w:sectPr>
</w:body>
end example]
Parent Elements |
pPr (§2.7.4.2); pPr (§2.9.24); pPr (§2.7.5.1); pPr (§2.3.1.26); pPr (§2.7.7.2) |
Child Elements |
Subclause |
bidi (Right to Left Section Layout) |
§2.6.1 |
cols (Column Definitions) |
§2.6.4 |
docGrid (Document Grid) |
§2.6.5 |
endnotePr (Section-Wide Endnote Properties) |
§2.11.5 |
footerReference (Footer Reference) |
§2.10.2 |
footnotePr (Section-Wide Footnote Properties) |
§2.11.12 |
formProt (Only Allow Editing of Form Fields) |
§2.6.6 |
headerReference (Header Reference) |
§2.10.5 |
§2.6.8 | |
noEndnote (Suppress Endnotes In Document) |
§2.11.16 |
paperSrc (Paper Source Information) |
§2.6.9 |
pgBorders (Page Borders) |
§2.6.10 |
pgMar (Page Margins) |
§2.6.11 |
§2.6.12 | |
pgSz (Page Size) |
§2.6.13 |
printerSettings (Reference to Printer Settings Data) |
§2.6.14 |
rtlGutter (Gutter on Right Side of Page) |
§2.6.16 |
sectPrChange (Revision Information for Section Properties) |
§2.13.5.34 |
textDirection (Text Flow Direction) |
§2.6.20 |
titlePg (Different First Page Headers and Footers) |
§2.10.6 |
type (Section Type) |
§2.6.22 |
vAlign (Vertical Text Alignment on Page) |
§2.6.23 |
Attributes |
Description |
rsidDel (Section Deletion Revision ID) |
Specifies a unique identifier used to track the editing session when the section mark for this section was deleted from the document.
All rsid* attributes throughout this document of an equal value, if present, shall indicate that those regions were modified during the same editing session.
A producer may choose to increment the revision save ID value to indicate subsequent editing sessions (editing between save actions) to indicate the order of the saves performed.
The possible values for this attribute are defined by the ST_LongHexNumber simple type (§2.18.57). |
rsidR (Section Addition Revision ID) |
Specifies a unique identifier used to track the editing session when the section mark for this section was added to the document.
All rsid* attributes throughout this document of an equal value, if present, shall indicate that those regions were modified during the same editing session.
A producer may choose to increment the revision save ID value to indicate subsequent editing sessions (editing between save actions) to indicate the order of the saves performed.
The possible values for this attribute are defined by the ST_LongHexNumber simple type (§2.18.57). |
rsidRPr (Physical Section Mark Character Revision ID) |
Specifies a unique identifier used to track the editing session when the physical character representing this section mark was last formatted.
All rsid* attributes throughout this document of an equal value, if present, shall indicate that those regions were modified during the same editing session.
A producer may choose to increment the revision save ID value to indicate subsequent editing sessions (editing between save actions) to indicate the order of the saves performed.
The possible values for this attribute are defined by the ST_LongHexNumber simple type (§2.18.57). |
rsidSect (Section Properties Revision ID) |
Specifies a unique identifier used to track the editing session when the physical character representing this section mark was last formatted.
All rsid* attributes throughout this document of an equal value, if present, shall indicate that those regions were modified during the same editing session.
A producer may choose to increment the revision save ID value to indicate subsequent editing sessions (editing between save actions) to indicate the order of the saves performed.
The possible values for this attribute are defined by the ST_LongHexNumber simple type (§2.18.57). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_SectPr">
<sequence>
<group ref="EG_HdrFtrReferences" minOccurs="0" maxOccurs="6"/>
<group ref="EG_SectPrContents" minOccurs="0"/>
<element name="sectPrChange" type="CT_SectPrChange" minOccurs="0"/>
</sequence>
<attributeGroup ref="AG_SectPrAttributes"/>
</complexType>