public interface CTChartFormat extends XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
CTChartFormat.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static SchemaType |
type |
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL| Modifier and Type | Method and Description |
|---|---|
CTPivotArea |
addNewPivotArea()
Appends and returns a new empty "pivotArea" element
|
long |
getChart()
Gets the "chart" attribute
|
long |
getFormat()
Gets the "format" attribute
|
CTPivotArea |
getPivotArea()
Gets the "pivotArea" element
|
boolean |
getSeries()
Gets the "series" attribute
|
boolean |
isSetSeries()
True if has "series" attribute
|
void |
setChart(long chart)
Sets the "chart" attribute
|
void |
setFormat(long format)
Sets the "format" attribute
|
void |
setPivotArea(CTPivotArea pivotArea)
Sets the "pivotArea" element
|
void |
setSeries(boolean series)
Sets the "series" attribute
|
void |
unsetSeries()
Unsets the "series" attribute
|
XmlUnsignedInt |
xgetChart()
Gets (as xml) the "chart" attribute
|
XmlUnsignedInt |
xgetFormat()
Gets (as xml) the "format" attribute
|
XmlBoolean |
xgetSeries()
Gets (as xml) the "series" attribute
|
void |
xsetChart(XmlUnsignedInt chart)
Sets (as xml) the "chart" attribute
|
void |
xsetFormat(XmlUnsignedInt format)
Sets (as xml) the "format" attribute
|
void |
xsetSeries(XmlBoolean series)
Sets (as xml) the "series" attribute
|
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, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextstatic final SchemaType type
CTPivotArea getPivotArea()
void setPivotArea(CTPivotArea pivotArea)
CTPivotArea addNewPivotArea()
long getChart()
XmlUnsignedInt xgetChart()
void setChart(long chart)
void xsetChart(XmlUnsignedInt chart)
long getFormat()
XmlUnsignedInt xgetFormat()
void setFormat(long format)
void xsetFormat(XmlUnsignedInt format)
boolean getSeries()
XmlBoolean xgetSeries()
boolean isSetSeries()
void setSeries(boolean series)
void xsetSeries(XmlBoolean series)
void unsetSeries()
Copyright © 2010 - 2020 Adobe. All Rights Reserved