Class PPr

All Implemented Interfaces:
Child

public class PPr extends PPrBase

Java class for CT_PPr complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CT_PPr">
   <complexContent>
     <extension base="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_PPrBase">
       <sequence>
         <element name="rPr" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_ParaRPr" minOccurs="0"/>
         <element name="sectPr" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_SectPr" minOccurs="0"/>
         <element name="pPrChange" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_PPrChange" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • PPr

      public PPr()
  • Method Details

    • getRPr

      public ParaRPr getRPr()
      Gets the value of the rPr property.
      Returns:
      possible object is ParaRPr
    • setRPr

      public void setRPr(ParaRPr value)
      Sets the value of the rPr property.
      Parameters:
      value - allowed object is ParaRPr
    • getSectPr

      public SectPr getSectPr()
      Gets the value of the sectPr property.
      Returns:
      possible object is SectPr
    • setSectPr

      public void setSectPr(SectPr value)
      Sets the value of the sectPr property.
      Parameters:
      value - allowed object is SectPr
    • getPPrChange

      public CTPPrChange getPPrChange()
      Gets the value of the pPrChange property.
      Returns:
      possible object is CTPPrChange
    • setPPrChange

      public void setPPrChange(CTPPrChange value)
      Sets the value of the pPrChange property.
      Parameters:
      value - allowed object is CTPPrChange
    • afterUnmarshal

      public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent)
      This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
      Overrides:
      afterUnmarshal in class PPrBase
      Parameters:
      parent - The parent object in the object tree.
      unmarshaller - The unmarshaller that generated the instance.