Interface CTTcBorders
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_TcBorders(@http://schemas.openxmlformats.org/wordprocessingml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTTcBorders> 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 "insideH" elementAppends and returns a new empty "insideV" 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 "tl2br" elementAppends and returns a new empty "top" elementAppends and returns a new empty "tr2bl" elementGets the "bottom" elementgetEnd()Gets the "end" elementGets the "insideH" elementGets the "insideV" elementgetLeft()Gets the "left" elementgetRight()Gets the "right" elementgetStart()Gets the "start" elementgetTl2Br()Gets the "tl2br" elementgetTop()Gets the "top" elementgetTr2Bl()Gets the "tr2bl" elementbooleanTrue if has "bottom" elementbooleanisSetEnd()True if has "end" elementbooleanTrue if has "insideH" elementbooleanTrue if has "insideV" elementbooleanTrue if has "left" elementbooleanTrue if has "right" elementbooleanTrue if has "start" elementbooleanTrue if has "tl2br" elementbooleanisSetTop()True if has "top" elementbooleanTrue if has "tr2bl" elementvoidSets the "bottom" elementvoidSets the "end" elementvoidsetInsideH(CTBorder insideH) Sets the "insideH" elementvoidsetInsideV(CTBorder insideV) Sets the "insideV" elementvoidSets the "left" elementvoidSets the "right" elementvoidSets the "start" elementvoidSets the "tl2br" elementvoidSets the "top" elementvoidSets the "tr2bl" elementvoidUnsets the "bottom" elementvoidunsetEnd()Unsets the "end" elementvoidUnsets the "insideH" elementvoidUnsets the "insideV" elementvoidUnsets the "left" elementvoidUnsets the "right" elementvoidUnsets the "start" elementvoidUnsets the "tl2br" elementvoidunsetTop()Unsets the "top" elementvoidUnsets the "tr2bl" 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
CTBorder getTop()Gets the "top" element -
isSetTop
boolean isSetTop()True if has "top" element -
setTop
Sets the "top" element -
addNewTop
CTBorder addNewTop()Appends and returns a new empty "top" element -
unsetTop
void unsetTop()Unsets the "top" element -
getStart
CTBorder getStart()Gets the "start" element -
isSetStart
boolean isSetStart()True if has "start" element -
setStart
Sets the "start" element -
addNewStart
CTBorder addNewStart()Appends and returns a new empty "start" element -
unsetStart
void unsetStart()Unsets the "start" element -
getLeft
CTBorder getLeft()Gets the "left" element -
isSetLeft
boolean isSetLeft()True if has "left" element -
setLeft
Sets the "left" element -
addNewLeft
CTBorder addNewLeft()Appends and returns a new empty "left" element -
unsetLeft
void unsetLeft()Unsets the "left" element -
getBottom
CTBorder getBottom()Gets the "bottom" element -
isSetBottom
boolean isSetBottom()True if has "bottom" element -
setBottom
Sets the "bottom" element -
addNewBottom
CTBorder addNewBottom()Appends and returns a new empty "bottom" element -
unsetBottom
void unsetBottom()Unsets the "bottom" element -
getEnd
CTBorder getEnd()Gets the "end" element -
isSetEnd
boolean isSetEnd()True if has "end" element -
setEnd
Sets the "end" element -
addNewEnd
CTBorder addNewEnd()Appends and returns a new empty "end" element -
unsetEnd
void unsetEnd()Unsets the "end" element -
getRight
CTBorder getRight()Gets the "right" element -
isSetRight
boolean isSetRight()True if has "right" element -
setRight
Sets the "right" element -
addNewRight
CTBorder addNewRight()Appends and returns a new empty "right" element -
unsetRight
void unsetRight()Unsets the "right" element -
getInsideH
CTBorder getInsideH()Gets the "insideH" element -
isSetInsideH
boolean isSetInsideH()True if has "insideH" element -
setInsideH
Sets the "insideH" element -
addNewInsideH
CTBorder addNewInsideH()Appends and returns a new empty "insideH" element -
unsetInsideH
void unsetInsideH()Unsets the "insideH" element -
getInsideV
CTBorder getInsideV()Gets the "insideV" element -
isSetInsideV
boolean isSetInsideV()True if has "insideV" element -
setInsideV
Sets the "insideV" element -
addNewInsideV
CTBorder addNewInsideV()Appends and returns a new empty "insideV" element -
unsetInsideV
void unsetInsideV()Unsets the "insideV" element -
getTl2Br
CTBorder getTl2Br()Gets the "tl2br" element -
isSetTl2Br
boolean isSetTl2Br()True if has "tl2br" element -
setTl2Br
Sets the "tl2br" element -
addNewTl2Br
CTBorder addNewTl2Br()Appends and returns a new empty "tl2br" element -
unsetTl2Br
void unsetTl2Br()Unsets the "tl2br" element -
getTr2Bl
CTBorder getTr2Bl()Gets the "tr2bl" element -
isSetTr2Bl
boolean isSetTr2Bl()True if has "tr2bl" element -
setTr2Bl
Sets the "tr2bl" element -
addNewTr2Bl
CTBorder addNewTr2Bl()Appends and returns a new empty "tr2bl" element -
unsetTr2Bl
void unsetTr2Bl()Unsets the "tr2bl" element
-