Interface CTTableStyle
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTTableStyle extends XmlObject
An XML CT_TableStyle(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTTableStyle.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 Deprecated Methods Modifier and Type Method Description CTTableStyleElementaddNewTableStyleElement()Appends and returns a new empty value (as xml) as the last "tableStyleElement" elementlonggetCount()Gets the "count" attributejava.lang.StringgetName()Gets the "name" attributebooleangetPivot()Gets the "pivot" attributebooleangetTable()Gets the "table" attributeCTTableStyleElement[]getTableStyleElementArray()Deprecated.CTTableStyleElementgetTableStyleElementArray(int i)Gets ith "tableStyleElement" elementjava.util.List<CTTableStyleElement>getTableStyleElementList()Gets a List of "tableStyleElement" elementsCTTableStyleElementinsertNewTableStyleElement(int i)Inserts and returns a new empty value (as xml) as the ith "tableStyleElement" elementbooleanisSetCount()True if has "count" attributebooleanisSetPivot()True if has "pivot" attributebooleanisSetTable()True if has "table" attributevoidremoveTableStyleElement(int i)Removes the ith "tableStyleElement" elementvoidsetCount(long count)Sets the "count" attributevoidsetName(java.lang.String name)Sets the "name" attributevoidsetPivot(boolean pivot)Sets the "pivot" attributevoidsetTable(boolean table)Sets the "table" attributevoidsetTableStyleElementArray(int i, CTTableStyleElement tableStyleElement)Sets ith "tableStyleElement" elementvoidsetTableStyleElementArray(CTTableStyleElement[] tableStyleElementArray)Sets array of all "tableStyleElement" elementintsizeOfTableStyleElementArray()Returns number of "tableStyleElement" elementvoidunsetCount()Unsets the "count" attributevoidunsetPivot()Unsets the "pivot" attributevoidunsetTable()Unsets the "table" attributeXmlUnsignedIntxgetCount()Gets (as xml) the "count" attributeXmlStringxgetName()Gets (as xml) the "name" attributeXmlBooleanxgetPivot()Gets (as xml) the "pivot" attributeXmlBooleanxgetTable()Gets (as xml) the "table" attributevoidxsetCount(XmlUnsignedInt count)Sets (as xml) the "count" attributevoidxsetName(XmlString name)Sets (as xml) the "name" attributevoidxsetPivot(XmlBoolean pivot)Sets (as xml) the "pivot" attributevoidxsetTable(XmlBoolean table)Sets (as xml) the "table" 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
-
getTableStyleElementList
java.util.List<CTTableStyleElement> getTableStyleElementList()
Gets a List of "tableStyleElement" elements
-
getTableStyleElementArray
@Deprecated CTTableStyleElement[] getTableStyleElementArray()
Deprecated.Gets array of all "tableStyleElement" elements
-
getTableStyleElementArray
CTTableStyleElement getTableStyleElementArray(int i)
Gets ith "tableStyleElement" element
-
sizeOfTableStyleElementArray
int sizeOfTableStyleElementArray()
Returns number of "tableStyleElement" element
-
setTableStyleElementArray
void setTableStyleElementArray(CTTableStyleElement[] tableStyleElementArray)
Sets array of all "tableStyleElement" element
-
setTableStyleElementArray
void setTableStyleElementArray(int i, CTTableStyleElement tableStyleElement)Sets ith "tableStyleElement" element
-
insertNewTableStyleElement
CTTableStyleElement insertNewTableStyleElement(int i)
Inserts and returns a new empty value (as xml) as the ith "tableStyleElement" element
-
addNewTableStyleElement
CTTableStyleElement addNewTableStyleElement()
Appends and returns a new empty value (as xml) as the last "tableStyleElement" element
-
removeTableStyleElement
void removeTableStyleElement(int i)
Removes the ith "tableStyleElement" element
-
getName
java.lang.String getName()
Gets the "name" attribute
-
xgetName
XmlString xgetName()
Gets (as xml) the "name" attribute
-
setName
void setName(java.lang.String name)
Sets the "name" attribute
-
xsetName
void xsetName(XmlString name)
Sets (as xml) the "name" attribute
-
getPivot
boolean getPivot()
Gets the "pivot" attribute
-
xgetPivot
XmlBoolean xgetPivot()
Gets (as xml) the "pivot" attribute
-
isSetPivot
boolean isSetPivot()
True if has "pivot" attribute
-
setPivot
void setPivot(boolean pivot)
Sets the "pivot" attribute
-
xsetPivot
void xsetPivot(XmlBoolean pivot)
Sets (as xml) the "pivot" attribute
-
unsetPivot
void unsetPivot()
Unsets the "pivot" attribute
-
getTable
boolean getTable()
Gets the "table" attribute
-
xgetTable
XmlBoolean xgetTable()
Gets (as xml) the "table" attribute
-
isSetTable
boolean isSetTable()
True if has "table" attribute
-
setTable
void setTable(boolean table)
Sets the "table" attribute
-
xsetTable
void xsetTable(XmlBoolean table)
Sets (as xml) the "table" attribute
-
unsetTable
void unsetTable()
Unsets the "table" attribute
-
getCount
long getCount()
Gets the "count" attribute
-
xgetCount
XmlUnsignedInt xgetCount()
Gets (as xml) the "count" attribute
-
isSetCount
boolean isSetCount()
True if has "count" attribute
-
setCount
void setCount(long count)
Sets the "count" attribute
-
xsetCount
void xsetCount(XmlUnsignedInt count)
Sets (as xml) the "count" attribute
-
unsetCount
void unsetCount()
Unsets the "count" attribute
-
-