Package org.docx4j.dml
Class CTBlipFillProperties
java.lang.Object
org.docx4j.dml.CTBlipFillProperties
- All Implemented Interfaces:
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
FieldsModifier and TypeFieldDescriptionprotected CTBlipprotected Longprotected Booleanprotected CTRelativeRectprotected CTStretchInfoPropertiesprotected CTTileInfoProperties -
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.getBlip()Gets the value of the blip property.getDpi()Gets the value of the dpi property.Gets the parent object in the object tree representing the unmarshalled xml document.Gets the value of the srcRect property.Gets the value of the stretch property.getTile()Gets the value of the tile property.Gets the value of the rotWithShape property.voidSets the value of the blip property.voidSets the value of the dpi property.voidvoidsetRotWithShape(Boolean value) Sets the value of the rotWithShape property.voidsetSrcRect(CTRelativeRect value) Sets the value of the srcRect property.voidSets the value of the stretch property.voidsetTile(CTTileInfoProperties value) Sets the value of the tile property.
-
Field Details
-
blip
-
srcRect
-
tile
-
stretch
-
dpi
-
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
Gets the value of the dpi property.- Returns:
- possible object is
Long
-
setDpi
Sets the value of the dpi property.- Parameters:
value- allowed object isLong
-
isRotWithShape
Gets the value of the rotWithShape property.- Returns:
- possible object is
Boolean
-
setRotWithShape
Sets the value of the rotWithShape property.- Parameters:
value- allowed object isBoolean
-
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.
-