Interface CTTableBackgroundStyle
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTTableBackgroundStyle extends XmlObject
An XML CT_TableBackgroundStyle(@http://schemas.openxmlformats.org/drawingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTTableBackgroundStyle.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 CTEffectProperties
addNewEffect()
Appends and returns a new empty "effect" elementCTStyleMatrixReference
addNewEffectRef()
Appends and returns a new empty "effectRef" elementCTFillProperties
addNewFill()
Appends and returns a new empty "fill" elementCTStyleMatrixReference
addNewFillRef()
Appends and returns a new empty "fillRef" elementCTEffectProperties
getEffect()
Gets the "effect" elementCTStyleMatrixReference
getEffectRef()
Gets the "effectRef" elementCTFillProperties
getFill()
Gets the "fill" elementCTStyleMatrixReference
getFillRef()
Gets the "fillRef" elementboolean
isSetEffect()
True if has "effect" elementboolean
isSetEffectRef()
True if has "effectRef" elementboolean
isSetFill()
True if has "fill" elementboolean
isSetFillRef()
True if has "fillRef" elementvoid
setEffect(CTEffectProperties effect)
Sets the "effect" elementvoid
setEffectRef(CTStyleMatrixReference effectRef)
Sets the "effectRef" elementvoid
setFill(CTFillProperties fill)
Sets the "fill" elementvoid
setFillRef(CTStyleMatrixReference fillRef)
Sets the "fillRef" elementvoid
unsetEffect()
Unsets the "effect" elementvoid
unsetEffectRef()
Unsets the "effectRef" elementvoid
unsetFill()
Unsets the "fill" elementvoid
unsetFillRef()
Unsets the "fillRef" element-
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
-
getFill
CTFillProperties getFill()
Gets the "fill" element
-
isSetFill
boolean isSetFill()
True if has "fill" element
-
setFill
void setFill(CTFillProperties fill)
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
void setFillRef(CTStyleMatrixReference fillRef)
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
void setEffect(CTEffectProperties effect)
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
void setEffectRef(CTStyleMatrixReference effectRef)
Sets the "effectRef" element
-
addNewEffectRef
CTStyleMatrixReference addNewEffectRef()
Appends and returns a new empty "effectRef" element
-
unsetEffectRef
void unsetEffectRef()
Unsets the "effectRef" element
-
-