Interface CTExternalSheetData
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_ExternalSheetData(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTExternalSheetData> 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 "row" elementbooleanGets the "refreshError" attributeGets array of all "row" elementsgetRowArray(int i) Gets ith "row" elementGets a List of "row" elementslongGets the "sheetId" attributeinsertNewRow(int i) Inserts and returns a new empty value (as xml) as the ith "row" elementbooleanTrue if has "refreshError" attributevoidremoveRow(int i) Removes the ith "row" elementvoidsetRefreshError(boolean refreshError) Sets the "refreshError" attributevoidsetRowArray(int i, CTExternalRow row) Sets ith "row" elementvoidsetRowArray(CTExternalRow[] rowArray) Sets array of all "row" elementvoidsetSheetId(long sheetId) Sets the "sheetId" attributeintReturns number of "row" elementvoidUnsets the "refreshError" attributeGets (as xml) the "refreshError" attributeGets (as xml) the "sheetId" attributevoidxsetRefreshError(XmlBoolean refreshError) Sets (as xml) the "refreshError" attributevoidxsetSheetId(XmlUnsignedInt sheetId) Sets (as xml) the "sheetId" 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
-
getRowList
List<CTExternalRow> getRowList()Gets a List of "row" elements -
getRowArray
CTExternalRow[] getRowArray()Gets array of all "row" elements -
getRowArray
Gets ith "row" element -
sizeOfRowArray
int sizeOfRowArray()Returns number of "row" element -
setRowArray
Sets array of all "row" element -
setRowArray
Sets ith "row" element -
insertNewRow
Inserts and returns a new empty value (as xml) as the ith "row" element -
addNewRow
CTExternalRow addNewRow()Appends and returns a new empty value (as xml) as the last "row" element -
removeRow
void removeRow(int i) Removes the ith "row" element -
getSheetId
long getSheetId()Gets the "sheetId" attribute -
xgetSheetId
XmlUnsignedInt xgetSheetId()Gets (as xml) the "sheetId" attribute -
setSheetId
void setSheetId(long sheetId) Sets the "sheetId" attribute -
xsetSheetId
Sets (as xml) the "sheetId" attribute -
getRefreshError
boolean getRefreshError()Gets the "refreshError" attribute -
xgetRefreshError
XmlBoolean xgetRefreshError()Gets (as xml) the "refreshError" attribute -
isSetRefreshError
boolean isSetRefreshError()True if has "refreshError" attribute -
setRefreshError
void setRefreshError(boolean refreshError) Sets the "refreshError" attribute -
xsetRefreshError
Sets (as xml) the "refreshError" attribute -
unsetRefreshError
void unsetRefreshError()Unsets the "refreshError" attribute
-