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 class
CTBlipFillProperties.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaType
type
-
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 CTBlip
addNewBlip()
Appends and returns a new empty "blip" elementCTRelativeRect
addNewSrcRect()
Appends and returns a new empty "srcRect" elementCTStretchInfoProperties
addNewStretch()
Appends and returns a new empty "stretch" elementCTTileInfoProperties
addNewTile()
Appends and returns a new empty "tile" elementCTBlip
getBlip()
Gets the "blip" elementlong
getDpi()
Gets the "dpi" attributeboolean
getRotWithShape()
Gets the "rotWithShape" attributeCTRelativeRect
getSrcRect()
Gets the "srcRect" elementCTStretchInfoProperties
getStretch()
Gets the "stretch" elementCTTileInfoProperties
getTile()
Gets the "tile" elementboolean
isSetBlip()
True if has "blip" elementboolean
isSetDpi()
True if has "dpi" attributeboolean
isSetRotWithShape()
True if has "rotWithShape" attributeboolean
isSetSrcRect()
True if has "srcRect" elementboolean
isSetStretch()
True if has "stretch" elementboolean
isSetTile()
True if has "tile" elementvoid
setBlip(CTBlip blip)
Sets the "blip" elementvoid
setDpi(long dpi)
Sets the "dpi" attributevoid
setRotWithShape(boolean rotWithShape)
Sets the "rotWithShape" attributevoid
setSrcRect(CTRelativeRect srcRect)
Sets the "srcRect" elementvoid
setStretch(CTStretchInfoProperties stretch)
Sets the "stretch" elementvoid
setTile(CTTileInfoProperties tile)
Sets the "tile" elementvoid
unsetBlip()
Unsets the "blip" elementvoid
unsetDpi()
Unsets the "dpi" attributevoid
unsetRotWithShape()
Unsets the "rotWithShape" attributevoid
unsetSrcRect()
Unsets the "srcRect" elementvoid
unsetStretch()
Unsets the "stretch" elementvoid
unsetTile()
Unsets the "tile" elementXmlUnsignedInt
xgetDpi()
Gets (as xml) the "dpi" attributeXmlBoolean
xgetRotWithShape()
Gets (as xml) the "rotWithShape" attributevoid
xsetDpi(XmlUnsignedInt dpi)
Sets (as xml) the "dpi" attributevoid
xsetRotWithShape(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
-
-