Interface CTFFData
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_FFData(@http://schemas.openxmlformats.org/wordprocessingml/2006/main).
This is a complex type.
-
Field Summary
FieldsFields 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 "calcOnExit" elementAppends and returns a new empty value (as xml) as the last "checkBox" elementAppends and returns a new empty value (as xml) as the last "ddList" elementAppends and returns a new empty value (as xml) as the last "enabled" elementAppends and returns a new empty value (as xml) as the last "entryMacro" elementAppends and returns a new empty value (as xml) as the last "exitMacro" elementAppends and returns a new empty value (as xml) as the last "helpText" elementAppends and returns a new empty value (as xml) as the last "label" elementAppends and returns a new empty value (as xml) as the last "name" elementAppends and returns a new empty value (as xml) as the last "statusText" elementAppends and returns a new empty value (as xml) as the last "tabIndex" elementAppends and returns a new empty value (as xml) as the last "textInput" elementCTOnOff[]Gets array of all "calcOnExit" elementsgetCalcOnExitArray(int i) Gets ith "calcOnExit" elementGets a List of "calcOnExit" elementsGets array of all "checkBox" elementsgetCheckBoxArray(int i) Gets ith "checkBox" elementGets a List of "checkBox" elementsGets array of all "ddList" elementsgetDdListArray(int i) Gets ith "ddList" elementGets a List of "ddList" elementsCTOnOff[]Gets array of all "enabled" elementsgetEnabledArray(int i) Gets ith "enabled" elementGets a List of "enabled" elementsGets array of all "entryMacro" elementsgetEntryMacroArray(int i) Gets ith "entryMacro" elementGets a List of "entryMacro" elementsGets array of all "exitMacro" elementsgetExitMacroArray(int i) Gets ith "exitMacro" elementGets a List of "exitMacro" elementsGets array of all "helpText" elementsgetHelpTextArray(int i) Gets ith "helpText" elementGets a List of "helpText" elementsGets array of all "label" elementsgetLabelArray(int i) Gets ith "label" elementGets a List of "label" elementsCTFFName[]Gets array of all "name" elementsgetNameArray(int i) Gets ith "name" elementGets a List of "name" elementsGets array of all "statusText" elementsgetStatusTextArray(int i) Gets ith "statusText" elementGets a List of "statusText" elementsGets array of all "tabIndex" elementsgetTabIndexArray(int i) Gets ith "tabIndex" elementGets a List of "tabIndex" elementsGets array of all "textInput" elementsgetTextInputArray(int i) Gets ith "textInput" elementGets a List of "textInput" elementsinsertNewCalcOnExit(int i) Inserts and returns a new empty value (as xml) as the ith "calcOnExit" elementinsertNewCheckBox(int i) Inserts and returns a new empty value (as xml) as the ith "checkBox" elementinsertNewDdList(int i) Inserts and returns a new empty value (as xml) as the ith "ddList" elementinsertNewEnabled(int i) Inserts and returns a new empty value (as xml) as the ith "enabled" elementinsertNewEntryMacro(int i) Inserts and returns a new empty value (as xml) as the ith "entryMacro" elementinsertNewExitMacro(int i) Inserts and returns a new empty value (as xml) as the ith "exitMacro" elementinsertNewHelpText(int i) Inserts and returns a new empty value (as xml) as the ith "helpText" elementinsertNewLabel(int i) Inserts and returns a new empty value (as xml) as the ith "label" elementinsertNewName(int i) Inserts and returns a new empty value (as xml) as the ith "name" elementinsertNewStatusText(int i) Inserts and returns a new empty value (as xml) as the ith "statusText" elementinsertNewTabIndex(int i) Inserts and returns a new empty value (as xml) as the ith "tabIndex" elementinsertNewTextInput(int i) Inserts and returns a new empty value (as xml) as the ith "textInput" elementvoidremoveCalcOnExit(int i) Removes the ith "calcOnExit" elementvoidremoveCheckBox(int i) Removes the ith "checkBox" elementvoidremoveDdList(int i) Removes the ith "ddList" elementvoidremoveEnabled(int i) Removes the ith "enabled" elementvoidremoveEntryMacro(int i) Removes the ith "entryMacro" elementvoidremoveExitMacro(int i) Removes the ith "exitMacro" elementvoidremoveHelpText(int i) Removes the ith "helpText" elementvoidremoveLabel(int i) Removes the ith "label" elementvoidremoveName(int i) Removes the ith "name" elementvoidremoveStatusText(int i) Removes the ith "statusText" elementvoidremoveTabIndex(int i) Removes the ith "tabIndex" elementvoidremoveTextInput(int i) Removes the ith "textInput" elementvoidsetCalcOnExitArray(int i, CTOnOff calcOnExit) Sets ith "calcOnExit" elementvoidsetCalcOnExitArray(CTOnOff[] calcOnExitArray) Sets array of all "calcOnExit" elementvoidsetCheckBoxArray(int i, CTFFCheckBox checkBox) Sets ith "checkBox" elementvoidsetCheckBoxArray(CTFFCheckBox[] checkBoxArray) Sets array of all "checkBox" elementvoidsetDdListArray(int i, CTFFDDList ddList) Sets ith "ddList" elementvoidsetDdListArray(CTFFDDList[] ddListArray) Sets array of all "ddList" elementvoidsetEnabledArray(int i, CTOnOff enabled) Sets ith "enabled" elementvoidsetEnabledArray(CTOnOff[] enabledArray) Sets array of all "enabled" elementvoidsetEntryMacroArray(int i, CTMacroName entryMacro) Sets ith "entryMacro" elementvoidsetEntryMacroArray(CTMacroName[] entryMacroArray) Sets array of all "entryMacro" elementvoidsetExitMacroArray(int i, CTMacroName exitMacro) Sets ith "exitMacro" elementvoidsetExitMacroArray(CTMacroName[] exitMacroArray) Sets array of all "exitMacro" elementvoidsetHelpTextArray(int i, CTFFHelpText helpText) Sets ith "helpText" elementvoidsetHelpTextArray(CTFFHelpText[] helpTextArray) Sets array of all "helpText" elementvoidsetLabelArray(int i, CTDecimalNumber label) Sets ith "label" elementvoidsetLabelArray(CTDecimalNumber[] labelArray) Sets array of all "label" elementvoidsetNameArray(int i, CTFFName name) Sets ith "name" elementvoidsetNameArray(CTFFName[] nameArray) Sets array of all "name" elementvoidsetStatusTextArray(int i, CTFFStatusText statusText) Sets ith "statusText" elementvoidsetStatusTextArray(CTFFStatusText[] statusTextArray) Sets array of all "statusText" elementvoidsetTabIndexArray(int i, CTUnsignedDecimalNumber tabIndex) Sets ith "tabIndex" elementvoidsetTabIndexArray(CTUnsignedDecimalNumber[] tabIndexArray) Sets array of all "tabIndex" elementvoidsetTextInputArray(int i, CTFFTextInput textInput) Sets ith "textInput" elementvoidsetTextInputArray(CTFFTextInput[] textInputArray) Sets array of all "textInput" elementintReturns number of "calcOnExit" elementintReturns number of "checkBox" elementintReturns number of "ddList" elementintReturns number of "enabled" elementintReturns number of "entryMacro" elementintReturns number of "exitMacro" elementintReturns number of "helpText" elementintReturns number of "label" elementintReturns number of "name" elementintReturns number of "statusText" elementintReturns number of "tabIndex" elementintReturns number of "textInput" 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
-
getNameList
Gets a List of "name" elements -
getNameArray
CTFFName[] getNameArray()Gets array of all "name" elements -
getNameArray
Gets ith "name" element -
sizeOfNameArray
int sizeOfNameArray()Returns number of "name" element -
setNameArray
Sets array of all "name" element -
setNameArray
Sets ith "name" element -
insertNewName
Inserts and returns a new empty value (as xml) as the ith "name" element -
addNewName
CTFFName addNewName()Appends and returns a new empty value (as xml) as the last "name" element -
removeName
void removeName(int i) Removes the ith "name" element -
getLabelList
List<CTDecimalNumber> getLabelList()Gets a List of "label" elements -
getLabelArray
CTDecimalNumber[] getLabelArray()Gets array of all "label" elements -
getLabelArray
Gets ith "label" element -
sizeOfLabelArray
int sizeOfLabelArray()Returns number of "label" element -
setLabelArray
Sets array of all "label" element -
setLabelArray
Sets ith "label" element -
insertNewLabel
Inserts and returns a new empty value (as xml) as the ith "label" element -
addNewLabel
CTDecimalNumber addNewLabel()Appends and returns a new empty value (as xml) as the last "label" element -
removeLabel
void removeLabel(int i) Removes the ith "label" element -
getTabIndexList
List<CTUnsignedDecimalNumber> getTabIndexList()Gets a List of "tabIndex" elements -
getTabIndexArray
CTUnsignedDecimalNumber[] getTabIndexArray()Gets array of all "tabIndex" elements -
getTabIndexArray
Gets ith "tabIndex" element -
sizeOfTabIndexArray
int sizeOfTabIndexArray()Returns number of "tabIndex" element -
setTabIndexArray
Sets array of all "tabIndex" element -
setTabIndexArray
Sets ith "tabIndex" element -
insertNewTabIndex
Inserts and returns a new empty value (as xml) as the ith "tabIndex" element -
addNewTabIndex
CTUnsignedDecimalNumber addNewTabIndex()Appends and returns a new empty value (as xml) as the last "tabIndex" element -
removeTabIndex
void removeTabIndex(int i) Removes the ith "tabIndex" element -
getEnabledList
Gets a List of "enabled" elements -
getEnabledArray
CTOnOff[] getEnabledArray()Gets array of all "enabled" elements -
getEnabledArray
Gets ith "enabled" element -
sizeOfEnabledArray
int sizeOfEnabledArray()Returns number of "enabled" element -
setEnabledArray
Sets array of all "enabled" element -
setEnabledArray
Sets ith "enabled" element -
insertNewEnabled
Inserts and returns a new empty value (as xml) as the ith "enabled" element -
addNewEnabled
CTOnOff addNewEnabled()Appends and returns a new empty value (as xml) as the last "enabled" element -
removeEnabled
void removeEnabled(int i) Removes the ith "enabled" element -
getCalcOnExitList
Gets a List of "calcOnExit" elements -
getCalcOnExitArray
CTOnOff[] getCalcOnExitArray()Gets array of all "calcOnExit" elements -
getCalcOnExitArray
Gets ith "calcOnExit" element -
sizeOfCalcOnExitArray
int sizeOfCalcOnExitArray()Returns number of "calcOnExit" element -
setCalcOnExitArray
Sets array of all "calcOnExit" element -
setCalcOnExitArray
Sets ith "calcOnExit" element -
insertNewCalcOnExit
Inserts and returns a new empty value (as xml) as the ith "calcOnExit" element -
addNewCalcOnExit
CTOnOff addNewCalcOnExit()Appends and returns a new empty value (as xml) as the last "calcOnExit" element -
removeCalcOnExit
void removeCalcOnExit(int i) Removes the ith "calcOnExit" element -
getEntryMacroList
List<CTMacroName> getEntryMacroList()Gets a List of "entryMacro" elements -
getEntryMacroArray
CTMacroName[] getEntryMacroArray()Gets array of all "entryMacro" elements -
getEntryMacroArray
Gets ith "entryMacro" element -
sizeOfEntryMacroArray
int sizeOfEntryMacroArray()Returns number of "entryMacro" element -
setEntryMacroArray
Sets array of all "entryMacro" element -
setEntryMacroArray
Sets ith "entryMacro" element -
insertNewEntryMacro
Inserts and returns a new empty value (as xml) as the ith "entryMacro" element -
addNewEntryMacro
CTMacroName addNewEntryMacro()Appends and returns a new empty value (as xml) as the last "entryMacro" element -
removeEntryMacro
void removeEntryMacro(int i) Removes the ith "entryMacro" element -
getExitMacroList
List<CTMacroName> getExitMacroList()Gets a List of "exitMacro" elements -
getExitMacroArray
CTMacroName[] getExitMacroArray()Gets array of all "exitMacro" elements -
getExitMacroArray
Gets ith "exitMacro" element -
sizeOfExitMacroArray
int sizeOfExitMacroArray()Returns number of "exitMacro" element -
setExitMacroArray
Sets array of all "exitMacro" element -
setExitMacroArray
Sets ith "exitMacro" element -
insertNewExitMacro
Inserts and returns a new empty value (as xml) as the ith "exitMacro" element -
addNewExitMacro
CTMacroName addNewExitMacro()Appends and returns a new empty value (as xml) as the last "exitMacro" element -
removeExitMacro
void removeExitMacro(int i) Removes the ith "exitMacro" element -
getHelpTextList
List<CTFFHelpText> getHelpTextList()Gets a List of "helpText" elements -
getHelpTextArray
CTFFHelpText[] getHelpTextArray()Gets array of all "helpText" elements -
getHelpTextArray
Gets ith "helpText" element -
sizeOfHelpTextArray
int sizeOfHelpTextArray()Returns number of "helpText" element -
setHelpTextArray
Sets array of all "helpText" element -
setHelpTextArray
Sets ith "helpText" element -
insertNewHelpText
Inserts and returns a new empty value (as xml) as the ith "helpText" element -
addNewHelpText
CTFFHelpText addNewHelpText()Appends and returns a new empty value (as xml) as the last "helpText" element -
removeHelpText
void removeHelpText(int i) Removes the ith "helpText" element -
getStatusTextList
List<CTFFStatusText> getStatusTextList()Gets a List of "statusText" elements -
getStatusTextArray
CTFFStatusText[] getStatusTextArray()Gets array of all "statusText" elements -
getStatusTextArray
Gets ith "statusText" element -
sizeOfStatusTextArray
int sizeOfStatusTextArray()Returns number of "statusText" element -
setStatusTextArray
Sets array of all "statusText" element -
setStatusTextArray
Sets ith "statusText" element -
insertNewStatusText
Inserts and returns a new empty value (as xml) as the ith "statusText" element -
addNewStatusText
CTFFStatusText addNewStatusText()Appends and returns a new empty value (as xml) as the last "statusText" element -
removeStatusText
void removeStatusText(int i) Removes the ith "statusText" element -
getCheckBoxList
List<CTFFCheckBox> getCheckBoxList()Gets a List of "checkBox" elements -
getCheckBoxArray
CTFFCheckBox[] getCheckBoxArray()Gets array of all "checkBox" elements -
getCheckBoxArray
Gets ith "checkBox" element -
sizeOfCheckBoxArray
int sizeOfCheckBoxArray()Returns number of "checkBox" element -
setCheckBoxArray
Sets array of all "checkBox" element -
setCheckBoxArray
Sets ith "checkBox" element -
insertNewCheckBox
Inserts and returns a new empty value (as xml) as the ith "checkBox" element -
addNewCheckBox
CTFFCheckBox addNewCheckBox()Appends and returns a new empty value (as xml) as the last "checkBox" element -
removeCheckBox
void removeCheckBox(int i) Removes the ith "checkBox" element -
getDdListList
List<CTFFDDList> getDdListList()Gets a List of "ddList" elements -
getDdListArray
CTFFDDList[] getDdListArray()Gets array of all "ddList" elements -
getDdListArray
Gets ith "ddList" element -
sizeOfDdListArray
int sizeOfDdListArray()Returns number of "ddList" element -
setDdListArray
Sets array of all "ddList" element -
setDdListArray
Sets ith "ddList" element -
insertNewDdList
Inserts and returns a new empty value (as xml) as the ith "ddList" element -
addNewDdList
CTFFDDList addNewDdList()Appends and returns a new empty value (as xml) as the last "ddList" element -
removeDdList
void removeDdList(int i) Removes the ith "ddList" element -
getTextInputList
List<CTFFTextInput> getTextInputList()Gets a List of "textInput" elements -
getTextInputArray
CTFFTextInput[] getTextInputArray()Gets array of all "textInput" elements -
getTextInputArray
Gets ith "textInput" element -
sizeOfTextInputArray
int sizeOfTextInputArray()Returns number of "textInput" element -
setTextInputArray
Sets array of all "textInput" element -
setTextInputArray
Sets ith "textInput" element -
insertNewTextInput
Inserts and returns a new empty value (as xml) as the ith "textInput" element -
addNewTextInput
CTFFTextInput addNewTextInput()Appends and returns a new empty value (as xml) as the last "textInput" element -
removeTextInput
void removeTextInput(int i) Removes the ith "textInput" element
-