w:footnotePr
Section-Wide Footnote Properties
Element information
Namespace: http://schemas.openxmlformats.org/wordprocessingml/2006/main
Schema document: wml.xsd
Other elements with the same name: w:footnotePr
Type: w:CT_FtnProps
Properties: Local, Qualified
Content
- Sequence [1..1]
- w:pos [0..1] Footnote Placement
- w:numFmt [0..1] Footnote Numbering Format
- Sequence [0..1]
- w:numStart [0..1] Footnote and Endnote Numbering Starting Value
- w:numRestart [0..1] Footnote and Endnote Numbering Restart Location
from group w:EG_FtnEdnNumProps
Attributes
None
Used in
- Group w:EG_SectPrContents
- Type w:CT_SectPrBase via reference to w:EG_SectPrContents (Element w:sectPr)
- Type w:CT_SectPr via reference to w:EG_SectPrContents (Elements w:sectPr, w:sectPr)
Sample instance
<w:footnotePr> <w:pos w:val="pageBottom"/> <w:numFmt w:val="decimal"/> <w:numStart w:val="1"/> <w:numRestart w:val="continuous"/> </w:footnotePr>