Interface CTSmartTagTypes
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_SmartTagTypes(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTSmartTagTypes> 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 "smartTagType" elementGets array of all "smartTagType" elementsgetSmartTagTypeArray(int i) Gets ith "smartTagType" elementGets a List of "smartTagType" elementsinsertNewSmartTagType(int i) Inserts and returns a new empty value (as xml) as the ith "smartTagType" elementvoidremoveSmartTagType(int i) Removes the ith "smartTagType" elementvoidsetSmartTagTypeArray(int i, CTSmartTagType smartTagType) Sets ith "smartTagType" elementvoidsetSmartTagTypeArray(CTSmartTagType[] smartTagTypeArray) Sets array of all "smartTagType" elementintReturns number of "smartTagType" elementMethods 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
-
getSmartTagTypeList
List<CTSmartTagType> getSmartTagTypeList()Gets a List of "smartTagType" elements -
getSmartTagTypeArray
CTSmartTagType[] getSmartTagTypeArray()Gets array of all "smartTagType" elements -
getSmartTagTypeArray
Gets ith "smartTagType" element -
sizeOfSmartTagTypeArray
int sizeOfSmartTagTypeArray()Returns number of "smartTagType" element -
setSmartTagTypeArray
Sets array of all "smartTagType" element -
setSmartTagTypeArray
Sets ith "smartTagType" element -
insertNewSmartTagType
Inserts and returns a new empty value (as xml) as the ith "smartTagType" element -
addNewSmartTagType
CTSmartTagType addNewSmartTagType()Appends and returns a new empty value (as xml) as the last "smartTagType" element -
removeSmartTagType
void removeSmartTagType(int i) Removes the ith "smartTagType" element
-