w:footnotePr
Document-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_FtnDocProps
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
- w:footnote [0..3] Special Footnote List
from type w:CT_FtnPropsfrom group w:EG_FtnEdnNumProps
Attributes
None
Used in
- Type w:CT_Settings (Element w:settings)
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:footnote w:id="1"/> </w:footnotePr>