Interface CTRPR
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTRPR extends XmlObject
An XML CT_RPR(@http://schemas.openxmlformats.org/officeDocument/2006/math). This is a complex type.
-
-
Field Summary
Fields Modifier and Type Field Description static DocumentFactory<CTRPR>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 CTOnOffaddNewAln()Appends and returns a new empty "aln" elementCTManualBreakaddNewBrk()Appends and returns a new empty "brk" elementCTOnOffaddNewLit()Appends and returns a new empty "lit" elementCTOnOffaddNewNor()Appends and returns a new empty "nor" elementCTScriptaddNewScr()Appends and returns a new empty "scr" elementCTStyleaddNewSty()Appends and returns a new empty "sty" elementCTOnOffgetAln()Gets the "aln" elementCTManualBreakgetBrk()Gets the "brk" elementCTOnOffgetLit()Gets the "lit" elementCTOnOffgetNor()Gets the "nor" elementCTScriptgetScr()Gets the "scr" elementCTStylegetSty()Gets the "sty" elementbooleanisSetAln()True if has "aln" elementbooleanisSetBrk()True if has "brk" elementbooleanisSetLit()True if has "lit" elementbooleanisSetNor()True if has "nor" elementbooleanisSetScr()True if has "scr" elementbooleanisSetSty()True if has "sty" elementvoidsetAln(CTOnOff aln)Sets the "aln" elementvoidsetBrk(CTManualBreak brk)Sets the "brk" elementvoidsetLit(CTOnOff lit)Sets the "lit" elementvoidsetNor(CTOnOff nor)Sets the "nor" elementvoidsetScr(CTScript scr)Sets the "scr" elementvoidsetSty(CTStyle sty)Sets the "sty" elementvoidunsetAln()Unsets the "aln" elementvoidunsetBrk()Unsets the "brk" elementvoidunsetLit()Unsets the "lit" elementvoidunsetNor()Unsets the "nor" elementvoidunsetScr()Unsets the "scr" elementvoidunsetSty()Unsets the "sty" 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<CTRPR> Factory
-
type
static final SchemaType type
-
-
Method Detail
-
getLit
CTOnOff getLit()
Gets the "lit" element
-
isSetLit
boolean isSetLit()
True if has "lit" element
-
setLit
void setLit(CTOnOff lit)
Sets the "lit" element
-
addNewLit
CTOnOff addNewLit()
Appends and returns a new empty "lit" element
-
unsetLit
void unsetLit()
Unsets the "lit" element
-
getNor
CTOnOff getNor()
Gets the "nor" element
-
isSetNor
boolean isSetNor()
True if has "nor" element
-
setNor
void setNor(CTOnOff nor)
Sets the "nor" element
-
addNewNor
CTOnOff addNewNor()
Appends and returns a new empty "nor" element
-
unsetNor
void unsetNor()
Unsets the "nor" element
-
getScr
CTScript getScr()
Gets the "scr" element
-
isSetScr
boolean isSetScr()
True if has "scr" element
-
setScr
void setScr(CTScript scr)
Sets the "scr" element
-
addNewScr
CTScript addNewScr()
Appends and returns a new empty "scr" element
-
unsetScr
void unsetScr()
Unsets the "scr" element
-
getSty
CTStyle getSty()
Gets the "sty" element
-
isSetSty
boolean isSetSty()
True if has "sty" element
-
setSty
void setSty(CTStyle sty)
Sets the "sty" element
-
addNewSty
CTStyle addNewSty()
Appends and returns a new empty "sty" element
-
unsetSty
void unsetSty()
Unsets the "sty" element
-
getBrk
CTManualBreak getBrk()
Gets the "brk" element
-
isSetBrk
boolean isSetBrk()
True if has "brk" element
-
setBrk
void setBrk(CTManualBreak brk)
Sets the "brk" element
-
addNewBrk
CTManualBreak addNewBrk()
Appends and returns a new empty "brk" element
-
unsetBrk
void unsetBrk()
Unsets the "brk" element
-
getAln
CTOnOff getAln()
Gets the "aln" element
-
isSetAln
boolean isSetAln()
True if has "aln" element
-
setAln
void setAln(CTOnOff aln)
Sets the "aln" element
-
addNewAln
CTOnOff addNewAln()
Appends and returns a new empty "aln" element
-
unsetAln
void unsetAln()
Unsets the "aln" element
-
-