Class CTPolarAdjustHandle

java.lang.Object
org.apache.poi.sl.draw.binding.CTPolarAdjustHandle

public class CTPolarAdjustHandle extends Object

Java class for CT_PolarAdjustHandle complex type.

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

 <complexType name="CT_PolarAdjustHandle">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="pos" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_AdjPoint2D"/>
       </sequence>
       <attribute name="gdRefR" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_GeomGuideName" />
       <attribute name="minR" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_AdjCoordinate" />
       <attribute name="maxR" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_AdjCoordinate" />
       <attribute name="gdRefAng" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_GeomGuideName" />
       <attribute name="minAng" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_AdjAngle" />
       <attribute name="maxAng" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_AdjAngle" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CTPolarAdjustHandle

      public CTPolarAdjustHandle()
  • Method Details

    • getPos

      public CTAdjPoint2D getPos()
      Gets the value of the pos property.
      Returns:
      possible object is CTAdjPoint2D
    • setPos

      public void setPos(CTAdjPoint2D value)
      Sets the value of the pos property.
      Parameters:
      value - allowed object is CTAdjPoint2D
    • isSetPos

      public boolean isSetPos()
    • getGdRefR

      public String getGdRefR()
      Gets the value of the gdRefR property.
      Returns:
      possible object is String
    • setGdRefR

      public void setGdRefR(String value)
      Sets the value of the gdRefR property.
      Parameters:
      value - allowed object is String
    • isSetGdRefR

      public boolean isSetGdRefR()
    • getMinR

      public String getMinR()
      Gets the value of the minR property.
      Returns:
      possible object is String
    • setMinR

      public void setMinR(String value)
      Sets the value of the minR property.
      Parameters:
      value - allowed object is String
    • isSetMinR

      public boolean isSetMinR()
    • getMaxR

      public String getMaxR()
      Gets the value of the maxR property.
      Returns:
      possible object is String
    • setMaxR

      public void setMaxR(String value)
      Sets the value of the maxR property.
      Parameters:
      value - allowed object is String
    • isSetMaxR

      public boolean isSetMaxR()
    • getGdRefAng

      public String getGdRefAng()
      Gets the value of the gdRefAng property.
      Returns:
      possible object is String
    • setGdRefAng

      public void setGdRefAng(String value)
      Sets the value of the gdRefAng property.
      Parameters:
      value - allowed object is String
    • isSetGdRefAng

      public boolean isSetGdRefAng()
    • getMinAng

      public String getMinAng()
      Gets the value of the minAng property.
      Returns:
      possible object is String
    • setMinAng

      public void setMinAng(String value)
      Sets the value of the minAng property.
      Parameters:
      value - allowed object is String
    • isSetMinAng

      public boolean isSetMinAng()
    • getMaxAng

      public String getMaxAng()
      Gets the value of the maxAng property.
      Returns:
      possible object is String
    • setMaxAng

      public void setMaxAng(String value)
      Sets the value of the maxAng property.
      Parameters:
      value - allowed object is String
    • isSetMaxAng

      public boolean isSetMaxAng()