Interface CTDdeValues
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_DdeValues(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTDdeValues> 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 "value" elementlonggetCols()Gets the "cols" attributelonggetRows()Gets the "rows" attributeGets array of all "value" elementsgetValueArray(int i) Gets ith "value" elementGets a List of "value" elementsinsertNewValue(int i) Inserts and returns a new empty value (as xml) as the ith "value" elementbooleanTrue if has "cols" attributebooleanTrue if has "rows" attributevoidremoveValue(int i) Removes the ith "value" elementvoidsetCols(long cols) Sets the "cols" attributevoidsetRows(long rows) Sets the "rows" attributevoidsetValueArray(int i, CTDdeValue value) Sets ith "value" elementvoidsetValueArray(CTDdeValue[] valueArray) Sets array of all "value" elementintReturns number of "value" elementvoidUnsets the "cols" attributevoidUnsets the "rows" attributexgetCols()Gets (as xml) the "cols" attributexgetRows()Gets (as xml) the "rows" attributevoidxsetCols(XmlUnsignedInt cols) Sets (as xml) the "cols" attributevoidxsetRows(XmlUnsignedInt rows) Sets (as xml) the "rows" 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
-
getValueList
List<CTDdeValue> getValueList()Gets a List of "value" elements -
getValueArray
CTDdeValue[] getValueArray()Gets array of all "value" elements -
getValueArray
Gets ith "value" element -
sizeOfValueArray
int sizeOfValueArray()Returns number of "value" element -
setValueArray
Sets array of all "value" element -
setValueArray
Sets ith "value" element -
insertNewValue
Inserts and returns a new empty value (as xml) as the ith "value" element -
addNewValue
CTDdeValue addNewValue()Appends and returns a new empty value (as xml) as the last "value" element -
removeValue
void removeValue(int i) Removes the ith "value" element -
getRows
long getRows()Gets the "rows" attribute -
xgetRows
XmlUnsignedInt xgetRows()Gets (as xml) the "rows" attribute -
isSetRows
boolean isSetRows()True if has "rows" attribute -
setRows
void setRows(long rows) Sets the "rows" attribute -
xsetRows
Sets (as xml) the "rows" attribute -
unsetRows
void unsetRows()Unsets the "rows" attribute -
getCols
long getCols()Gets the "cols" attribute -
xgetCols
XmlUnsignedInt xgetCols()Gets (as xml) the "cols" attribute -
isSetCols
boolean isSetCols()True if has "cols" attribute -
setCols
void setCols(long cols) Sets the "cols" attribute -
xsetCols
Sets (as xml) the "cols" attribute -
unsetCols
void unsetCols()Unsets the "cols" attribute
-