Interface CTChartsheetPr
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTChartsheetPr extends XmlObject
An XML CT_ChartsheetPr(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTChartsheetPr.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 CTColor
addNewTabColor()
Appends and returns a new empty "tabColor" elementjava.lang.String
getCodeName()
Gets the "codeName" attributeboolean
getPublished()
Gets the "published" attributeCTColor
getTabColor()
Gets the "tabColor" elementboolean
isSetCodeName()
True if has "codeName" attributeboolean
isSetPublished()
True if has "published" attributeboolean
isSetTabColor()
True if has "tabColor" elementvoid
setCodeName(java.lang.String codeName)
Sets the "codeName" attributevoid
setPublished(boolean published)
Sets the "published" attributevoid
setTabColor(CTColor tabColor)
Sets the "tabColor" elementvoid
unsetCodeName()
Unsets the "codeName" attributevoid
unsetPublished()
Unsets the "published" attributevoid
unsetTabColor()
Unsets the "tabColor" elementXmlString
xgetCodeName()
Gets (as xml) the "codeName" attributeXmlBoolean
xgetPublished()
Gets (as xml) the "published" attributevoid
xsetCodeName(XmlString codeName)
Sets (as xml) the "codeName" attributevoid
xsetPublished(XmlBoolean published)
Sets (as xml) the "published" 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
-
getTabColor
CTColor getTabColor()
Gets the "tabColor" element
-
isSetTabColor
boolean isSetTabColor()
True if has "tabColor" element
-
setTabColor
void setTabColor(CTColor tabColor)
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
void xsetPublished(XmlBoolean published)
Sets (as xml) the "published" attribute
-
unsetPublished
void unsetPublished()
Unsets the "published" attribute
-
getCodeName
java.lang.String getCodeName()
Gets the "codeName" attribute
-
xgetCodeName
XmlString xgetCodeName()
Gets (as xml) the "codeName" attribute
-
isSetCodeName
boolean isSetCodeName()
True if has "codeName" attribute
-
setCodeName
void setCodeName(java.lang.String codeName)
Sets the "codeName" attribute
-
xsetCodeName
void xsetCodeName(XmlString codeName)
Sets (as xml) the "codeName" attribute
-
unsetCodeName
void unsetCodeName()
Unsets the "codeName" attribute
-
-