Interface CTTableStyle
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_TableStyle(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTTableStyle> 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 value (as xml) as the last "tableStyleElement" elementlonggetCount()Gets the "count" attributegetName()Gets the "name" attributebooleangetPivot()Gets the "pivot" attributebooleangetTable()Gets the "table" attributeGets array of all "tableStyleElement" elementsgetTableStyleElementArray(int i) Gets ith "tableStyleElement" elementGets a List of "tableStyleElement" elementsinsertNewTableStyleElement(int i) Inserts and returns a new empty value (as xml) as the ith "tableStyleElement" elementbooleanTrue if has "count" attributebooleanTrue if has "pivot" attributebooleanTrue if has "table" attributevoidremoveTableStyleElement(int i) Removes the ith "tableStyleElement" elementvoidsetCount(long count) Sets the "count" attributevoidSets 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" elementintReturns number of "tableStyleElement" elementvoidUnsets the "count" attributevoidUnsets the "pivot" attributevoidUnsets the "table" attributeGets (as xml) the "count" attributexgetName()Gets (as xml) the "name" attributeGets (as xml) the "pivot" attributeGets (as xml) the "table" attributevoidxsetCount(XmlUnsignedInt count) Sets (as xml) the "count" attributevoidSets (as xml) the "name" attributevoidxsetPivot(XmlBoolean pivot) Sets (as xml) the "pivot" attributevoidxsetTable(XmlBoolean table) Sets (as xml) the "table" 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
-
getTableStyleElementList
List<CTTableStyleElement> getTableStyleElementList()Gets a List of "tableStyleElement" elements -
getTableStyleElementArray
CTTableStyleElement[] getTableStyleElementArray()Gets array of all "tableStyleElement" elements -
getTableStyleElementArray
Gets ith "tableStyleElement" element -
sizeOfTableStyleElementArray
int sizeOfTableStyleElementArray()Returns number of "tableStyleElement" element -
setTableStyleElementArray
Sets array of all "tableStyleElement" element -
setTableStyleElementArray
Sets ith "tableStyleElement" element -
insertNewTableStyleElement
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
String getName()Gets the "name" attribute -
xgetName
XmlString xgetName()Gets (as xml) the "name" attribute -
setName
Sets the "name" attribute -
xsetName
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
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
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
Sets (as xml) the "count" attribute -
unsetCount
void unsetCount()Unsets the "count" attribute
-