Interface CTBorderPr
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTBorderPr extends XmlObject
An XML CT_BorderPr(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Field Summary
Fields Modifier and Type Field Description static DocumentFactory<CTBorderPr>
Factory
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 CTColor
addNewColor()
Appends and returns a new empty "color" elementCTColor
getColor()
Gets the "color" elementSTBorderStyle.Enum
getStyle()
Gets the "style" attributeboolean
isSetColor()
True if has "color" elementboolean
isSetStyle()
True if has "style" attributevoid
setColor(CTColor color)
Sets the "color" elementvoid
setStyle(STBorderStyle.Enum style)
Sets the "style" attributevoid
unsetColor()
Unsets the "color" elementvoid
unsetStyle()
Unsets the "style" attributeSTBorderStyle
xgetStyle()
Gets (as xml) the "style" attributevoid
xsetStyle(STBorderStyle style)
Sets (as xml) the "style" attribute-
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, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
Factory
static final DocumentFactory<CTBorderPr> Factory
-
type
static final SchemaType type
-
-
Method Detail
-
getColor
CTColor getColor()
Gets the "color" element
-
isSetColor
boolean isSetColor()
True if has "color" element
-
setColor
void setColor(CTColor color)
Sets the "color" element
-
addNewColor
CTColor addNewColor()
Appends and returns a new empty "color" element
-
unsetColor
void unsetColor()
Unsets the "color" element
-
getStyle
STBorderStyle.Enum getStyle()
Gets the "style" attribute
-
xgetStyle
STBorderStyle xgetStyle()
Gets (as xml) the "style" attribute
-
isSetStyle
boolean isSetStyle()
True if has "style" attribute
-
setStyle
void setStyle(STBorderStyle.Enum style)
Sets the "style" attribute
-
xsetStyle
void xsetStyle(STBorderStyle style)
Sets (as xml) the "style" attribute
-
unsetStyle
void unsetStyle()
Unsets the "style" attribute
-
-