Interface CTTableBackgroundStyle
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_TableBackgroundStyle(@http://schemas.openxmlformats.org/drawingml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTTableBackgroundStyle> 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 "effect" elementAppends and returns a new empty "effectRef" elementAppends and returns a new empty "fill" elementAppends and returns a new empty "fillRef" elementGets the "effect" elementGets the "effectRef" elementgetFill()Gets the "fill" elementGets the "fillRef" elementbooleanTrue if has "effect" elementbooleanTrue if has "effectRef" elementbooleanTrue if has "fill" elementbooleanTrue if has "fillRef" elementvoidsetEffect(CTEffectProperties effect) Sets the "effect" elementvoidsetEffectRef(CTStyleMatrixReference effectRef) Sets the "effectRef" elementvoidsetFill(CTFillProperties fill) Sets the "fill" elementvoidsetFillRef(CTStyleMatrixReference fillRef) Sets the "fillRef" elementvoidUnsets the "effect" elementvoidUnsets the "effectRef" elementvoidUnsets the "fill" elementvoidUnsets the "fillRef" elementMethods 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
-
getFill
CTFillProperties getFill()Gets the "fill" element -
isSetFill
boolean isSetFill()True if has "fill" element -
setFill
Sets the "fill" element -
addNewFill
CTFillProperties addNewFill()Appends and returns a new empty "fill" element -
unsetFill
void unsetFill()Unsets the "fill" element -
getFillRef
CTStyleMatrixReference getFillRef()Gets the "fillRef" element -
isSetFillRef
boolean isSetFillRef()True if has "fillRef" element -
setFillRef
Sets the "fillRef" element -
addNewFillRef
CTStyleMatrixReference addNewFillRef()Appends and returns a new empty "fillRef" element -
unsetFillRef
void unsetFillRef()Unsets the "fillRef" element -
getEffect
CTEffectProperties getEffect()Gets the "effect" element -
isSetEffect
boolean isSetEffect()True if has "effect" element -
setEffect
Sets the "effect" element -
addNewEffect
CTEffectProperties addNewEffect()Appends and returns a new empty "effect" element -
unsetEffect
void unsetEffect()Unsets the "effect" element -
getEffectRef
CTStyleMatrixReference getEffectRef()Gets the "effectRef" element -
isSetEffectRef
boolean isSetEffectRef()True if has "effectRef" element -
setEffectRef
Sets the "effectRef" element -
addNewEffectRef
CTStyleMatrixReference addNewEffectRef()Appends and returns a new empty "effectRef" element -
unsetEffectRef
void unsetEffectRef()Unsets the "effectRef" element
-