public interface CTSmartTags extends XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
CTSmartTags.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 |
|---|---|
CTCellSmartTags |
addNewCellSmartTags()
Appends and returns a new empty value (as xml) as the last "cellSmartTags" element
|
CTCellSmartTags[] |
getCellSmartTagsArray()
Deprecated.
|
CTCellSmartTags |
getCellSmartTagsArray(int i)
Gets ith "cellSmartTags" element
|
List<CTCellSmartTags> |
getCellSmartTagsList()
Gets a List of "cellSmartTags" elements
|
CTCellSmartTags |
insertNewCellSmartTags(int i)
Inserts and returns a new empty value (as xml) as the ith "cellSmartTags" element
|
void |
removeCellSmartTags(int i)
Removes the ith "cellSmartTags" element
|
void |
setCellSmartTagsArray(CTCellSmartTags[] cellSmartTagsArray)
Sets array of all "cellSmartTags" element
|
void |
setCellSmartTagsArray(int i,
CTCellSmartTags cellSmartTags)
Sets ith "cellSmartTags" element
|
int |
sizeOfCellSmartTagsArray()
Returns number of "cellSmartTags" element
|
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<CTCellSmartTags> getCellSmartTagsList()
@Deprecated CTCellSmartTags[] getCellSmartTagsArray()
CTCellSmartTags getCellSmartTagsArray(int i)
int sizeOfCellSmartTagsArray()
void setCellSmartTagsArray(CTCellSmartTags[] cellSmartTagsArray)
void setCellSmartTagsArray(int i,
CTCellSmartTags cellSmartTags)
CTCellSmartTags insertNewCellSmartTags(int i)
CTCellSmartTags addNewCellSmartTags()
void removeCellSmartTags(int i)
Copyright © 2010 - 2020 Adobe. All Rights Reserved