Interface CTTableCellBorderStyle
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_TableCellBorderStyle(@http://schemas.openxmlformats.org/drawingml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTTableCellBorderStyle> 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 "extLst" 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 "tl2br" elementAppends and returns a new empty "top" elementAppends and returns a new empty "tr2bl" elementGets the "bottom" elementGets the "extLst" elementGets the "insideH" elementGets the "insideV" elementgetLeft()Gets the "left" elementgetRight()Gets the "right" elementgetTl2Br()Gets the "tl2br" elementgetTop()Gets the "top" elementgetTr2Bl()Gets the "tr2bl" elementbooleanTrue if has "bottom" elementbooleanTrue if has "extLst" elementbooleanTrue if has "insideH" elementbooleanTrue if has "insideV" elementbooleanTrue if has "left" elementbooleanTrue if has "right" elementbooleanTrue if has "tl2br" elementbooleanisSetTop()True if has "top" elementbooleanTrue if has "tr2bl" elementvoidsetBottom(CTThemeableLineStyle bottom) Sets the "bottom" elementvoidsetExtLst(CTOfficeArtExtensionList extLst) Sets the "extLst" elementvoidsetInsideH(CTThemeableLineStyle insideH) Sets the "insideH" elementvoidsetInsideV(CTThemeableLineStyle insideV) Sets the "insideV" elementvoidsetLeft(CTThemeableLineStyle left) Sets the "left" elementvoidsetRight(CTThemeableLineStyle right) Sets the "right" elementvoidsetTl2Br(CTThemeableLineStyle tl2Br) Sets the "tl2br" elementvoidSets the "top" elementvoidsetTr2Bl(CTThemeableLineStyle tr2Bl) Sets the "tr2bl" elementvoidUnsets the "bottom" elementvoidUnsets the "extLst" elementvoidUnsets the "insideH" elementvoidUnsets the "insideV" elementvoidUnsets the "left" elementvoidUnsets the "right" 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
-
getLeft
CTThemeableLineStyle getLeft()Gets the "left" element -
isSetLeft
boolean isSetLeft()True if has "left" element -
setLeft
Sets the "left" element -
addNewLeft
CTThemeableLineStyle addNewLeft()Appends and returns a new empty "left" element -
unsetLeft
void unsetLeft()Unsets the "left" element -
getRight
CTThemeableLineStyle getRight()Gets the "right" element -
isSetRight
boolean isSetRight()True if has "right" element -
setRight
Sets the "right" element -
addNewRight
CTThemeableLineStyle addNewRight()Appends and returns a new empty "right" element -
unsetRight
void unsetRight()Unsets the "right" element -
getTop
CTThemeableLineStyle getTop()Gets the "top" element -
isSetTop
boolean isSetTop()True if has "top" element -
setTop
Sets the "top" element -
addNewTop
CTThemeableLineStyle addNewTop()Appends and returns a new empty "top" element -
unsetTop
void unsetTop()Unsets the "top" element -
getBottom
CTThemeableLineStyle getBottom()Gets the "bottom" element -
isSetBottom
boolean isSetBottom()True if has "bottom" element -
setBottom
Sets the "bottom" element -
addNewBottom
CTThemeableLineStyle addNewBottom()Appends and returns a new empty "bottom" element -
unsetBottom
void unsetBottom()Unsets the "bottom" element -
getInsideH
CTThemeableLineStyle getInsideH()Gets the "insideH" element -
isSetInsideH
boolean isSetInsideH()True if has "insideH" element -
setInsideH
Sets the "insideH" element -
addNewInsideH
CTThemeableLineStyle addNewInsideH()Appends and returns a new empty "insideH" element -
unsetInsideH
void unsetInsideH()Unsets the "insideH" element -
getInsideV
CTThemeableLineStyle getInsideV()Gets the "insideV" element -
isSetInsideV
boolean isSetInsideV()True if has "insideV" element -
setInsideV
Sets the "insideV" element -
addNewInsideV
CTThemeableLineStyle addNewInsideV()Appends and returns a new empty "insideV" element -
unsetInsideV
void unsetInsideV()Unsets the "insideV" element -
getTl2Br
CTThemeableLineStyle getTl2Br()Gets the "tl2br" element -
isSetTl2Br
boolean isSetTl2Br()True if has "tl2br" element -
setTl2Br
Sets the "tl2br" element -
addNewTl2Br
CTThemeableLineStyle addNewTl2Br()Appends and returns a new empty "tl2br" element -
unsetTl2Br
void unsetTl2Br()Unsets the "tl2br" element -
getTr2Bl
CTThemeableLineStyle getTr2Bl()Gets the "tr2bl" element -
isSetTr2Bl
boolean isSetTr2Bl()True if has "tr2bl" element -
setTr2Bl
Sets the "tr2bl" element -
addNewTr2Bl
CTThemeableLineStyle addNewTr2Bl()Appends and returns a new empty "tr2bl" element -
unsetTr2Bl
void unsetTr2Bl()Unsets the "tr2bl" element -
getExtLst
CTOfficeArtExtensionList getExtLst()Gets the "extLst" element -
isSetExtLst
boolean isSetExtLst()True if has "extLst" element -
setExtLst
Sets the "extLst" element -
addNewExtLst
CTOfficeArtExtensionList addNewExtLst()Appends and returns a new empty "extLst" element -
unsetExtLst
void unsetExtLst()Unsets the "extLst" element
-