Interface CTChartsheetPr
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_ChartsheetPr(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTChartsheetPr> 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 "tabColor" elementGets the "codeName" attributebooleanGets the "published" attributeGets the "tabColor" elementbooleanTrue if has "codeName" attributebooleanTrue if has "published" attributebooleanTrue if has "tabColor" elementvoidsetCodeName(String codeName) Sets the "codeName" attributevoidsetPublished(boolean published) Sets the "published" attributevoidsetTabColor(CTColor tabColor) Sets the "tabColor" elementvoidUnsets the "codeName" attributevoidUnsets the "published" attributevoidUnsets the "tabColor" elementGets (as xml) the "codeName" attributeGets (as xml) the "published" attributevoidxsetCodeName(XmlString codeName) Sets (as xml) the "codeName" attributevoidxsetPublished(XmlBoolean published) Sets (as xml) the "published" 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
-
getTabColor
CTColor getTabColor()Gets the "tabColor" element -
isSetTabColor
boolean isSetTabColor()True if has "tabColor" element -
setTabColor
Sets the "tabColor" element -
addNewTabColor
CTColor addNewTabColor()Appends and returns a new empty "tabColor" element -
unsetTabColor
void unsetTabColor()Unsets the "tabColor" element -
getPublished
boolean getPublished()Gets the "published" attribute -
xgetPublished
XmlBoolean xgetPublished()Gets (as xml) the "published" attribute -
isSetPublished
boolean isSetPublished()True if has "published" attribute -
setPublished
void setPublished(boolean published) Sets the "published" attribute -
xsetPublished
Sets (as xml) the "published" attribute -
unsetPublished
void unsetPublished()Unsets the "published" attribute -
getCodeName
String getCodeName()Gets the "codeName" attribute -
xgetCodeName
XmlString xgetCodeName()Gets (as xml) the "codeName" attribute -
isSetCodeName
boolean isSetCodeName()True if has "codeName" attribute -
setCodeName
Sets the "codeName" attribute -
xsetCodeName
Sets (as xml) the "codeName" attribute -
unsetCodeName
void unsetCodeName()Unsets the "codeName" attribute
-