Interface CTFunc
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_Func(@http://schemas.openxmlformats.org/officeDocument/2006/math).
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 TypeMethodDescriptionaddNewE()Appends and returns a new empty "e" elementAppends and returns a new empty "fName" elementAppends and returns a new empty "funcPr" elementgetE()Gets the "e" elementgetFName()Gets the "fName" elementGets the "funcPr" elementbooleanTrue if has "funcPr" elementvoidsetE(CTOMathArg e) Sets the "e" elementvoidsetFName(CTOMathArg fName) Sets the "fName" elementvoidSets the "funcPr" elementvoidUnsets the "funcPr" 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
-
getFuncPr
CTFuncPr getFuncPr()Gets the "funcPr" element -
isSetFuncPr
boolean isSetFuncPr()True if has "funcPr" element -
setFuncPr
Sets the "funcPr" element -
addNewFuncPr
CTFuncPr addNewFuncPr()Appends and returns a new empty "funcPr" element -
unsetFuncPr
void unsetFuncPr()Unsets the "funcPr" element -
getFName
CTOMathArg getFName()Gets the "fName" element -
setFName
Sets the "fName" element -
addNewFName
CTOMathArg addNewFName()Appends and returns a new empty "fName" element -
getE
CTOMathArg getE()Gets the "e" element -
setE
Sets the "e" element -
addNewE
CTOMathArg addNewE()Appends and returns a new empty "e" element
-