Interface CTRPR
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_RPR(@http://schemas.openxmlformats.org/officeDocument/2006/math).
This is a complex type.
-
Field Summary
FieldsFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "aln" elementAppends and returns a new empty "brk" elementAppends and returns a new empty "lit" elementAppends and returns a new empty "nor" elementAppends and returns a new empty "scr" elementAppends and returns a new empty "sty" elementgetAln()Gets the "aln" elementgetBrk()Gets the "brk" elementgetLit()Gets the "lit" elementgetNor()Gets the "nor" elementgetScr()Gets the "scr" elementgetSty()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" elementvoidSets the "aln" elementvoidsetBrk(CTManualBreak brk) Sets the "brk" elementvoidSets the "lit" elementvoidSets the "nor" elementvoidSets the "scr" elementvoidSets 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" elementMethods 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, valueHashCodeMethods 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 Details
-
Factory
-
type
-
-
Method Details
-
getLit
CTOnOff getLit()Gets the "lit" element -
isSetLit
boolean isSetLit()True if has "lit" element -
setLit
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
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
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
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
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
Sets the "aln" element -
addNewAln
CTOnOff addNewAln()Appends and returns a new empty "aln" element -
unsetAln
void unsetAln()Unsets the "aln" element
-