docx
    Preparing search index...

    Class ParagraphProperties

    Represents paragraph properties (pPr) in a WordprocessingML document.

    The paragraph properties element specifies all formatting applied to a paragraph, including alignment, spacing, indentation, borders, numbering, and style references.

    Reference: http://officeopenxml.com/WPparagraphProperties.php

    <xsd:complexType name="CT_PPr">
    <xsd:complexContent>
    <xsd:extension base="CT_PPrBase">
    <xsd:sequence>
    <xsd:element name="rPr" type="CT_ParaRPr" minOccurs="0"/>
    <xsd:element name="sectPr" type="CT_SectPr" minOccurs="0"/>
    <xsd:element name="pPrChange" type="CT_PPrChange" minOccurs="0"/>
    </xsd:sequence>
    </xsd:extension>
    </xsd:complexContent>
    </xsd:complexType>

    Hierarchy (View Summary)

    Index

    Constructors

    Methods