Package org.docx4j.dml
Class CTBlipFillProperties
java.lang.Object
org.docx4j.dml.CTBlipFillProperties
- All Implemented Interfaces:
Child
public class CTBlipFillProperties extends java.lang.Object implements Child
Java class for CT_BlipFillProperties complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_BlipFillProperties">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="blip" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_Blip" minOccurs="0"/>
<element name="srcRect" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_RelativeRect" minOccurs="0"/>
<group ref="{http://schemas.openxmlformats.org/drawingml/2006/main}EG_FillModeProperties" minOccurs="0"/>
</sequence>
<attribute name="dpi" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="rotWithShape" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields Modifier and Type Field Description protected CTBlipblipprotected java.lang.Longdpiprotected java.lang.BooleanrotWithShapeprotected CTRelativeRectsrcRectprotected CTStretchInfoPropertiesstretchprotected CTTileInfoPropertiestile -
Constructor Summary
Constructors Constructor Description CTBlipFillProperties() -
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.CTBlipgetBlip()Gets the value of the blip property.java.lang.LonggetDpi()Gets the value of the dpi property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.CTRelativeRectgetSrcRect()Gets the value of the srcRect property.CTStretchInfoPropertiesgetStretch()Gets the value of the stretch property.CTTileInfoPropertiesgetTile()Gets the value of the tile property.java.lang.BooleanisRotWithShape()Gets the value of the rotWithShape property.voidsetBlip(CTBlip value)Sets the value of the blip property.voidsetDpi(java.lang.Long value)Sets the value of the dpi property.voidsetParent(java.lang.Object parent)voidsetRotWithShape(java.lang.Boolean value)Sets the value of the rotWithShape property.voidsetSrcRect(CTRelativeRect value)Sets the value of the srcRect property.voidsetStretch(CTStretchInfoProperties value)Sets the value of the stretch property.voidsetTile(CTTileInfoProperties value)Sets the value of the tile property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
blip
-
srcRect
-
tile
-
stretch
-
dpi
protected java.lang.Long dpi -
rotWithShape
protected java.lang.Boolean rotWithShape
-
-
Constructor Details
-
CTBlipFillProperties
public CTBlipFillProperties()
-
-
Method Details
-
getBlip
Gets the value of the blip property.- Returns:
- possible object is
CTBlip
-
setBlip
Sets the value of the blip property.- Parameters:
value- allowed object isCTBlip
-
getSrcRect
Gets the value of the srcRect property.- Returns:
- possible object is
CTRelativeRect
-
setSrcRect
Sets the value of the srcRect property.- Parameters:
value- allowed object isCTRelativeRect
-
getTile
Gets the value of the tile property.- Returns:
- possible object is
CTTileInfoProperties
-
setTile
Sets the value of the tile property.- Parameters:
value- allowed object isCTTileInfoProperties
-
getStretch
Gets the value of the stretch property.- Returns:
- possible object is
CTStretchInfoProperties
-
setStretch
Sets the value of the stretch property.- Parameters:
value- allowed object isCTStretchInfoProperties
-
getDpi
public java.lang.Long getDpi()Gets the value of the dpi property.- Returns:
- possible object is
Long
-
setDpi
public void setDpi(java.lang.Long value)Sets the value of the dpi property.- Parameters:
value- allowed object isLong
-
isRotWithShape
public java.lang.Boolean isRotWithShape()Gets the value of the rotWithShape property.- Returns:
- possible object is
Boolean
-
setRotWithShape
public void setRotWithShape(java.lang.Boolean value)Sets the value of the rotWithShape property.- Parameters:
value- allowed object isBoolean
-
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.
-