Interface CTTblCellMar
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_TblCellMar(@http://schemas.openxmlformats.org/wordprocessingml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTTblCellMar> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "bottom" elementAppends and returns a new empty "end" elementAppends and returns a new empty "left" elementAppends and returns a new empty "right" elementAppends and returns a new empty "start" elementAppends and returns a new empty "top" elementGets the "bottom" elementgetEnd()Gets the "end" elementgetLeft()Gets the "left" elementgetRight()Gets the "right" elementgetStart()Gets the "start" elementgetTop()Gets the "top" elementbooleanTrue if has "bottom" elementbooleanisSetEnd()True if has "end" elementbooleanTrue if has "left" elementbooleanTrue if has "right" elementbooleanTrue if has "start" elementbooleanisSetTop()True if has "top" elementvoidsetBottom(CTTblWidth bottom) Sets the "bottom" elementvoidsetEnd(CTTblWidth end) Sets the "end" elementvoidsetLeft(CTTblWidth left) Sets the "left" elementvoidsetRight(CTTblWidth right) Sets the "right" elementvoidsetStart(CTTblWidth start) Sets the "start" elementvoidsetTop(CTTblWidth top) Sets the "top" elementvoidUnsets the "bottom" elementvoidunsetEnd()Unsets the "end" elementvoidUnsets the "left" elementvoidUnsets the "right" elementvoidUnsets the "start" elementvoidunsetTop()Unsets the "top" 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
-
getTop
CTTblWidth getTop()Gets the "top" element -
isSetTop
boolean isSetTop()True if has "top" element -
setTop
Sets the "top" element -
addNewTop
CTTblWidth addNewTop()Appends and returns a new empty "top" element -
unsetTop
void unsetTop()Unsets the "top" element -
getStart
CTTblWidth getStart()Gets the "start" element -
isSetStart
boolean isSetStart()True if has "start" element -
setStart
Sets the "start" element -
addNewStart
CTTblWidth addNewStart()Appends and returns a new empty "start" element -
unsetStart
void unsetStart()Unsets the "start" element -
getLeft
CTTblWidth getLeft()Gets the "left" element -
isSetLeft
boolean isSetLeft()True if has "left" element -
setLeft
Sets the "left" element -
addNewLeft
CTTblWidth addNewLeft()Appends and returns a new empty "left" element -
unsetLeft
void unsetLeft()Unsets the "left" element -
getBottom
CTTblWidth getBottom()Gets the "bottom" element -
isSetBottom
boolean isSetBottom()True if has "bottom" element -
setBottom
Sets the "bottom" element -
addNewBottom
CTTblWidth addNewBottom()Appends and returns a new empty "bottom" element -
unsetBottom
void unsetBottom()Unsets the "bottom" element -
getEnd
CTTblWidth getEnd()Gets the "end" element -
isSetEnd
boolean isSetEnd()True if has "end" element -
setEnd
Sets the "end" element -
addNewEnd
CTTblWidth addNewEnd()Appends and returns a new empty "end" element -
unsetEnd
void unsetEnd()Unsets the "end" element -
getRight
CTTblWidth getRight()Gets the "right" element -
isSetRight
boolean isSetRight()True if has "right" element -
setRight
Sets the "right" element -
addNewRight
CTTblWidth addNewRight()Appends and returns a new empty "right" element -
unsetRight
void unsetRight()Unsets the "right" element
-