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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTBorderPr.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 CTColoraddNewColor()Appends and returns a new empty "color" elementCTColorgetColor()Gets the "color" elementSTBorderStyle.EnumgetStyle()Gets the "style" attributebooleanisSetColor()True if has "color" elementbooleanisSetStyle()True if has "style" attributevoidsetColor(CTColor color)Sets the "color" elementvoidsetStyle(STBorderStyle.Enum style)Sets the "style" attributevoidunsetColor()Unsets the "color" elementvoidunsetStyle()Unsets the "style" attributeSTBorderStylexgetStyle()Gets (as xml) the "style" attributevoidxsetStyle(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, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
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
-
-