Interface CTFunc
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTFunc extends XmlObject
An XML CT_Func(@http://schemas.openxmlformats.org/officeDocument/2006/math). This is a complex type.
-
-
Field Summary
Fields Modifier and Type Field Description static DocumentFactory<CTFunc>Factorystatic SchemaTypetype-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CTOMathArgaddNewE()Appends and returns a new empty "e" elementCTOMathArgaddNewFName()Appends and returns a new empty "fName" elementCTFuncPraddNewFuncPr()Appends and returns a new empty "funcPr" elementCTOMathArggetE()Gets the "e" elementCTOMathArggetFName()Gets the "fName" elementCTFuncPrgetFuncPr()Gets the "funcPr" elementbooleanisSetFuncPr()True if has "funcPr" elementvoidsetE(CTOMathArg e)Sets the "e" elementvoidsetFName(CTOMathArg fName)Sets the "fName" elementvoidsetFuncPr(CTFuncPr funcPr)Sets the "funcPr" elementvoidunsetFuncPr()Unsets the "funcPr" element-
Methods 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, valueHashCode
-
Methods 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 Detail
-
Factory
static final DocumentFactory<CTFunc> Factory
-
type
static final SchemaType type
-
-
Method Detail
-
getFuncPr
CTFuncPr getFuncPr()
Gets the "funcPr" element
-
isSetFuncPr
boolean isSetFuncPr()
True if has "funcPr" element
-
setFuncPr
void setFuncPr(CTFuncPr funcPr)
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
void setFName(CTOMathArg fName)
Sets the "fName" element
-
addNewFName
CTOMathArg addNewFName()
Appends and returns a new empty "fName" element
-
getE
CTOMathArg getE()
Gets the "e" element
-
setE
void setE(CTOMathArg e)
Sets the "e" element
-
addNewE
CTOMathArg addNewE()
Appends and returns a new empty "e" element
-
-