Interface CTPatternFill
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTPatternFill extends XmlObject
An XML CT_PatternFill(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTPatternFill.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 CTColor
addNewBgColor()
Appends and returns a new empty "bgColor" elementCTColor
addNewFgColor()
Appends and returns a new empty "fgColor" elementCTColor
getBgColor()
Gets the "bgColor" elementCTColor
getFgColor()
Gets the "fgColor" elementSTPatternType.Enum
getPatternType()
Gets the "patternType" attributeboolean
isSetBgColor()
True if has "bgColor" elementboolean
isSetFgColor()
True if has "fgColor" elementboolean
isSetPatternType()
True if has "patternType" attributevoid
setBgColor(CTColor bgColor)
Sets the "bgColor" elementvoid
setFgColor(CTColor fgColor)
Sets the "fgColor" elementvoid
setPatternType(STPatternType.Enum patternType)
Sets the "patternType" attributevoid
unsetBgColor()
Unsets the "bgColor" elementvoid
unsetFgColor()
Unsets the "fgColor" elementvoid
unsetPatternType()
Unsets the "patternType" attributeSTPatternType
xgetPatternType()
Gets (as xml) the "patternType" attributevoid
xsetPatternType(STPatternType patternType)
Sets (as xml) the "patternType" 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
-
getFgColor
CTColor getFgColor()
Gets the "fgColor" element
-
isSetFgColor
boolean isSetFgColor()
True if has "fgColor" element
-
setFgColor
void setFgColor(CTColor fgColor)
Sets the "fgColor" element
-
addNewFgColor
CTColor addNewFgColor()
Appends and returns a new empty "fgColor" element
-
unsetFgColor
void unsetFgColor()
Unsets the "fgColor" element
-
getBgColor
CTColor getBgColor()
Gets the "bgColor" element
-
isSetBgColor
boolean isSetBgColor()
True if has "bgColor" element
-
setBgColor
void setBgColor(CTColor bgColor)
Sets the "bgColor" element
-
addNewBgColor
CTColor addNewBgColor()
Appends and returns a new empty "bgColor" element
-
unsetBgColor
void unsetBgColor()
Unsets the "bgColor" element
-
getPatternType
STPatternType.Enum getPatternType()
Gets the "patternType" attribute
-
xgetPatternType
STPatternType xgetPatternType()
Gets (as xml) the "patternType" attribute
-
isSetPatternType
boolean isSetPatternType()
True if has "patternType" attribute
-
setPatternType
void setPatternType(STPatternType.Enum patternType)
Sets the "patternType" attribute
-
xsetPatternType
void xsetPatternType(STPatternType patternType)
Sets (as xml) the "patternType" attribute
-
unsetPatternType
void unsetPatternType()
Unsets the "patternType" attribute
-
-