Interface CTBackground
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_Background(@http://schemas.openxmlformats.org/wordprocessingml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTBackground> 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 "drawing" elementgetColor()Gets the "color" attributeGets the "drawing" elementGets the "themeColor" attributebyte[]Gets the "themeShade" attributebyte[]Gets the "themeTint" attributebooleanTrue if has "color" attributebooleanTrue if has "drawing" elementbooleanTrue if has "themeColor" attributebooleanTrue if has "themeShade" attributebooleanTrue if has "themeTint" attributevoidSets the "color" attributevoidsetDrawing(CTDrawing drawing) Sets the "drawing" elementvoidsetThemeColor(STThemeColor.Enum themeColor) Sets the "themeColor" attributevoidsetThemeShade(byte[] themeShade) Sets the "themeShade" attributevoidsetThemeTint(byte[] themeTint) Sets the "themeTint" attributevoidUnsets the "color" attributevoidUnsets the "drawing" elementvoidUnsets the "themeColor" attributevoidUnsets the "themeShade" attributevoidUnsets the "themeTint" attributeGets (as xml) the "color" attributeGets (as xml) the "themeColor" attributeGets (as xml) the "themeShade" attributeGets (as xml) the "themeTint" attributevoidxsetColor(STHexColor color) Sets (as xml) the "color" attributevoidxsetThemeColor(STThemeColor themeColor) Sets (as xml) the "themeColor" attributevoidxsetThemeShade(STUcharHexNumber themeShade) Sets (as xml) the "themeShade" attributevoidxsetThemeTint(STUcharHexNumber themeTint) Sets (as xml) the "themeTint" 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
-
getDrawing
CTDrawing getDrawing()Gets the "drawing" element -
isSetDrawing
boolean isSetDrawing()True if has "drawing" element -
setDrawing
Sets the "drawing" element -
addNewDrawing
CTDrawing addNewDrawing()Appends and returns a new empty "drawing" element -
unsetDrawing
void unsetDrawing()Unsets the "drawing" element -
getColor
Object getColor()Gets the "color" attribute -
xgetColor
STHexColor xgetColor()Gets (as xml) the "color" attribute -
isSetColor
boolean isSetColor()True if has "color" attribute -
setColor
Sets the "color" attribute -
xsetColor
Sets (as xml) the "color" attribute -
unsetColor
void unsetColor()Unsets the "color" attribute -
getThemeColor
STThemeColor.Enum getThemeColor()Gets the "themeColor" attribute -
xgetThemeColor
STThemeColor xgetThemeColor()Gets (as xml) the "themeColor" attribute -
isSetThemeColor
boolean isSetThemeColor()True if has "themeColor" attribute -
setThemeColor
Sets the "themeColor" attribute -
xsetThemeColor
Sets (as xml) the "themeColor" attribute -
unsetThemeColor
void unsetThemeColor()Unsets the "themeColor" attribute -
getThemeTint
byte[] getThemeTint()Gets the "themeTint" attribute -
xgetThemeTint
STUcharHexNumber xgetThemeTint()Gets (as xml) the "themeTint" attribute -
isSetThemeTint
boolean isSetThemeTint()True if has "themeTint" attribute -
setThemeTint
void setThemeTint(byte[] themeTint) Sets the "themeTint" attribute -
xsetThemeTint
Sets (as xml) the "themeTint" attribute -
unsetThemeTint
void unsetThemeTint()Unsets the "themeTint" attribute -
getThemeShade
byte[] getThemeShade()Gets the "themeShade" attribute -
xgetThemeShade
STUcharHexNumber xgetThemeShade()Gets (as xml) the "themeShade" attribute -
isSetThemeShade
boolean isSetThemeShade()True if has "themeShade" attribute -
setThemeShade
void setThemeShade(byte[] themeShade) Sets the "themeShade" attribute -
xsetThemeShade
Sets (as xml) the "themeShade" attribute -
unsetThemeShade
void unsetThemeShade()Unsets the "themeShade" attribute
-