Class CTPath2DArcTo

java.lang.Object
org.docx4j.dml.CTPath2DArcTo
All Implemented Interfaces:
Child

public class CTPath2DArcTo
extends java.lang.Object
implements Child

Java class for CT_Path2DArcTo complex type.

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

 <complexType name="CT_Path2DArcTo">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="wR" use="required" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_AdjCoordinate" />
       <attribute name="hR" use="required" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_AdjCoordinate" />
       <attribute name="stAng" use="required" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_AdjAngle" />
       <attribute name="swAng" use="required" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_AdjAngle" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Summary

    Fields
    Modifier and Type Field Description
    protected java.lang.String hr  
    protected java.lang.String stAng  
    protected java.lang.String swAng  
    protected java.lang.String wr  
  • Constructor Summary

    Constructors
    Constructor Description
    CTPath2DArcTo()  
  • Method Summary

    Modifier and Type Method Description
    void afterUnmarshal​(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)
    This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
    java.lang.String getHR()
    Gets the value of the hr property.
    java.lang.Object getParent()
    Gets the parent object in the object tree representing the unmarshalled xml document.
    java.lang.String getStAng()
    Gets the value of the stAng property.
    java.lang.String getSwAng()
    Gets the value of the swAng property.
    java.lang.String getWR()
    Gets the value of the wr property.
    void setHR​(java.lang.String value)
    Sets the value of the hr property.
    void setParent​(java.lang.Object parent)  
    void setStAng​(java.lang.String value)
    Sets the value of the stAng property.
    void setSwAng​(java.lang.String value)
    Sets the value of the swAng property.
    void setWR​(java.lang.String value)
    Sets the value of the wr property.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • wr

      protected java.lang.String wr
    • hr

      protected java.lang.String hr
    • stAng

      protected java.lang.String stAng
    • swAng

      protected java.lang.String swAng
  • Constructor Details

    • CTPath2DArcTo

      public CTPath2DArcTo()
  • Method Details

    • getWR

      public java.lang.String getWR()
      Gets the value of the wr property.
      Returns:
      possible object is String
    • setWR

      public void setWR​(java.lang.String value)
      Sets the value of the wr property.
      Parameters:
      value - allowed object is String
    • getHR

      public java.lang.String getHR()
      Gets the value of the hr property.
      Returns:
      possible object is String
    • setHR

      public void setHR​(java.lang.String value)
      Sets the value of the hr property.
      Parameters:
      value - allowed object is String
    • getStAng

      public java.lang.String getStAng()
      Gets the value of the stAng property.
      Returns:
      possible object is String
    • setStAng

      public void setStAng​(java.lang.String value)
      Sets the value of the stAng property.
      Parameters:
      value - allowed object is String
    • getSwAng

      public java.lang.String getSwAng()
      Gets the value of the swAng property.
      Returns:
      possible object is String
    • setSwAng

      public void setSwAng​(java.lang.String value)
      Sets the value of the swAng property.
      Parameters:
      value - allowed object is String
    • getParent

      public java.lang.Object getParent()
      Gets the parent object in the object tree representing the unmarshalled xml document.
      Specified by:
      getParent in interface Child
      Returns:
      The parent object.
    • setParent

      public void setParent​(java.lang.Object parent)
      Specified by:
      setParent in interface Child
    • afterUnmarshal

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