Interface CTBorderPr
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_BorderPr(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTBorderPr> 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 "color" elementgetColor()Gets the "color" elementgetStyle()Gets the "style" attributebooleanTrue if has "color" elementbooleanTrue if has "style" attributevoidSets the "color" elementvoidsetStyle(STBorderStyle.Enum style) Sets the "style" attributevoidUnsets the "color" elementvoidUnsets the "style" attributeGets (as xml) the "style" attributevoidxsetStyle(STBorderStyle style) Sets (as xml) the "style" attributeMethods 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
-
getColor
CTColor getColor()Gets the "color" element -
isSetColor
boolean isSetColor()True if has "color" element -
setColor
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
Sets the "style" attribute -
xsetStyle
Sets (as xml) the "style" attribute -
unsetStyle
void unsetStyle()Unsets the "style" attribute
-