Interface CTChartFormat
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTChartFormat extends XmlObject
An XML CT_ChartFormat(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTChartFormat.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 CTPivotAreaaddNewPivotArea()Appends and returns a new empty "pivotArea" elementlonggetChart()Gets the "chart" attributelonggetFormat()Gets the "format" attributeCTPivotAreagetPivotArea()Gets the "pivotArea" elementbooleangetSeries()Gets the "series" attributebooleanisSetSeries()True if has "series" attributevoidsetChart(long chart)Sets the "chart" attributevoidsetFormat(long format)Sets the "format" attributevoidsetPivotArea(CTPivotArea pivotArea)Sets the "pivotArea" elementvoidsetSeries(boolean series)Sets the "series" attributevoidunsetSeries()Unsets the "series" attributeXmlUnsignedIntxgetChart()Gets (as xml) the "chart" attributeXmlUnsignedIntxgetFormat()Gets (as xml) the "format" attributeXmlBooleanxgetSeries()Gets (as xml) the "series" attributevoidxsetChart(XmlUnsignedInt chart)Sets (as xml) the "chart" attributevoidxsetFormat(XmlUnsignedInt format)Sets (as xml) the "format" attributevoidxsetSeries(XmlBoolean series)Sets (as xml) the "series" 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
-
getPivotArea
CTPivotArea getPivotArea()
Gets the "pivotArea" element
-
setPivotArea
void setPivotArea(CTPivotArea pivotArea)
Sets the "pivotArea" element
-
addNewPivotArea
CTPivotArea addNewPivotArea()
Appends and returns a new empty "pivotArea" element
-
getChart
long getChart()
Gets the "chart" attribute
-
xgetChart
XmlUnsignedInt xgetChart()
Gets (as xml) the "chart" attribute
-
setChart
void setChart(long chart)
Sets the "chart" attribute
-
xsetChart
void xsetChart(XmlUnsignedInt chart)
Sets (as xml) the "chart" attribute
-
getFormat
long getFormat()
Gets the "format" attribute
-
xgetFormat
XmlUnsignedInt xgetFormat()
Gets (as xml) the "format" attribute
-
setFormat
void setFormat(long format)
Sets the "format" attribute
-
xsetFormat
void xsetFormat(XmlUnsignedInt format)
Sets (as xml) the "format" attribute
-
getSeries
boolean getSeries()
Gets the "series" attribute
-
xgetSeries
XmlBoolean xgetSeries()
Gets (as xml) the "series" attribute
-
isSetSeries
boolean isSetSeries()
True if has "series" attribute
-
setSeries
void setSeries(boolean series)
Sets the "series" attribute
-
xsetSeries
void xsetSeries(XmlBoolean series)
Sets (as xml) the "series" attribute
-
unsetSeries
void unsetSeries()
Unsets the "series" attribute
-
-