Package org.docx4j.dml
Class CTTileInfoProperties
java.lang.Object
org.docx4j.dml.CTTileInfoProperties
- All Implemented Interfaces:
Child
public class CTTileInfoProperties extends java.lang.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 Summary
Fields Modifier and Type Field Description protected STRectAlignmentalgnprotected STTileFlipModeflipprotected java.lang.Integersxprotected java.lang.Integersyprotected java.lang.Longtxprotected java.lang.Longty -
Constructor Summary
Constructors Constructor Description CTTileInfoProperties() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.STRectAlignmentgetAlgn()Gets the value of the algn property.STTileFlipModegetFlip()Gets the value of the flip property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.java.lang.IntegergetSx()Gets the value of the sx property.java.lang.IntegergetSy()Gets the value of the sy property.java.lang.LonggetTx()Gets the value of the tx property.java.lang.LonggetTy()Gets the value of the ty property.voidsetAlgn(STRectAlignment value)Sets the value of the algn property.voidsetFlip(STTileFlipMode value)Sets the value of the flip property.voidsetParent(java.lang.Object parent)voidsetSx(java.lang.Integer value)Sets the value of the sx property.voidsetSy(java.lang.Integer value)Sets the value of the sy property.voidsetTx(java.lang.Long value)Sets the value of the tx property.voidsetTy(java.lang.Long value)Sets the value of the ty property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
tx
protected java.lang.Long tx -
ty
protected java.lang.Long ty -
sx
protected java.lang.Integer sx -
sy
protected java.lang.Integer sy -
flip
-
algn
-
-
Constructor Details
-
CTTileInfoProperties
public CTTileInfoProperties()
-
-
Method Details
-
getTx
public java.lang.Long getTx()Gets the value of the tx property.- Returns:
- possible object is
Long
-
setTx
public void setTx(java.lang.Long value)Sets the value of the tx property.- Parameters:
value- allowed object isLong
-
getTy
public java.lang.Long getTy()Gets the value of the ty property.- Returns:
- possible object is
Long
-
setTy
public void setTy(java.lang.Long value)Sets the value of the ty property.- Parameters:
value- allowed object isLong
-
getSx
public java.lang.Integer getSx()Gets the value of the sx property.- Returns:
- possible object is
Integer
-
setSx
public void setSx(java.lang.Integer value)Sets the value of the sx property.- Parameters:
value- allowed object isInteger
-
getSy
public java.lang.Integer getSy()Gets the value of the sy property.- Returns:
- possible object is
Integer
-
setSy
public void setSy(java.lang.Integer value)Sets the value of the sy property.- Parameters:
value- allowed object isInteger
-
getFlip
Gets the value of the flip property.- Returns:
- possible object is
STTileFlipMode
-
setFlip
Sets the value of the flip property.- Parameters:
value- allowed object isSTTileFlipMode
-
getAlgn
Gets the value of the algn property.- Returns:
- possible object is
STRectAlignment
-
setAlgn
Sets the value of the algn property.- Parameters:
value- allowed object isSTRectAlignment
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
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.
-