Interface CTCellStyle
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTCellStyle extends XmlObject
An XML CT_CellStyle(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTCellStyle.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 CTExtensionList
addNewExtLst()
Appends and returns a new empty "extLst" elementlong
getBuiltinId()
Gets the "builtinId" attributeboolean
getCustomBuiltin()
Gets the "customBuiltin" attributeCTExtensionList
getExtLst()
Gets the "extLst" elementboolean
getHidden()
Gets the "hidden" attributelong
getILevel()
Gets the "iLevel" attributejava.lang.String
getName()
Gets the "name" attributelong
getXfId()
Gets the "xfId" attributeboolean
isSetBuiltinId()
True if has "builtinId" attributeboolean
isSetCustomBuiltin()
True if has "customBuiltin" attributeboolean
isSetExtLst()
True if has "extLst" elementboolean
isSetHidden()
True if has "hidden" attributeboolean
isSetILevel()
True if has "iLevel" attributeboolean
isSetName()
True if has "name" attributevoid
setBuiltinId(long builtinId)
Sets the "builtinId" attributevoid
setCustomBuiltin(boolean customBuiltin)
Sets the "customBuiltin" attributevoid
setExtLst(CTExtensionList extLst)
Sets the "extLst" elementvoid
setHidden(boolean hidden)
Sets the "hidden" attributevoid
setILevel(long iLevel)
Sets the "iLevel" attributevoid
setName(java.lang.String name)
Sets the "name" attributevoid
setXfId(long xfId)
Sets the "xfId" attributevoid
unsetBuiltinId()
Unsets the "builtinId" attributevoid
unsetCustomBuiltin()
Unsets the "customBuiltin" attributevoid
unsetExtLst()
Unsets the "extLst" elementvoid
unsetHidden()
Unsets the "hidden" attributevoid
unsetILevel()
Unsets the "iLevel" attributevoid
unsetName()
Unsets the "name" attributeXmlUnsignedInt
xgetBuiltinId()
Gets (as xml) the "builtinId" attributeXmlBoolean
xgetCustomBuiltin()
Gets (as xml) the "customBuiltin" attributeXmlBoolean
xgetHidden()
Gets (as xml) the "hidden" attributeXmlUnsignedInt
xgetILevel()
Gets (as xml) the "iLevel" attributeSTXstring
xgetName()
Gets (as xml) the "name" attributeSTCellStyleXfId
xgetXfId()
Gets (as xml) the "xfId" attributevoid
xsetBuiltinId(XmlUnsignedInt builtinId)
Sets (as xml) the "builtinId" attributevoid
xsetCustomBuiltin(XmlBoolean customBuiltin)
Sets (as xml) the "customBuiltin" attributevoid
xsetHidden(XmlBoolean hidden)
Sets (as xml) the "hidden" attributevoid
xsetILevel(XmlUnsignedInt iLevel)
Sets (as xml) the "iLevel" attributevoid
xsetName(STXstring name)
Sets (as xml) the "name" attributevoid
xsetXfId(STCellStyleXfId xfId)
Sets (as xml) the "xfId" attribute-
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
-
getExtLst
CTExtensionList getExtLst()
Gets the "extLst" element
-
isSetExtLst
boolean isSetExtLst()
True if has "extLst" element
-
setExtLst
void setExtLst(CTExtensionList extLst)
Sets the "extLst" element
-
addNewExtLst
CTExtensionList addNewExtLst()
Appends and returns a new empty "extLst" element
-
unsetExtLst
void unsetExtLst()
Unsets the "extLst" element
-
getName
java.lang.String getName()
Gets the "name" attribute
-
xgetName
STXstring xgetName()
Gets (as xml) the "name" attribute
-
isSetName
boolean isSetName()
True if has "name" attribute
-
setName
void setName(java.lang.String name)
Sets the "name" attribute
-
xsetName
void xsetName(STXstring name)
Sets (as xml) the "name" attribute
-
unsetName
void unsetName()
Unsets the "name" attribute
-
getXfId
long getXfId()
Gets the "xfId" attribute
-
xgetXfId
STCellStyleXfId xgetXfId()
Gets (as xml) the "xfId" attribute
-
setXfId
void setXfId(long xfId)
Sets the "xfId" attribute
-
xsetXfId
void xsetXfId(STCellStyleXfId xfId)
Sets (as xml) the "xfId" attribute
-
getBuiltinId
long getBuiltinId()
Gets the "builtinId" attribute
-
xgetBuiltinId
XmlUnsignedInt xgetBuiltinId()
Gets (as xml) the "builtinId" attribute
-
isSetBuiltinId
boolean isSetBuiltinId()
True if has "builtinId" attribute
-
setBuiltinId
void setBuiltinId(long builtinId)
Sets the "builtinId" attribute
-
xsetBuiltinId
void xsetBuiltinId(XmlUnsignedInt builtinId)
Sets (as xml) the "builtinId" attribute
-
unsetBuiltinId
void unsetBuiltinId()
Unsets the "builtinId" attribute
-
getILevel
long getILevel()
Gets the "iLevel" attribute
-
xgetILevel
XmlUnsignedInt xgetILevel()
Gets (as xml) the "iLevel" attribute
-
isSetILevel
boolean isSetILevel()
True if has "iLevel" attribute
-
setILevel
void setILevel(long iLevel)
Sets the "iLevel" attribute
-
xsetILevel
void xsetILevel(XmlUnsignedInt iLevel)
Sets (as xml) the "iLevel" attribute
-
unsetILevel
void unsetILevel()
Unsets the "iLevel" attribute
-
getHidden
boolean getHidden()
Gets the "hidden" attribute
-
xgetHidden
XmlBoolean xgetHidden()
Gets (as xml) the "hidden" attribute
-
isSetHidden
boolean isSetHidden()
True if has "hidden" attribute
-
setHidden
void setHidden(boolean hidden)
Sets the "hidden" attribute
-
xsetHidden
void xsetHidden(XmlBoolean hidden)
Sets (as xml) the "hidden" attribute
-
unsetHidden
void unsetHidden()
Unsets the "hidden" attribute
-
getCustomBuiltin
boolean getCustomBuiltin()
Gets the "customBuiltin" attribute
-
xgetCustomBuiltin
XmlBoolean xgetCustomBuiltin()
Gets (as xml) the "customBuiltin" attribute
-
isSetCustomBuiltin
boolean isSetCustomBuiltin()
True if has "customBuiltin" attribute
-
setCustomBuiltin
void setCustomBuiltin(boolean customBuiltin)
Sets the "customBuiltin" attribute
-
xsetCustomBuiltin
void xsetCustomBuiltin(XmlBoolean customBuiltin)
Sets (as xml) the "customBuiltin" attribute
-
unsetCustomBuiltin
void unsetCustomBuiltin()
Unsets the "customBuiltin" attribute
-
-