Interface CTSdtComboBox
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_SdtComboBox(@http://schemas.openxmlformats.org/wordprocessingml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTSdtComboBox> 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 "listItem" elementGets the "lastValue" attributeGets array of all "listItem" elementsgetListItemArray(int i) Gets ith "listItem" elementGets a List of "listItem" elementsinsertNewListItem(int i) Inserts and returns a new empty value (as xml) as the ith "listItem" elementbooleanTrue if has "lastValue" attributevoidremoveListItem(int i) Removes the ith "listItem" elementvoidsetLastValue(String lastValue) Sets the "lastValue" attributevoidsetListItemArray(int i, CTSdtListItem listItem) Sets ith "listItem" elementvoidsetListItemArray(CTSdtListItem[] listItemArray) Sets array of all "listItem" elementintReturns number of "listItem" elementvoidUnsets the "lastValue" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STStringGets (as xml) the "lastValue" attributevoidxsetLastValue(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString lastValue) Sets (as xml) the "lastValue" 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
-
getListItemList
List<CTSdtListItem> getListItemList()Gets a List of "listItem" elements -
getListItemArray
CTSdtListItem[] getListItemArray()Gets array of all "listItem" elements -
getListItemArray
Gets ith "listItem" element -
sizeOfListItemArray
int sizeOfListItemArray()Returns number of "listItem" element -
setListItemArray
Sets array of all "listItem" element -
setListItemArray
Sets ith "listItem" element -
insertNewListItem
Inserts and returns a new empty value (as xml) as the ith "listItem" element -
addNewListItem
CTSdtListItem addNewListItem()Appends and returns a new empty value (as xml) as the last "listItem" element -
removeListItem
void removeListItem(int i) Removes the ith "listItem" element -
getLastValue
String getLastValue()Gets the "lastValue" attribute -
xgetLastValue
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString xgetLastValue()Gets (as xml) the "lastValue" attribute -
isSetLastValue
boolean isSetLastValue()True if has "lastValue" attribute -
setLastValue
Sets the "lastValue" attribute -
unsetLastValue
void unsetLastValue()Unsets the "lastValue" attribute
-