Interface CTTcMar
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTTcMar extends XmlObject
An XML CT_TcMar(@http://schemas.openxmlformats.org/wordprocessingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTTcMar.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static 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 CTTblWidthaddNewBottom()Appends and returns a new empty "bottom" elementCTTblWidthaddNewLeft()Appends and returns a new empty "left" elementCTTblWidthaddNewRight()Appends and returns a new empty "right" elementCTTblWidthaddNewTop()Appends and returns a new empty "top" elementCTTblWidthgetBottom()Gets the "bottom" elementCTTblWidthgetLeft()Gets the "left" elementCTTblWidthgetRight()Gets the "right" elementCTTblWidthgetTop()Gets the "top" elementbooleanisSetBottom()True if has "bottom" elementbooleanisSetLeft()True if has "left" elementbooleanisSetRight()True if has "right" elementbooleanisSetTop()True if has "top" elementvoidsetBottom(CTTblWidth bottom)Sets the "bottom" elementvoidsetLeft(CTTblWidth left)Sets the "left" elementvoidsetRight(CTTblWidth right)Sets the "right" elementvoidsetTop(CTTblWidth top)Sets the "top" elementvoidunsetBottom()Unsets the "bottom" elementvoidunsetLeft()Unsets the "left" elementvoidunsetRight()Unsets the "right" elementvoidunsetTop()Unsets the "top" 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, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getTop
CTTblWidth getTop()
Gets the "top" element
-
isSetTop
boolean isSetTop()
True if has "top" element
-
setTop
void setTop(CTTblWidth top)
Sets the "top" element
-
addNewTop
CTTblWidth addNewTop()
Appends and returns a new empty "top" element
-
unsetTop
void unsetTop()
Unsets the "top" element
-
getLeft
CTTblWidth getLeft()
Gets the "left" element
-
isSetLeft
boolean isSetLeft()
True if has "left" element
-
setLeft
void setLeft(CTTblWidth left)
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
void setBottom(CTTblWidth bottom)
Sets the "bottom" element
-
addNewBottom
CTTblWidth addNewBottom()
Appends and returns a new empty "bottom" element
-
unsetBottom
void unsetBottom()
Unsets the "bottom" element
-
getRight
CTTblWidth getRight()
Gets the "right" element
-
isSetRight
boolean isSetRight()
True if has "right" element
-
setRight
void setRight(CTTblWidth right)
Sets the "right" element
-
addNewRight
CTTblWidth addNewRight()
Appends and returns a new empty "right" element
-
unsetRight
void unsetRight()
Unsets the "right" element
-
-