Interface CTIconFilter
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_IconFilter(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTIconFilter> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionlongGets the "iconId" attributeGets the "iconSet" attributebooleanTrue if has "iconId" attributevoidsetIconId(long iconId) Sets the "iconId" attributevoidsetIconSet(STIconSetType.Enum iconSet) Sets the "iconSet" attributevoidUnsets the "iconId" attributeGets (as xml) the "iconId" attributeGets (as xml) the "iconSet" attributevoidxsetIconId(XmlUnsignedInt iconId) Sets (as xml) the "iconId" attributevoidxsetIconSet(STIconSetType iconSet) Sets (as xml) the "iconSet" 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
-
getIconSet
STIconSetType.Enum getIconSet()Gets the "iconSet" attribute -
xgetIconSet
STIconSetType xgetIconSet()Gets (as xml) the "iconSet" attribute -
setIconSet
Sets the "iconSet" attribute -
xsetIconSet
Sets (as xml) the "iconSet" attribute -
getIconId
long getIconId()Gets the "iconId" attribute -
xgetIconId
XmlUnsignedInt xgetIconId()Gets (as xml) the "iconId" attribute -
isSetIconId
boolean isSetIconId()True if has "iconId" attribute -
setIconId
void setIconId(long iconId) Sets the "iconId" attribute -
xsetIconId
Sets (as xml) the "iconId" attribute -
unsetIconId
void unsetIconId()Unsets the "iconId" attribute
-