Interface CTTuples
- All Superinterfaces:
XmlObject
,XmlTokenSource
An XML CT_Tuples(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsFields 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 "tpl" elementlong
getC()
Gets the "c" attributeCTTuple[]
Gets array of all "tpl" elementsgetTplArray
(int i) Gets ith "tpl" elementGets a List of "tpl" elementsinsertNewTpl
(int i) Inserts and returns a new empty value (as xml) as the ith "tpl" elementboolean
isSetC()
True if has "c" attributevoid
removeTpl
(int i) Removes the ith "tpl" elementvoid
setC
(long c) Sets the "c" attributevoid
setTplArray
(int i, CTTuple tpl) Sets ith "tpl" elementvoid
setTplArray
(CTTuple[] tplArray) Sets array of all "tpl" elementint
Returns number of "tpl" elementvoid
unsetC()
Unsets the "c" attributexgetC()
Gets (as xml) the "c" attributevoid
Sets (as xml) the "c" 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, valueHashCode
Methods 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
-
getTplList
Gets a List of "tpl" elements -
getTplArray
CTTuple[] getTplArray()Gets array of all "tpl" elements -
getTplArray
Gets ith "tpl" element -
sizeOfTplArray
int sizeOfTplArray()Returns number of "tpl" element -
setTplArray
Sets array of all "tpl" element -
setTplArray
Sets ith "tpl" element -
insertNewTpl
Inserts and returns a new empty value (as xml) as the ith "tpl" element -
addNewTpl
CTTuple addNewTpl()Appends and returns a new empty value (as xml) as the last "tpl" element -
removeTpl
void removeTpl(int i) Removes the ith "tpl" element -
getC
long getC()Gets the "c" attribute -
xgetC
XmlUnsignedInt xgetC()Gets (as xml) the "c" attribute -
isSetC
boolean isSetC()True if has "c" attribute -
setC
void setC(long c) Sets the "c" attribute -
xsetC
Sets (as xml) the "c" attribute -
unsetC
void unsetC()Unsets the "c" attribute
-