Interface CTF
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTF extends XmlObject
An XML CT_F(@http://schemas.openxmlformats.org/officeDocument/2006/math). This is a complex type.
-
-
Field Summary
Fields Modifier and Type Field Description static DocumentFactory<CTF>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 CTOMathArgaddNewDen()Appends and returns a new empty "den" elementCTFPraddNewFPr()Appends and returns a new empty "fPr" elementCTOMathArgaddNewNum()Appends and returns a new empty "num" elementCTOMathArggetDen()Gets the "den" elementCTFPrgetFPr()Gets the "fPr" elementCTOMathArggetNum()Gets the "num" elementbooleanisSetFPr()True if has "fPr" elementvoidsetDen(CTOMathArg den)Sets the "den" elementvoidsetFPr(CTFPr fPr)Sets the "fPr" elementvoidsetNum(CTOMathArg num)Sets the "num" elementvoidunsetFPr()Unsets the "fPr" 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<CTF> Factory
-
type
static final SchemaType type
-
-
Method Detail
-
getFPr
CTFPr getFPr()
Gets the "fPr" element
-
isSetFPr
boolean isSetFPr()
True if has "fPr" element
-
setFPr
void setFPr(CTFPr fPr)
Sets the "fPr" element
-
addNewFPr
CTFPr addNewFPr()
Appends and returns a new empty "fPr" element
-
unsetFPr
void unsetFPr()
Unsets the "fPr" element
-
getNum
CTOMathArg getNum()
Gets the "num" element
-
setNum
void setNum(CTOMathArg num)
Sets the "num" element
-
addNewNum
CTOMathArg addNewNum()
Appends and returns a new empty "num" element
-
getDen
CTOMathArg getDen()
Gets the "den" element
-
setDen
void setDen(CTOMathArg den)
Sets the "den" element
-
addNewDen
CTOMathArg addNewDen()
Appends and returns a new empty "den" element
-
-