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 classCTCellStyle.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
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 CTExtensionListaddNewExtLst()Appends and returns a new empty "extLst" elementlonggetBuiltinId()Gets the "builtinId" attributebooleangetCustomBuiltin()Gets the "customBuiltin" attributeCTExtensionListgetExtLst()Gets the "extLst" elementbooleangetHidden()Gets the "hidden" attributelonggetILevel()Gets the "iLevel" attributejava.lang.StringgetName()Gets the "name" attributelonggetXfId()Gets the "xfId" attributebooleanisSetBuiltinId()True if has "builtinId" attributebooleanisSetCustomBuiltin()True if has "customBuiltin" attributebooleanisSetExtLst()True if has "extLst" elementbooleanisSetHidden()True if has "hidden" attributebooleanisSetILevel()True if has "iLevel" attributebooleanisSetName()True if has "name" attributevoidsetBuiltinId(long builtinId)Sets the "builtinId" attributevoidsetCustomBuiltin(boolean customBuiltin)Sets the "customBuiltin" attributevoidsetExtLst(CTExtensionList extLst)Sets the "extLst" elementvoidsetHidden(boolean hidden)Sets the "hidden" attributevoidsetILevel(long iLevel)Sets the "iLevel" attributevoidsetName(java.lang.String name)Sets the "name" attributevoidsetXfId(long xfId)Sets the "xfId" attributevoidunsetBuiltinId()Unsets the "builtinId" attributevoidunsetCustomBuiltin()Unsets the "customBuiltin" attributevoidunsetExtLst()Unsets the "extLst" elementvoidunsetHidden()Unsets the "hidden" attributevoidunsetILevel()Unsets the "iLevel" attributevoidunsetName()Unsets the "name" attributeXmlUnsignedIntxgetBuiltinId()Gets (as xml) the "builtinId" attributeXmlBooleanxgetCustomBuiltin()Gets (as xml) the "customBuiltin" attributeXmlBooleanxgetHidden()Gets (as xml) the "hidden" attributeXmlUnsignedIntxgetILevel()Gets (as xml) the "iLevel" attributeSTXstringxgetName()Gets (as xml) the "name" attributeSTCellStyleXfIdxgetXfId()Gets (as xml) the "xfId" attributevoidxsetBuiltinId(XmlUnsignedInt builtinId)Sets (as xml) the "builtinId" attributevoidxsetCustomBuiltin(XmlBoolean customBuiltin)Sets (as xml) the "customBuiltin" attributevoidxsetHidden(XmlBoolean hidden)Sets (as xml) the "hidden" attributevoidxsetILevel(XmlUnsignedInt iLevel)Sets (as xml) the "iLevel" attributevoidxsetName(STXstring name)Sets (as xml) the "name" attributevoidxsetXfId(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
-
-