Class CTSkew

java.lang.Object
org.docx4j.vml.officedrawing.CTSkew
All Implemented Interfaces:
Child

public class CTSkew extends Object implements Child

Java class for CT_Skew complex type.

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

 <complexType name="CT_Skew">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attGroup ref="{urn:schemas-microsoft-com:vml}AG_Ext"/>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="on" type="{urn:schemas-microsoft-com:office:office}ST_TrueFalse" />
       <attribute name="offset" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="origin" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="matrix" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CTSkew

      public CTSkew()
  • Method Details

    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • getOn

      public STTrueFalse getOn()
      Gets the value of the on property.
      Returns:
      possible object is STTrueFalse
    • setOn

      public void setOn(STTrueFalse value)
      Sets the value of the on property.
      Parameters:
      value - allowed object is STTrueFalse
    • getOffset

      public String getOffset()
      Gets the value of the offset property.
      Returns:
      possible object is String
    • setOffset

      public void setOffset(String value)
      Sets the value of the offset property.
      Parameters:
      value - allowed object is String
    • getOrigin

      public String getOrigin()
      Gets the value of the origin property.
      Returns:
      possible object is String
    • setOrigin

      public void setOrigin(String value)
      Sets the value of the origin property.
      Parameters:
      value - allowed object is String
    • getMatrix

      public String getMatrix()
      Gets the value of the matrix property.
      Returns:
      possible object is String
    • setMatrix

      public void setMatrix(String value)
      Sets the value of the matrix property.
      Parameters:
      value - allowed object is String
    • getExt

      public STExt getExt()
      Gets the value of the ext property.
      Returns:
      possible object is STExt
    • setExt

      public void setExt(STExt value)
      Sets the value of the ext property.
      Parameters:
      value - allowed object is STExt
    • getParent

      public 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(Object parent)
      Specified by:
      setParent in interface Child
    • 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.
      Parameters:
      parent - The parent object in the object tree.
      unmarshaller - The unmarshaller that generated the instance.