Represents section properties (sectPr) in a WordprocessingML document.
Section properties define the page layout for a section of the document, including page size, margins, headers/footers, columns, and page numbering.
Reference: http://officeopenxml.com/WPsection.php
<xsd:complexType name="CT_SectPr"> <xsd:sequence> <xsd:group ref="EG_HdrFtrReferences" minOccurs="0" maxOccurs="6"/> <xsd:group ref="EG_SectPrContents" minOccurs="0"/> <xsd:element name="sectPrChange" type="CT_SectPrChange" minOccurs="0"/> </xsd:sequence> <xsd:attributeGroup ref="AG_SectPrAttributes"/></xsd:complexType> Copy
<xsd:complexType name="CT_SectPr"> <xsd:sequence> <xsd:group ref="EG_HdrFtrReferences" minOccurs="0" maxOccurs="6"/> <xsd:group ref="EG_SectPrContents" minOccurs="0"/> <xsd:element name="sectPrChange" type="CT_SectPrChange" minOccurs="0"/> </xsd:sequence> <xsd:attributeGroup ref="AG_SectPrAttributes"/></xsd:complexType>
Do not use this method. It is only used internally by the library. It will be removed in a future version.
Represents section properties (sectPr) in a WordprocessingML document.
Section properties define the page layout for a section of the document, including page size, margins, headers/footers, columns, and page numbering.
Reference: http://officeopenxml.com/WPsection.php
XSD Schema