Interface CTTableCellBorderStyle
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTTableCellBorderStyle extends XmlObject
An XML CT_TableCellBorderStyle(@http://schemas.openxmlformats.org/drawingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTTableCellBorderStyle.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaType
type
-
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 CTThemeableLineStyle
addNewBottom()
Appends and returns a new empty "bottom" elementCTOfficeArtExtensionList
addNewExtLst()
Appends and returns a new empty "extLst" elementCTThemeableLineStyle
addNewInsideH()
Appends and returns a new empty "insideH" elementCTThemeableLineStyle
addNewInsideV()
Appends and returns a new empty "insideV" elementCTThemeableLineStyle
addNewLeft()
Appends and returns a new empty "left" elementCTThemeableLineStyle
addNewRight()
Appends and returns a new empty "right" elementCTThemeableLineStyle
addNewTl2Br()
Appends and returns a new empty "tl2br" elementCTThemeableLineStyle
addNewTop()
Appends and returns a new empty "top" elementCTThemeableLineStyle
addNewTr2Bl()
Appends and returns a new empty "tr2bl" elementCTThemeableLineStyle
getBottom()
Gets the "bottom" elementCTOfficeArtExtensionList
getExtLst()
Gets the "extLst" elementCTThemeableLineStyle
getInsideH()
Gets the "insideH" elementCTThemeableLineStyle
getInsideV()
Gets the "insideV" elementCTThemeableLineStyle
getLeft()
Gets the "left" elementCTThemeableLineStyle
getRight()
Gets the "right" elementCTThemeableLineStyle
getTl2Br()
Gets the "tl2br" elementCTThemeableLineStyle
getTop()
Gets the "top" elementCTThemeableLineStyle
getTr2Bl()
Gets the "tr2bl" elementboolean
isSetBottom()
True if has "bottom" elementboolean
isSetExtLst()
True if has "extLst" elementboolean
isSetInsideH()
True if has "insideH" elementboolean
isSetInsideV()
True if has "insideV" elementboolean
isSetLeft()
True if has "left" elementboolean
isSetRight()
True if has "right" elementboolean
isSetTl2Br()
True if has "tl2br" elementboolean
isSetTop()
True if has "top" elementboolean
isSetTr2Bl()
True if has "tr2bl" elementvoid
setBottom(CTThemeableLineStyle bottom)
Sets the "bottom" elementvoid
setExtLst(CTOfficeArtExtensionList extLst)
Sets the "extLst" elementvoid
setInsideH(CTThemeableLineStyle insideH)
Sets the "insideH" elementvoid
setInsideV(CTThemeableLineStyle insideV)
Sets the "insideV" elementvoid
setLeft(CTThemeableLineStyle left)
Sets the "left" elementvoid
setRight(CTThemeableLineStyle right)
Sets the "right" elementvoid
setTl2Br(CTThemeableLineStyle tl2Br)
Sets the "tl2br" elementvoid
setTop(CTThemeableLineStyle top)
Sets the "top" elementvoid
setTr2Bl(CTThemeableLineStyle tr2Bl)
Sets the "tr2bl" elementvoid
unsetBottom()
Unsets the "bottom" elementvoid
unsetExtLst()
Unsets the "extLst" elementvoid
unsetInsideH()
Unsets the "insideH" elementvoid
unsetInsideV()
Unsets the "insideV" elementvoid
unsetLeft()
Unsets the "left" elementvoid
unsetRight()
Unsets the "right" elementvoid
unsetTl2Br()
Unsets the "tl2br" elementvoid
unsetTop()
Unsets the "top" elementvoid
unsetTr2Bl()
Unsets the "tr2bl" 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
-
getLeft
CTThemeableLineStyle getLeft()
Gets the "left" element
-
isSetLeft
boolean isSetLeft()
True if has "left" element
-
setLeft
void setLeft(CTThemeableLineStyle left)
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
void setRight(CTThemeableLineStyle right)
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
void setTop(CTThemeableLineStyle top)
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
void setBottom(CTThemeableLineStyle bottom)
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
void setInsideH(CTThemeableLineStyle insideH)
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
void setInsideV(CTThemeableLineStyle insideV)
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
void setTl2Br(CTThemeableLineStyle tl2Br)
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
void setTr2Bl(CTThemeableLineStyle tr2Bl)
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
void setExtLst(CTOfficeArtExtensionList extLst)
Sets the "extLst" element
-
addNewExtLst
CTOfficeArtExtensionList addNewExtLst()
Appends and returns a new empty "extLst" element
-
unsetExtLst
void unsetExtLst()
Unsets the "extLst" element
-
-