Interface CTTableStyleCellStyle
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTTableStyleCellStyle extends XmlObject
An XML CT_TableStyleCellStyle(@http://schemas.openxmlformats.org/drawingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTTableStyleCellStyle.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 CTCell3D
addNewCell3D()
Appends and returns a new empty "cell3D" elementCTFillProperties
addNewFill()
Appends and returns a new empty "fill" elementCTStyleMatrixReference
addNewFillRef()
Appends and returns a new empty "fillRef" elementCTTableCellBorderStyle
addNewTcBdr()
Appends and returns a new empty "tcBdr" elementCTCell3D
getCell3D()
Gets the "cell3D" elementCTFillProperties
getFill()
Gets the "fill" elementCTStyleMatrixReference
getFillRef()
Gets the "fillRef" elementCTTableCellBorderStyle
getTcBdr()
Gets the "tcBdr" elementboolean
isSetCell3D()
True if has "cell3D" elementboolean
isSetFill()
True if has "fill" elementboolean
isSetFillRef()
True if has "fillRef" elementboolean
isSetTcBdr()
True if has "tcBdr" elementvoid
setCell3D(CTCell3D cell3D)
Sets the "cell3D" elementvoid
setFill(CTFillProperties fill)
Sets the "fill" elementvoid
setFillRef(CTStyleMatrixReference fillRef)
Sets the "fillRef" elementvoid
setTcBdr(CTTableCellBorderStyle tcBdr)
Sets the "tcBdr" elementvoid
unsetCell3D()
Unsets the "cell3D" elementvoid
unsetFill()
Unsets the "fill" elementvoid
unsetFillRef()
Unsets the "fillRef" elementvoid
unsetTcBdr()
Unsets the "tcBdr" 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
-
getTcBdr
CTTableCellBorderStyle getTcBdr()
Gets the "tcBdr" element
-
isSetTcBdr
boolean isSetTcBdr()
True if has "tcBdr" element
-
setTcBdr
void setTcBdr(CTTableCellBorderStyle tcBdr)
Sets the "tcBdr" element
-
addNewTcBdr
CTTableCellBorderStyle addNewTcBdr()
Appends and returns a new empty "tcBdr" element
-
unsetTcBdr
void unsetTcBdr()
Unsets the "tcBdr" element
-
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
-
getCell3D
CTCell3D getCell3D()
Gets the "cell3D" element
-
isSetCell3D
boolean isSetCell3D()
True if has "cell3D" element
-
setCell3D
void setCell3D(CTCell3D cell3D)
Sets the "cell3D" element
-
addNewCell3D
CTCell3D addNewCell3D()
Appends and returns a new empty "cell3D" element
-
unsetCell3D
void unsetCell3D()
Unsets the "cell3D" element
-
-