Interface CTTableStyleCellStyle
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_TableStyleCellStyle(@http://schemas.openxmlformats.org/drawingml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTTableStyleCellStyle> 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 "cell3D" elementAppends and returns a new empty "fill" elementAppends and returns a new empty "fillRef" elementAppends and returns a new empty "tcBdr" elementGets the "cell3D" elementgetFill()Gets the "fill" elementGets the "fillRef" elementgetTcBdr()Gets the "tcBdr" elementbooleanTrue if has "cell3D" elementbooleanTrue if has "fill" elementbooleanTrue if has "fillRef" elementbooleanTrue if has "tcBdr" elementvoidSets the "cell3D" elementvoidsetFill(CTFillProperties fill) Sets the "fill" elementvoidsetFillRef(CTStyleMatrixReference fillRef) Sets the "fillRef" elementvoidsetTcBdr(CTTableCellBorderStyle tcBdr) Sets the "tcBdr" elementvoidUnsets the "cell3D" elementvoidUnsets the "fill" elementvoidUnsets the "fillRef" elementvoidUnsets the "tcBdr" 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
-
getTcBdr
CTTableCellBorderStyle getTcBdr()Gets the "tcBdr" element -
isSetTcBdr
boolean isSetTcBdr()True if has "tcBdr" element -
setTcBdr
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
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 -
getCell3D
CTCell3D getCell3D()Gets the "cell3D" element -
isSetCell3D
boolean isSetCell3D()True if has "cell3D" element -
setCell3D
Sets the "cell3D" element -
addNewCell3D
CTCell3D addNewCell3D()Appends and returns a new empty "cell3D" element -
unsetCell3D
void unsetCell3D()Unsets the "cell3D" element
-