Interface CTBoxPr
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_BoxPr(@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 "ctrlPr" elementAppends and returns a new empty "diff" elementAppends and returns a new empty "noBreak" elementAppends and returns a new empty "opEmu" elementgetAln()Gets the "aln" elementgetBrk()Gets the "brk" elementGets the "ctrlPr" elementgetDiff()Gets the "diff" elementGets the "noBreak" elementgetOpEmu()Gets the "opEmu" elementbooleanisSetAln()True if has "aln" elementbooleanisSetBrk()True if has "brk" elementbooleanTrue if has "ctrlPr" elementbooleanTrue if has "diff" elementbooleanTrue if has "noBreak" elementbooleanTrue if has "opEmu" elementvoidSets the "aln" elementvoidsetBrk(CTManualBreak brk) Sets the "brk" elementvoidSets the "ctrlPr" elementvoidSets the "diff" elementvoidsetNoBreak(CTOnOff noBreak) Sets the "noBreak" elementvoidSets the "opEmu" elementvoidunsetAln()Unsets the "aln" elementvoidunsetBrk()Unsets the "brk" elementvoidUnsets the "ctrlPr" elementvoidUnsets the "diff" elementvoidUnsets the "noBreak" elementvoidUnsets the "opEmu" 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
-
getOpEmu
CTOnOff getOpEmu()Gets the "opEmu" element -
isSetOpEmu
boolean isSetOpEmu()True if has "opEmu" element -
setOpEmu
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
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
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
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 -
getCtrlPr
CTCtrlPr getCtrlPr()Gets the "ctrlPr" element -
isSetCtrlPr
boolean isSetCtrlPr()True if has "ctrlPr" element -
setCtrlPr
Sets the "ctrlPr" element -
addNewCtrlPr
CTCtrlPr addNewCtrlPr()Appends and returns a new empty "ctrlPr" element -
unsetCtrlPr
void unsetCtrlPr()Unsets the "ctrlPr" element
-