FootnoteColumns class
Defines the FootnoteColumns Class.This class is only available in Office2013. When the object is serialized out as xml, its qualified name is w15:footnoteColumns.
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlLeafElement
DocumentFormat.OpenXml.Office2013.Word.FootnoteColumns
Namespace: DocumentFormat.OpenXml.Office2013.Word
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
2.3.39 footnoteColumns
Target namespace: http://schemas.microsoft.com/office/word/2012/wordml
The footnoteColumns global element<26> is a CT_DecimalNumber (as specified by [ISO/IEC-29500-1] section A.1) element that, when added to a document section (sectPR element), specifies the formatting of the footnotes area of the page containing that section. If the element exists and is non-zero, then the footnotes area is formatted with the number of columns specified. If the element does not exist, or is zero, then the footnotes area of the page is formatted with a number of columns based on the number of columns on the displayed page.
The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.
<xsd:element name="footnoteColumns" type="w12:CT_DecimalNumber"/>
See section 5.2 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).