Interface CTBlipFillProperties
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_BlipFillProperties(@http://schemas.openxmlformats.org/drawingml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTBlipFillProperties> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "blip" elementAppends and returns a new empty "srcRect" elementAppends and returns a new empty "stretch" elementAppends and returns a new empty "tile" elementgetBlip()Gets the "blip" elementlonggetDpi()Gets the "dpi" attributebooleanGets the "rotWithShape" attributeGets the "srcRect" elementGets the "stretch" elementgetTile()Gets the "tile" elementbooleanTrue if has "blip" elementbooleanisSetDpi()True if has "dpi" attributebooleanTrue if has "rotWithShape" attributebooleanTrue if has "srcRect" elementbooleanTrue if has "stretch" elementbooleanTrue if has "tile" elementvoidSets 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" elementvoidUnsets the "blip" elementvoidunsetDpi()Unsets the "dpi" attributevoidUnsets the "rotWithShape" attributevoidUnsets the "srcRect" elementvoidUnsets the "stretch" elementvoidUnsets the "tile" elementxgetDpi()Gets (as xml) the "dpi" attributeGets (as xml) the "rotWithShape" attributevoidxsetDpi(XmlUnsignedInt dpi) Sets (as xml) the "dpi" attributevoidxsetRotWithShape(XmlBoolean rotWithShape) Sets (as xml) the "rotWithShape" attributeMethods 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, valueHashCodeMethods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
Field Details
-
Factory
-
type
-
-
Method Details
-
getBlip
CTBlip getBlip()Gets the "blip" element -
isSetBlip
boolean isSetBlip()True if has "blip" element -
setBlip
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
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
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
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
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
Sets (as xml) the "rotWithShape" attribute -
unsetRotWithShape
void unsetRotWithShape()Unsets the "rotWithShape" attribute
-