Interface CTBoxPr
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTBoxPr extends XmlObject
An XML CT_BoxPr(@http://schemas.openxmlformats.org/officeDocument/2006/math). This is a complex type.
-
-
Field Summary
Fields Modifier and Type Field Description static DocumentFactory<CTBoxPr>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" elementCTCtrlPraddNewCtrlPr()Appends and returns a new empty "ctrlPr" elementCTOnOffaddNewDiff()Appends and returns a new empty "diff" elementCTOnOffaddNewNoBreak()Appends and returns a new empty "noBreak" elementCTOnOffaddNewOpEmu()Appends and returns a new empty "opEmu" elementCTOnOffgetAln()Gets the "aln" elementCTManualBreakgetBrk()Gets the "brk" elementCTCtrlPrgetCtrlPr()Gets the "ctrlPr" elementCTOnOffgetDiff()Gets the "diff" elementCTOnOffgetNoBreak()Gets the "noBreak" elementCTOnOffgetOpEmu()Gets the "opEmu" elementbooleanisSetAln()True if has "aln" elementbooleanisSetBrk()True if has "brk" elementbooleanisSetCtrlPr()True if has "ctrlPr" elementbooleanisSetDiff()True if has "diff" elementbooleanisSetNoBreak()True if has "noBreak" elementbooleanisSetOpEmu()True if has "opEmu" elementvoidsetAln(CTOnOff aln)Sets the "aln" elementvoidsetBrk(CTManualBreak brk)Sets the "brk" elementvoidsetCtrlPr(CTCtrlPr ctrlPr)Sets the "ctrlPr" elementvoidsetDiff(CTOnOff diff)Sets the "diff" elementvoidsetNoBreak(CTOnOff noBreak)Sets the "noBreak" elementvoidsetOpEmu(CTOnOff opEmu)Sets the "opEmu" elementvoidunsetAln()Unsets the "aln" elementvoidunsetBrk()Unsets the "brk" elementvoidunsetCtrlPr()Unsets the "ctrlPr" elementvoidunsetDiff()Unsets the "diff" elementvoidunsetNoBreak()Unsets the "noBreak" elementvoidunsetOpEmu()Unsets the "opEmu" 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<CTBoxPr> Factory
-
type
static final SchemaType type
-
-
Method Detail
-
getOpEmu
CTOnOff getOpEmu()
Gets the "opEmu" element
-
isSetOpEmu
boolean isSetOpEmu()
True if has "opEmu" element
-
setOpEmu
void setOpEmu(CTOnOff opEmu)
Sets the "opEmu" element
-
addNewOpEmu
CTOnOff addNewOpEmu()
Appends and returns a new empty "opEmu" element
-
unsetOpEmu
void unsetOpEmu()
Unsets the "opEmu" element
-
getNoBreak
CTOnOff getNoBreak()
Gets the "noBreak" element
-
isSetNoBreak
boolean isSetNoBreak()
True if has "noBreak" element
-
setNoBreak
void setNoBreak(CTOnOff noBreak)
Sets the "noBreak" element
-
addNewNoBreak
CTOnOff addNewNoBreak()
Appends and returns a new empty "noBreak" element
-
unsetNoBreak
void unsetNoBreak()
Unsets the "noBreak" element
-
getDiff
CTOnOff getDiff()
Gets the "diff" element
-
isSetDiff
boolean isSetDiff()
True if has "diff" element
-
setDiff
void setDiff(CTOnOff diff)
Sets the "diff" element
-
addNewDiff
CTOnOff addNewDiff()
Appends and returns a new empty "diff" element
-
unsetDiff
void unsetDiff()
Unsets the "diff" 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
-
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
-
-