w:sectPr
Document Final Section Properties
Element information
Namespace: http://schemas.openxmlformats.org/wordprocessingml/2006/main
Schema document: wml.xsd
Type: w:CT_SectPr
Properties: Local, Qualified
Content
- Sequence [1..1]
- Choice [0..6]
- w:headerReference [0..1] Header Reference
- w:footerReference [0..1] Footer Reference
- Sequence [0..1]
- w:footnotePr [0..1] Section-Wide Footnote Properties
- w:endnotePr [0..1] Section-Wide Endnote Properties
- w:type [0..1] Section Type
- w:pgSz [0..1] Page Size
- w:pgMar [0..1] Page Margins
- w:paperSrc [0..1] Paper Source Information
- w:pgBorders [0..1] Page Borders
- w:lnNumType [0..1] Line Numbering Settings
- w:pgNumType [0..1] Page Numbering Settings
- w:cols [0..1] Column Definitions
- w:formProt [0..1] Only Allow Editing of Form Fields
- w:vAlign [0..1] Vertical Text Alignment on Page
- w:noEndnote [0..1] Suppress Endnotes In Document
- w:titlePg [0..1] Different First Page Headers and Footers
- w:textDirection [0..1] Text Flow Direction
- w:bidi [0..1] Right to Left Section Layout
- w:rtlGutter [0..1] Gutter on Right Side of Page
- w:docGrid [0..1] Document Grid
- w:printerSettings [0..1] Reference to Printer Settings Data
- w:sectPrChange [0..1] Revision Information for Section Properties
from group w:EG_HdrFtrReferencesfrom group w:EG_SectPrContents - Choice [0..6]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
w:rsidRPr | [0..1] | w:ST_LongHexNumber | Physical Section Mark Character Revision ID | from group w:AG_SectPrAttributes |
w:rsidDel | [0..1] | w:ST_LongHexNumber | Section Deletion Revision ID | from group w:AG_SectPrAttributes |
w:rsidR | [0..1] | w:ST_LongHexNumber | Section Addition Revision ID | from group w:AG_SectPrAttributes |
w:rsidSect | [0..1] | w:ST_LongHexNumber | Section Properties Revision ID | from group w:AG_SectPrAttributes |
Used in
- Type w:CT_Body (Elements w:docPartBody, w:body)
Sample instance
<w:sectPr> <w:headerReference r:id="string" w:type="even"/> <w:footnotePr> <w:pos w:val="pageBottom"/> <w:numFmt w:val="decimal"/> <w:numStart w:val="1"/> <w:numRestart w:val="continuous"/> </w:footnotePr> <w:endnotePr> <w:pos w:val="sectEnd"/> <w:numFmt w:val="decimal"/> <w:numStart w:val="1"/> <w:numRestart w:val="continuous"/> </w:endnotePr> <w:type/> <w:pgSz/> <w:pgMar w:top="1" w:right="1" w:bottom="1" w:left="1" w:header="1" w:footer="1" w:gutter="1"/> <w:paperSrc/> <w:pgBorders> <w:top w:val="nil"/> <w:left w:val="nil"/> <w:bottom w:val="nil"/> <w:right w:val="nil"/> </w:pgBorders> <w:lnNumType/> <w:pgNumType/> <w:cols> <w:col/> </w:cols> <w:formProt/> <w:vAlign w:val="top"/> <w:noEndnote/> <w:titlePg/> <w:textDirection w:val="lrTb"/> <w:bidi/> <w:rtlGutter/> <w:docGrid/> <w:printerSettings r:id="string"/> <w:sectPrChange w:id="1" w:author="string"> <w:sectPr> <w:footnotePr>... </w:footnotePr> <w:endnotePr>... </w:endnotePr> <w:type/> <w:pgSz/> <w:pgMar w:top="1" w:right="1" w:bottom="1" w:left="1" w:header="1" w:footer="1" w:gutter="1"/> <w:paperSrc/> <w:pgBorders>... </w:pgBorders> <w:lnNumType/> <w:pgNumType/> <w:cols>... </w:cols> <w:formProt/> <w:vAlign w:val="top"/> <w:noEndnote/> <w:titlePg/> <w:textDirection w:val="lrTb"/> <w:bidi/> <w:rtlGutter/> <w:docGrid/> <w:printerSettings r:id="string"/> </w:sectPr> </w:sectPrChange> </w:sectPr>