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 class
CTChartFormat.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 CTPivotArea
addNewPivotArea()
Appends and returns a new empty "pivotArea" elementlong
getChart()
Gets the "chart" attributelong
getFormat()
Gets the "format" attributeCTPivotArea
getPivotArea()
Gets the "pivotArea" elementboolean
getSeries()
Gets the "series" attributeboolean
isSetSeries()
True if has "series" attributevoid
setChart(long chart)
Sets the "chart" attributevoid
setFormat(long format)
Sets the "format" attributevoid
setPivotArea(CTPivotArea pivotArea)
Sets the "pivotArea" elementvoid
setSeries(boolean series)
Sets the "series" attributevoid
unsetSeries()
Unsets the "series" attributeXmlUnsignedInt
xgetChart()
Gets (as xml) the "chart" attributeXmlUnsignedInt
xgetFormat()
Gets (as xml) the "format" attributeXmlBoolean
xgetSeries()
Gets (as xml) the "series" attributevoid
xsetChart(XmlUnsignedInt chart)
Sets (as xml) the "chart" attributevoid
xsetFormat(XmlUnsignedInt format)
Sets (as xml) the "format" attributevoid
xsetSeries(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
-
-