public class CTBlipFillProperties extends Object
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 |
---|---|
CTBlip |
getBlip()
Gets the value of the blip property.
|
Long |
getDpi()
Gets the value of the dpi property.
|
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 |
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()
CTBlip
public void setBlip(CTBlip value)
value
- allowed object is
CTBlip
public CTRelativeRect getSrcRect()
CTRelativeRect
public void setSrcRect(CTRelativeRect value)
value
- allowed object is
CTRelativeRect
public CTTileInfoProperties getTile()
CTTileInfoProperties
public void setTile(CTTileInfoProperties value)
value
- allowed object is
CTTileInfoProperties
public CTStretchInfoProperties getStretch()
CTStretchInfoProperties
public void setStretch(CTStretchInfoProperties value)
value
- allowed object is
CTStretchInfoProperties
public void setDpi(Long value)
value
- allowed object is
Long
public Boolean isRotWithShape()
Boolean
Copyright © 2007-2018. All Rights Reserved.