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> Copy
<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>
Optional
Do not use this method. It is only used internally by the library. It will be removed in a future version.
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 Schema