public interface CTSdtDropDownList extends XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
CTSdtDropDownList.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 |
|---|---|
CTSdtListItem |
addNewListItem()
Appends and returns a new empty value (as xml) as the last "listItem" element
|
String |
getLastValue()
Gets the "lastValue" attribute
|
CTSdtListItem[] |
getListItemArray()
Deprecated.
|
CTSdtListItem |
getListItemArray(int i)
Gets ith "listItem" element
|
List<CTSdtListItem> |
getListItemList()
Gets a List of "listItem" elements
|
CTSdtListItem |
insertNewListItem(int i)
Inserts and returns a new empty value (as xml) as the ith "listItem" element
|
boolean |
isSetLastValue()
True if has "lastValue" attribute
|
void |
removeListItem(int i)
Removes the ith "listItem" element
|
void |
setLastValue(String lastValue)
Sets the "lastValue" attribute
|
void |
setListItemArray(CTSdtListItem[] listItemArray)
Sets array of all "listItem" element
|
void |
setListItemArray(int i,
CTSdtListItem listItem)
Sets ith "listItem" element
|
int |
sizeOfListItemArray()
Returns number of "listItem" element
|
void |
unsetLastValue()
Unsets the "lastValue" attribute
|
STString |
xgetLastValue()
Gets (as xml) the "lastValue" attribute
|
void |
xsetLastValue(STString lastValue)
Sets (as xml) the "lastValue" 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<CTSdtListItem> getListItemList()
@Deprecated CTSdtListItem[] getListItemArray()
CTSdtListItem getListItemArray(int i)
int sizeOfListItemArray()
void setListItemArray(CTSdtListItem[] listItemArray)
void setListItemArray(int i,
CTSdtListItem listItem)
CTSdtListItem insertNewListItem(int i)
CTSdtListItem addNewListItem()
void removeListItem(int i)
String getLastValue()
STString xgetLastValue()
boolean isSetLastValue()
void setLastValue(String lastValue)
void xsetLastValue(STString lastValue)
void unsetLastValue()
Copyright © 2010 - 2020 Adobe. All Rights Reserved