Interface CTFFDDList
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_FFDDList(@http://schemas.openxmlformats.org/wordprocessingml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTFFDDList> 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 "default" elementAppends and returns a new empty value (as xml) as the last "listEntry" elementAppends and returns a new empty "result" elementGets the "default" elementCTString[]Gets array of all "listEntry" elementsgetListEntryArray(int i) Gets ith "listEntry" elementGets a List of "listEntry" elementsGets the "result" elementinsertNewListEntry(int i) Inserts and returns a new empty value (as xml) as the ith "listEntry" elementbooleanTrue if has "default" elementbooleanTrue if has "result" elementvoidremoveListEntry(int i) Removes the ith "listEntry" elementvoidsetDefault(CTDecimalNumber xdefault) Sets the "default" elementvoidsetListEntryArray(int i, CTString listEntry) Sets ith "listEntry" elementvoidsetListEntryArray(CTString[] listEntryArray) Sets array of all "listEntry" elementvoidsetResult(CTDecimalNumber result) Sets the "result" elementintReturns number of "listEntry" elementvoidUnsets the "default" elementvoidUnsets the "result" 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
-
getResult
CTDecimalNumber getResult()Gets the "result" element -
isSetResult
boolean isSetResult()True if has "result" element -
setResult
Sets the "result" element -
addNewResult
CTDecimalNumber addNewResult()Appends and returns a new empty "result" element -
unsetResult
void unsetResult()Unsets the "result" element -
getDefault
CTDecimalNumber getDefault()Gets the "default" element -
isSetDefault
boolean isSetDefault()True if has "default" element -
setDefault
Sets the "default" element -
addNewDefault
CTDecimalNumber addNewDefault()Appends and returns a new empty "default" element -
unsetDefault
void unsetDefault()Unsets the "default" element -
getListEntryList
Gets a List of "listEntry" elements -
getListEntryArray
CTString[] getListEntryArray()Gets array of all "listEntry" elements -
getListEntryArray
Gets ith "listEntry" element -
sizeOfListEntryArray
int sizeOfListEntryArray()Returns number of "listEntry" element -
setListEntryArray
Sets array of all "listEntry" element -
setListEntryArray
Sets ith "listEntry" element -
insertNewListEntry
Inserts and returns a new empty value (as xml) as the ith "listEntry" element -
addNewListEntry
CTString addNewListEntry()Appends and returns a new empty value (as xml) as the last "listEntry" element -
removeListEntry
void removeListEntry(int i) Removes the ith "listEntry" element
-