Package org.docx4j.dml
Class CTTileInfoProperties
java.lang.Object
org.docx4j.dml.CTTileInfoProperties
- All Implemented Interfaces:
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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.getAlgn()Gets the value of the algn property.getFlip()Gets the value of the flip property.Gets the parent object in the object tree representing the unmarshalled xml document.getSx()Gets the value of the sx property.getSy()Gets the value of the sy property.getTx()Gets the value of the tx property.getTy()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.voidvoidSets the value of the sx property.voidSets the value of the sy property.voidSets the value of the tx property.voidSets the value of the ty property.
-
Field Details
-
tx
-
ty
-
sx
-
sy
-
flip
-
algn
-
-
Constructor Details
-
CTTileInfoProperties
public CTTileInfoProperties()
-
-
Method Details
-
getTx
Gets the value of the tx property.- Returns:
- possible object is
Long
-
setTx
Sets the value of the tx property.- Parameters:
value- allowed object isLong
-
getTy
Gets the value of the ty property.- Returns:
- possible object is
Long
-
setTy
Sets the value of the ty property.- Parameters:
value- allowed object isLong
-
getSx
Gets the value of the sx property.- Returns:
- possible object is
Integer
-
setSx
Sets the value of the sx property.- Parameters:
value- allowed object isInteger
-
getSy
Gets the value of the sy property.- Returns:
- possible object is
Integer
-
setSy
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
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
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.
-