Interface CTChartFormat
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_ChartFormat(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTChartFormat> 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 "pivotArea" elementlonggetChart()Gets the "chart" attributelongGets the "format" attributeGets the "pivotArea" elementbooleanGets the "series" attributebooleanTrue 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" attributevoidUnsets the "series" attributeGets (as xml) the "chart" attributeGets (as xml) the "format" attributeGets (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" 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
-
getPivotArea
CTPivotArea getPivotArea()Gets the "pivotArea" element -
setPivotArea
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
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
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
Sets (as xml) the "series" attribute -
unsetSeries
void unsetSeries()Unsets the "series" attribute
-