Interface CTPhantPr
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTPhantPr extends XmlObject
An XML CT_PhantPr(@http://schemas.openxmlformats.org/officeDocument/2006/math). This is a complex type.
-
-
Field Summary
Fields Modifier and Type Field Description static DocumentFactory<CTPhantPr>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 CTCtrlPraddNewCtrlPr()Appends and returns a new empty "ctrlPr" elementCTOnOffaddNewShow()Appends and returns a new empty "show" elementCTOnOffaddNewTransp()Appends and returns a new empty "transp" elementCTOnOffaddNewZeroAsc()Appends and returns a new empty "zeroAsc" elementCTOnOffaddNewZeroDesc()Appends and returns a new empty "zeroDesc" elementCTOnOffaddNewZeroWid()Appends and returns a new empty "zeroWid" elementCTCtrlPrgetCtrlPr()Gets the "ctrlPr" elementCTOnOffgetShow()Gets the "show" elementCTOnOffgetTransp()Gets the "transp" elementCTOnOffgetZeroAsc()Gets the "zeroAsc" elementCTOnOffgetZeroDesc()Gets the "zeroDesc" elementCTOnOffgetZeroWid()Gets the "zeroWid" elementbooleanisSetCtrlPr()True if has "ctrlPr" elementbooleanisSetShow()True if has "show" elementbooleanisSetTransp()True if has "transp" elementbooleanisSetZeroAsc()True if has "zeroAsc" elementbooleanisSetZeroDesc()True if has "zeroDesc" elementbooleanisSetZeroWid()True if has "zeroWid" elementvoidsetCtrlPr(CTCtrlPr ctrlPr)Sets the "ctrlPr" elementvoidsetShow(CTOnOff show)Sets the "show" elementvoidsetTransp(CTOnOff transp)Sets the "transp" elementvoidsetZeroAsc(CTOnOff zeroAsc)Sets the "zeroAsc" elementvoidsetZeroDesc(CTOnOff zeroDesc)Sets the "zeroDesc" elementvoidsetZeroWid(CTOnOff zeroWid)Sets the "zeroWid" elementvoidunsetCtrlPr()Unsets the "ctrlPr" elementvoidunsetShow()Unsets the "show" elementvoidunsetTransp()Unsets the "transp" elementvoidunsetZeroAsc()Unsets the "zeroAsc" elementvoidunsetZeroDesc()Unsets the "zeroDesc" elementvoidunsetZeroWid()Unsets the "zeroWid" 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<CTPhantPr> Factory
-
type
static final SchemaType type
-
-
Method Detail
-
getShow
CTOnOff getShow()
Gets the "show" element
-
isSetShow
boolean isSetShow()
True if has "show" element
-
setShow
void setShow(CTOnOff show)
Sets the "show" element
-
addNewShow
CTOnOff addNewShow()
Appends and returns a new empty "show" element
-
unsetShow
void unsetShow()
Unsets the "show" element
-
getZeroWid
CTOnOff getZeroWid()
Gets the "zeroWid" element
-
isSetZeroWid
boolean isSetZeroWid()
True if has "zeroWid" element
-
setZeroWid
void setZeroWid(CTOnOff zeroWid)
Sets the "zeroWid" element
-
addNewZeroWid
CTOnOff addNewZeroWid()
Appends and returns a new empty "zeroWid" element
-
unsetZeroWid
void unsetZeroWid()
Unsets the "zeroWid" element
-
getZeroAsc
CTOnOff getZeroAsc()
Gets the "zeroAsc" element
-
isSetZeroAsc
boolean isSetZeroAsc()
True if has "zeroAsc" element
-
setZeroAsc
void setZeroAsc(CTOnOff zeroAsc)
Sets the "zeroAsc" element
-
addNewZeroAsc
CTOnOff addNewZeroAsc()
Appends and returns a new empty "zeroAsc" element
-
unsetZeroAsc
void unsetZeroAsc()
Unsets the "zeroAsc" element
-
getZeroDesc
CTOnOff getZeroDesc()
Gets the "zeroDesc" element
-
isSetZeroDesc
boolean isSetZeroDesc()
True if has "zeroDesc" element
-
setZeroDesc
void setZeroDesc(CTOnOff zeroDesc)
Sets the "zeroDesc" element
-
addNewZeroDesc
CTOnOff addNewZeroDesc()
Appends and returns a new empty "zeroDesc" element
-
unsetZeroDesc
void unsetZeroDesc()
Unsets the "zeroDesc" element
-
getTransp
CTOnOff getTransp()
Gets the "transp" element
-
isSetTransp
boolean isSetTransp()
True if has "transp" element
-
setTransp
void setTransp(CTOnOff transp)
Sets the "transp" element
-
addNewTransp
CTOnOff addNewTransp()
Appends and returns a new empty "transp" element
-
unsetTransp
void unsetTransp()
Unsets the "transp" element
-
getCtrlPr
CTCtrlPr getCtrlPr()
Gets the "ctrlPr" element
-
isSetCtrlPr
boolean isSetCtrlPr()
True if has "ctrlPr" element
-
setCtrlPr
void setCtrlPr(CTCtrlPr ctrlPr)
Sets the "ctrlPr" element
-
addNewCtrlPr
CTCtrlPr addNewCtrlPr()
Appends and returns a new empty "ctrlPr" element
-
unsetCtrlPr
void unsetCtrlPr()
Unsets the "ctrlPr" element
-
-