Class TcPr

All Implemented Interfaces:
Child

public class TcPr extends TcPrInner

Java class for CT_TcPr complex type.

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

 <complexType name="CT_TcPr">
   <complexContent>
     <extension base="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TcPrInner">
       <sequence>
         <element name="tcPrChange" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_TcPrChange" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • TcPr

      public TcPr()
  • Method Details

    • getTcPrChange

      public CTTcPrChange getTcPrChange()
      Gets the value of the tcPrChange property.
      Returns:
      possible object is CTTcPrChange
    • setTcPrChange

      public void setTcPrChange(CTTcPrChange value)
      Sets the value of the tcPrChange property.
      Parameters:
      value - allowed object is CTTcPrChange
    • 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 TcPrInner
      Parameters:
      parent - The parent object in the object tree.
      unmarshaller - The unmarshaller that generated the instance.