Class CTTileInfoProperties

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

public class CTTileInfoProperties extends Object implements Child

Java class for CT_TileInfoProperties complex type.

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

 <complexType name="CT_TileInfoProperties">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="tx" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_Coordinate" />
       <attribute name="ty" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_Coordinate" />
       <attribute name="sx" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_Percentage" />
       <attribute name="sy" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_Percentage" />
       <attribute name="flip" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_TileFlipMode" />
       <attribute name="algn" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_RectAlignment" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CTTileInfoProperties

      public CTTileInfoProperties()
  • Method Details

    • getTx

      public Long getTx()
      Gets the value of the tx property.
      Returns:
      possible object is Long
    • setTx

      public void setTx(Long value)
      Sets the value of the tx property.
      Parameters:
      value - allowed object is Long
    • getTy

      public Long getTy()
      Gets the value of the ty property.
      Returns:
      possible object is Long
    • setTy

      public void setTy(Long value)
      Sets the value of the ty property.
      Parameters:
      value - allowed object is Long
    • getSx

      public Integer getSx()
      Gets the value of the sx property.
      Returns:
      possible object is Integer
    • setSx

      public void setSx(Integer value)
      Sets the value of the sx property.
      Parameters:
      value - allowed object is Integer
    • getSy

      public Integer getSy()
      Gets the value of the sy property.
      Returns:
      possible object is Integer
    • setSy

      public void setSy(Integer value)
      Sets the value of the sy property.
      Parameters:
      value - allowed object is Integer
    • getFlip

      public STTileFlipMode getFlip()
      Gets the value of the flip property.
      Returns:
      possible object is STTileFlipMode
    • setFlip

      public void setFlip(STTileFlipMode value)
      Sets the value of the flip property.
      Parameters:
      value - allowed object is STTileFlipMode
    • getAlgn

      public STRectAlignment getAlgn()
      Gets the value of the algn property.
      Returns:
      possible object is STRectAlignment
    • setAlgn

      public void setAlgn(STRectAlignment value)
      Sets the value of the algn property.
      Parameters:
      value - allowed object is STRectAlignment
    • 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.