public interface CTChartFormats extends XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
CTChartFormats.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 |
|---|---|
CTChartFormat |
addNewChartFormat()
Appends and returns a new empty value (as xml) as the last "chartFormat" element
|
CTChartFormat[] |
getChartFormatArray()
Deprecated.
|
CTChartFormat |
getChartFormatArray(int i)
Gets ith "chartFormat" element
|
List<CTChartFormat> |
getChartFormatList()
Gets a List of "chartFormat" elements
|
long |
getCount()
Gets the "count" attribute
|
CTChartFormat |
insertNewChartFormat(int i)
Inserts and returns a new empty value (as xml) as the ith "chartFormat" element
|
boolean |
isSetCount()
True if has "count" attribute
|
void |
removeChartFormat(int i)
Removes the ith "chartFormat" element
|
void |
setChartFormatArray(CTChartFormat[] chartFormatArray)
Sets array of all "chartFormat" element
|
void |
setChartFormatArray(int i,
CTChartFormat chartFormat)
Sets ith "chartFormat" element
|
void |
setCount(long count)
Sets the "count" attribute
|
int |
sizeOfChartFormatArray()
Returns number of "chartFormat" element
|
void |
unsetCount()
Unsets the "count" attribute
|
XmlUnsignedInt |
xgetCount()
Gets (as xml) the "count" attribute
|
void |
xsetCount(XmlUnsignedInt count)
Sets (as xml) the "count" 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
List<CTChartFormat> getChartFormatList()
@Deprecated CTChartFormat[] getChartFormatArray()
CTChartFormat getChartFormatArray(int i)
int sizeOfChartFormatArray()
void setChartFormatArray(CTChartFormat[] chartFormatArray)
void setChartFormatArray(int i,
CTChartFormat chartFormat)
CTChartFormat insertNewChartFormat(int i)
CTChartFormat addNewChartFormat()
void removeChartFormat(int i)
long getCount()
XmlUnsignedInt xgetCount()
boolean isSetCount()
void setCount(long count)
void xsetCount(XmlUnsignedInt count)
void unsetCount()
Copyright © 2010 - 2020 Adobe. All Rights Reserved