Interface CTCellStyle
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_CellStyle(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTCellStyle> 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 "extLst" elementlongGets the "builtinId" attributebooleanGets the "customBuiltin" attributeGets the "extLst" elementbooleanGets the "hidden" attributelongGets the "iLevel" attributegetName()Gets the "name" attributelonggetXfId()Gets the "xfId" attributebooleanTrue if has "builtinId" attributebooleanTrue if has "customBuiltin" attributebooleanTrue if has "extLst" elementbooleanTrue if has "hidden" attributebooleanTrue if has "iLevel" attributebooleanTrue 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" attributevoidSets the "name" attributevoidsetXfId(long xfId) Sets the "xfId" attributevoidUnsets the "builtinId" attributevoidUnsets the "customBuiltin" attributevoidUnsets the "extLst" elementvoidUnsets the "hidden" attributevoidUnsets the "iLevel" attributevoidUnsets the "name" attributeGets (as xml) the "builtinId" attributeGets (as xml) the "customBuiltin" attributeGets (as xml) the "hidden" attributeGets (as xml) the "iLevel" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstringxgetName()Gets (as xml) the "name" attributexgetXfId()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(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring name) Sets (as xml) the "name" attributevoidxsetXfId(STCellStyleXfId xfId) Sets (as xml) the "xfId" 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
-
getExtLst
CTExtensionList getExtLst()Gets the "extLst" element -
isSetExtLst
boolean isSetExtLst()True if has "extLst" element -
setExtLst
Sets the "extLst" element -
addNewExtLst
CTExtensionList addNewExtLst()Appends and returns a new empty "extLst" element -
unsetExtLst
void unsetExtLst()Unsets the "extLst" element -
getName
String getName()Gets the "name" attribute -
xgetName
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetName()Gets (as xml) the "name" attribute -
isSetName
boolean isSetName()True if has "name" attribute -
setName
Sets 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
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
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
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
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
Sets (as xml) the "customBuiltin" attribute -
unsetCustomBuiltin
void unsetCustomBuiltin()Unsets the "customBuiltin" attribute
-