docx
    Preparing search index...

    Class SectionProperties

    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>

    Hierarchy (View Summary)

    Index

    Constructors

    Methods