Interface CTCellSmartTags
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTCellSmartTags extends XmlObject
An XML CT_CellSmartTags(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTCellSmartTags.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description CTCellSmartTagaddNewCellSmartTag()Appends and returns a new empty value (as xml) as the last "cellSmartTag" elementCTCellSmartTag[]getCellSmartTagArray()Deprecated.CTCellSmartTaggetCellSmartTagArray(int i)Gets ith "cellSmartTag" elementjava.util.List<CTCellSmartTag>getCellSmartTagList()Gets a List of "cellSmartTag" elementsjava.lang.StringgetR()Gets the "r" attributeCTCellSmartTaginsertNewCellSmartTag(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" elementvoidsetR(java.lang.String r)Sets the "r" attributeintsizeOfCellSmartTagArray()Returns number of "cellSmartTag" elementSTCellRefxgetR()Gets (as xml) the "r" attributevoidxsetR(STCellRef r)Sets (as xml) the "r" attribute-
Methods 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, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getCellSmartTagList
java.util.List<CTCellSmartTag> getCellSmartTagList()
Gets a List of "cellSmartTag" elements
-
getCellSmartTagArray
@Deprecated CTCellSmartTag[] getCellSmartTagArray()
Deprecated.Gets array of all "cellSmartTag" elements
-
getCellSmartTagArray
CTCellSmartTag getCellSmartTagArray(int i)
Gets ith "cellSmartTag" element
-
sizeOfCellSmartTagArray
int sizeOfCellSmartTagArray()
Returns number of "cellSmartTag" element
-
setCellSmartTagArray
void setCellSmartTagArray(CTCellSmartTag[] cellSmartTagArray)
Sets array of all "cellSmartTag" element
-
setCellSmartTagArray
void setCellSmartTagArray(int i, CTCellSmartTag cellSmartTag)Sets ith "cellSmartTag" element
-
insertNewCellSmartTag
CTCellSmartTag insertNewCellSmartTag(int i)
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
java.lang.String getR()
Gets the "r" attribute
-
xgetR
STCellRef xgetR()
Gets (as xml) the "r" attribute
-
setR
void setR(java.lang.String r)
Sets the "r" attribute
-
xsetR
void xsetR(STCellRef r)
Sets (as xml) the "r" attribute
-
-