public interface CTCellSmartTags extends XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
CTCellSmartTags.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static SchemaType |
type |
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL| Modifier and Type | Method and Description |
|---|---|
CTCellSmartTag |
addNewCellSmartTag()
Appends and returns a new empty value (as xml) as the last "cellSmartTag" element
|
CTCellSmartTag[] |
getCellSmartTagArray()
Deprecated.
|
CTCellSmartTag |
getCellSmartTagArray(int i)
Gets ith "cellSmartTag" element
|
List<CTCellSmartTag> |
getCellSmartTagList()
Gets a List of "cellSmartTag" elements
|
String |
getR()
Gets the "r" attribute
|
CTCellSmartTag |
insertNewCellSmartTag(int i)
Inserts and returns a new empty value (as xml) as the ith "cellSmartTag" element
|
void |
removeCellSmartTag(int i)
Removes the ith "cellSmartTag" element
|
void |
setCellSmartTagArray(CTCellSmartTag[] cellSmartTagArray)
Sets array of all "cellSmartTag" element
|
void |
setCellSmartTagArray(int i,
CTCellSmartTag cellSmartTag)
Sets ith "cellSmartTag" element
|
void |
setR(String r)
Sets the "r" attribute
|
int |
sizeOfCellSmartTagArray()
Returns number of "cellSmartTag" element
|
STCellRef |
xgetR()
Gets (as xml) the "r" attribute
|
void |
xsetR(STCellRef r)
Sets (as xml) the "r" attribute
|
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, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextstatic final SchemaType type
List<CTCellSmartTag> getCellSmartTagList()
@Deprecated CTCellSmartTag[] getCellSmartTagArray()
CTCellSmartTag getCellSmartTagArray(int i)
int sizeOfCellSmartTagArray()
void setCellSmartTagArray(CTCellSmartTag[] cellSmartTagArray)
void setCellSmartTagArray(int i,
CTCellSmartTag cellSmartTag)
CTCellSmartTag insertNewCellSmartTag(int i)
CTCellSmartTag addNewCellSmartTag()
void removeCellSmartTag(int i)
String getR()
STCellRef xgetR()
void setR(String r)
void xsetR(STCellRef r)
Copyright © 2010 - 2020 Adobe. All Rights Reserved