Interface CTColorFilter
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_ColorFilter(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTColorFilter> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the "cellColor" attributelonggetDxfId()Gets the "dxfId" attributebooleanTrue if has "cellColor" attributebooleanTrue if has "dxfId" attributevoidsetCellColor(boolean cellColor) Sets the "cellColor" attributevoidsetDxfId(long dxfId) Sets the "dxfId" attributevoidUnsets the "cellColor" attributevoidUnsets the "dxfId" attributeGets (as xml) the "cellColor" attributeGets (as xml) the "dxfId" attributevoidxsetCellColor(XmlBoolean cellColor) Sets (as xml) the "cellColor" attributevoidSets (as xml) the "dxfId" 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
-
getDxfId
long getDxfId()Gets the "dxfId" attribute -
xgetDxfId
STDxfId xgetDxfId()Gets (as xml) the "dxfId" attribute -
isSetDxfId
boolean isSetDxfId()True if has "dxfId" attribute -
setDxfId
void setDxfId(long dxfId) Sets the "dxfId" attribute -
xsetDxfId
Sets (as xml) the "dxfId" attribute -
unsetDxfId
void unsetDxfId()Unsets the "dxfId" attribute -
getCellColor
boolean getCellColor()Gets the "cellColor" attribute -
xgetCellColor
XmlBoolean xgetCellColor()Gets (as xml) the "cellColor" attribute -
isSetCellColor
boolean isSetCellColor()True if has "cellColor" attribute -
setCellColor
void setCellColor(boolean cellColor) Sets the "cellColor" attribute -
xsetCellColor
Sets (as xml) the "cellColor" attribute -
unsetCellColor
void unsetCellColor()Unsets the "cellColor" attribute
-