Class CTEffectExtent

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

public class CTEffectExtent extends Object implements Child

Java class for CT_EffectExtent complex type.

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

 <complexType name="CT_EffectExtent">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="l" use="required" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_Coordinate" />
       <attribute name="t" use="required" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_Coordinate" />
       <attribute name="r" use="required" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_Coordinate" />
       <attribute name="b" use="required" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_Coordinate" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected long
     
    protected long
     
    protected long
     
    protected long
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent)
    This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
    long
    Gets the value of the b property.
    long
    Gets the value of the l property.
    Gets the parent object in the object tree representing the unmarshalled xml document.
    long
    Gets the value of the r property.
    long
    Gets the value of the t property.
    void
    setB(long value)
    Sets the value of the b property.
    void
    setL(long value)
    Sets the value of the l property.
    void
    setParent(Object parent)
     
    void
    setR(long value)
    Sets the value of the r property.
    void
    setT(long value)
    Sets the value of the t property.

    Methods inherited from class java.lang.Object

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

    • l

      protected long l
    • t

      protected long t
    • r

      protected long r
    • b

      protected long b
  • Constructor Details

    • CTEffectExtent

      public CTEffectExtent()
  • Method Details

    • getL

      public long getL()
      Gets the value of the l property.
    • setL

      public void setL(long value)
      Sets the value of the l property.
    • getT

      public long getT()
      Gets the value of the t property.
    • setT

      public void setT(long value)
      Sets the value of the t property.
    • getR

      public long getR()
      Gets the value of the r property.
    • setR

      public void setR(long value)
      Sets the value of the r property.
    • getB

      public long getB()
      Gets the value of the b property.
    • setB

      public void setB(long value)
      Sets the value of the b property.
    • 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.