Interface CTBlipFillProperties
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTBlipFillProperties extends XmlObject
An XML CT_BlipFillProperties(@http://schemas.openxmlformats.org/drawingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTBlipFillProperties.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CTBlipaddNewBlip()Appends and returns a new empty "blip" elementCTRelativeRectaddNewSrcRect()Appends and returns a new empty "srcRect" elementCTStretchInfoPropertiesaddNewStretch()Appends and returns a new empty "stretch" elementCTTileInfoPropertiesaddNewTile()Appends and returns a new empty "tile" elementCTBlipgetBlip()Gets the "blip" elementlonggetDpi()Gets the "dpi" attributebooleangetRotWithShape()Gets the "rotWithShape" attributeCTRelativeRectgetSrcRect()Gets the "srcRect" elementCTStretchInfoPropertiesgetStretch()Gets the "stretch" elementCTTileInfoPropertiesgetTile()Gets the "tile" elementbooleanisSetBlip()True if has "blip" elementbooleanisSetDpi()True if has "dpi" attributebooleanisSetRotWithShape()True if has "rotWithShape" attributebooleanisSetSrcRect()True if has "srcRect" elementbooleanisSetStretch()True if has "stretch" elementbooleanisSetTile()True if has "tile" elementvoidsetBlip(CTBlip blip)Sets the "blip" elementvoidsetDpi(long dpi)Sets the "dpi" attributevoidsetRotWithShape(boolean rotWithShape)Sets the "rotWithShape" attributevoidsetSrcRect(CTRelativeRect srcRect)Sets the "srcRect" elementvoidsetStretch(CTStretchInfoProperties stretch)Sets the "stretch" elementvoidsetTile(CTTileInfoProperties tile)Sets the "tile" elementvoidunsetBlip()Unsets the "blip" elementvoidunsetDpi()Unsets the "dpi" attributevoidunsetRotWithShape()Unsets the "rotWithShape" attributevoidunsetSrcRect()Unsets the "srcRect" elementvoidunsetStretch()Unsets the "stretch" elementvoidunsetTile()Unsets the "tile" elementXmlUnsignedIntxgetDpi()Gets (as xml) the "dpi" attributeXmlBooleanxgetRotWithShape()Gets (as xml) the "rotWithShape" attributevoidxsetDpi(XmlUnsignedInt dpi)Sets (as xml) the "dpi" attributevoidxsetRotWithShape(XmlBoolean rotWithShape)Sets (as xml) the "rotWithShape" attribute-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getBlip
CTBlip getBlip()
Gets the "blip" element
-
isSetBlip
boolean isSetBlip()
True if has "blip" element
-
setBlip
void setBlip(CTBlip blip)
Sets the "blip" element
-
addNewBlip
CTBlip addNewBlip()
Appends and returns a new empty "blip" element
-
unsetBlip
void unsetBlip()
Unsets the "blip" element
-
getSrcRect
CTRelativeRect getSrcRect()
Gets the "srcRect" element
-
isSetSrcRect
boolean isSetSrcRect()
True if has "srcRect" element
-
setSrcRect
void setSrcRect(CTRelativeRect srcRect)
Sets the "srcRect" element
-
addNewSrcRect
CTRelativeRect addNewSrcRect()
Appends and returns a new empty "srcRect" element
-
unsetSrcRect
void unsetSrcRect()
Unsets the "srcRect" element
-
getTile
CTTileInfoProperties getTile()
Gets the "tile" element
-
isSetTile
boolean isSetTile()
True if has "tile" element
-
setTile
void setTile(CTTileInfoProperties tile)
Sets the "tile" element
-
addNewTile
CTTileInfoProperties addNewTile()
Appends and returns a new empty "tile" element
-
unsetTile
void unsetTile()
Unsets the "tile" element
-
getStretch
CTStretchInfoProperties getStretch()
Gets the "stretch" element
-
isSetStretch
boolean isSetStretch()
True if has "stretch" element
-
setStretch
void setStretch(CTStretchInfoProperties stretch)
Sets the "stretch" element
-
addNewStretch
CTStretchInfoProperties addNewStretch()
Appends and returns a new empty "stretch" element
-
unsetStretch
void unsetStretch()
Unsets the "stretch" element
-
getDpi
long getDpi()
Gets the "dpi" attribute
-
xgetDpi
XmlUnsignedInt xgetDpi()
Gets (as xml) the "dpi" attribute
-
isSetDpi
boolean isSetDpi()
True if has "dpi" attribute
-
setDpi
void setDpi(long dpi)
Sets the "dpi" attribute
-
xsetDpi
void xsetDpi(XmlUnsignedInt dpi)
Sets (as xml) the "dpi" attribute
-
unsetDpi
void unsetDpi()
Unsets the "dpi" attribute
-
getRotWithShape
boolean getRotWithShape()
Gets the "rotWithShape" attribute
-
xgetRotWithShape
XmlBoolean xgetRotWithShape()
Gets (as xml) the "rotWithShape" attribute
-
isSetRotWithShape
boolean isSetRotWithShape()
True if has "rotWithShape" attribute
-
setRotWithShape
void setRotWithShape(boolean rotWithShape)
Sets the "rotWithShape" attribute
-
xsetRotWithShape
void xsetRotWithShape(XmlBoolean rotWithShape)
Sets (as xml) the "rotWithShape" attribute
-
unsetRotWithShape
void unsetRotWithShape()
Unsets the "rotWithShape" attribute
-
-