public class CTBlipFillProperties extends 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>
| Modifier and Type | Field and Description |
|---|---|
protected CTBlip |
blip |
protected Long |
dpi |
protected Boolean |
rotWithShape |
protected CTRelativeRect |
srcRect |
protected CTStretchInfoProperties |
stretch |
protected CTTileInfoProperties |
tile |
| Constructor and Description |
|---|
CTBlipFillProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
CTBlip |
getBlip()
Gets the value of the blip property.
|
Long |
getDpi()
Gets the value of the dpi property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTRelativeRect |
getSrcRect()
Gets the value of the srcRect property.
|
CTStretchInfoProperties |
getStretch()
Gets the value of the stretch property.
|
CTTileInfoProperties |
getTile()
Gets the value of the tile property.
|
Boolean |
isRotWithShape()
Gets the value of the rotWithShape property.
|
void |
setBlip(CTBlip value)
Sets the value of the blip property.
|
void |
setDpi(Long value)
Sets the value of the dpi property.
|
void |
setParent(Object parent) |
void |
setRotWithShape(Boolean value)
Sets the value of the rotWithShape property.
|
void |
setSrcRect(CTRelativeRect value)
Sets the value of the srcRect property.
|
void |
setStretch(CTStretchInfoProperties value)
Sets the value of the stretch property.
|
void |
setTile(CTTileInfoProperties value)
Sets the value of the tile property.
|
protected CTBlip blip
protected CTRelativeRect srcRect
protected CTTileInfoProperties tile
protected CTStretchInfoProperties stretch
protected Long dpi
protected Boolean rotWithShape
public CTBlip getBlip()
CTBlippublic void setBlip(CTBlip value)
value - allowed object is
CTBlippublic CTRelativeRect getSrcRect()
CTRelativeRectpublic void setSrcRect(CTRelativeRect value)
value - allowed object is
CTRelativeRectpublic CTTileInfoProperties getTile()
CTTileInfoPropertiespublic void setTile(CTTileInfoProperties value)
value - allowed object is
CTTileInfoPropertiespublic CTStretchInfoProperties getStretch()
CTStretchInfoPropertiespublic void setStretch(CTStretchInfoProperties value)
value - allowed object is
CTStretchInfoPropertiespublic void setDpi(Long value)
value - allowed object is
Longpublic Boolean isRotWithShape()
Booleanpublic void setRotWithShape(Boolean value)
value - allowed object is
Booleanpublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2021. All Rights Reserved.