Interface CTCellSmartTags
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_CellSmartTags(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTCellSmartTags> 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 "cellSmartTag" elementGets array of all "cellSmartTag" elementsgetCellSmartTagArray(int i) Gets ith "cellSmartTag" elementGets a List of "cellSmartTag" elementsgetR()Gets the "r" attributeinsertNewCellSmartTag(int i) Inserts and returns a new empty value (as xml) as the ith "cellSmartTag" elementvoidremoveCellSmartTag(int i) Removes the ith "cellSmartTag" elementvoidsetCellSmartTagArray(int i, CTCellSmartTag cellSmartTag) Sets ith "cellSmartTag" elementvoidsetCellSmartTagArray(CTCellSmartTag[] cellSmartTagArray) Sets array of all "cellSmartTag" elementvoidSets the "r" attributeintReturns number of "cellSmartTag" elementxgetR()Gets (as xml) the "r" attributevoidSets (as xml) the "r" 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
-
getCellSmartTagList
List<CTCellSmartTag> getCellSmartTagList()Gets a List of "cellSmartTag" elements -
getCellSmartTagArray
CTCellSmartTag[] getCellSmartTagArray()Gets array of all "cellSmartTag" elements -
getCellSmartTagArray
Gets ith "cellSmartTag" element -
sizeOfCellSmartTagArray
int sizeOfCellSmartTagArray()Returns number of "cellSmartTag" element -
setCellSmartTagArray
Sets array of all "cellSmartTag" element -
setCellSmartTagArray
Sets ith "cellSmartTag" element -
insertNewCellSmartTag
Inserts and returns a new empty value (as xml) as the ith "cellSmartTag" element -
addNewCellSmartTag
CTCellSmartTag addNewCellSmartTag()Appends and returns a new empty value (as xml) as the last "cellSmartTag" element -
removeCellSmartTag
void removeCellSmartTag(int i) Removes the ith "cellSmartTag" element -
getR
String getR()Gets the "r" attribute -
xgetR
STCellRef xgetR()Gets (as xml) the "r" attribute -
setR
Sets the "r" attribute -
xsetR
Sets (as xml) the "r" attribute
-