Interface CTBox
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTBox extends XmlObject
An XML CT_Box(@http://schemas.openxmlformats.org/officeDocument/2006/math). This is a complex type.
-
-
Field Summary
Fields Modifier and Type Field Description static DocumentFactory<CTBox>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 CTBoxPraddNewBoxPr()Appends and returns a new empty "boxPr" elementCTOMathArgaddNewE()Appends and returns a new empty "e" elementCTBoxPrgetBoxPr()Gets the "boxPr" elementCTOMathArggetE()Gets the "e" elementbooleanisSetBoxPr()True if has "boxPr" elementvoidsetBoxPr(CTBoxPr boxPr)Sets the "boxPr" elementvoidsetE(CTOMathArg e)Sets the "e" elementvoidunsetBoxPr()Unsets the "boxPr" 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<CTBox> Factory
-
type
static final SchemaType type
-
-
Method Detail
-
getBoxPr
CTBoxPr getBoxPr()
Gets the "boxPr" element
-
isSetBoxPr
boolean isSetBoxPr()
True if has "boxPr" element
-
setBoxPr
void setBoxPr(CTBoxPr boxPr)
Sets the "boxPr" element
-
addNewBoxPr
CTBoxPr addNewBoxPr()
Appends and returns a new empty "boxPr" element
-
unsetBoxPr
void unsetBoxPr()
Unsets the "boxPr" 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
-
-