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 classCTPatternFill.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 CTColoraddNewBgColor()Appends and returns a new empty "bgColor" elementCTColoraddNewFgColor()Appends and returns a new empty "fgColor" elementCTColorgetBgColor()Gets the "bgColor" elementCTColorgetFgColor()Gets the "fgColor" elementSTPatternType.EnumgetPatternType()Gets the "patternType" attributebooleanisSetBgColor()True if has "bgColor" elementbooleanisSetFgColor()True if has "fgColor" elementbooleanisSetPatternType()True if has "patternType" attributevoidsetBgColor(CTColor bgColor)Sets the "bgColor" elementvoidsetFgColor(CTColor fgColor)Sets the "fgColor" elementvoidsetPatternType(STPatternType.Enum patternType)Sets the "patternType" attributevoidunsetBgColor()Unsets the "bgColor" elementvoidunsetFgColor()Unsets the "fgColor" elementvoidunsetPatternType()Unsets the "patternType" attributeSTPatternTypexgetPatternType()Gets (as xml) the "patternType" attributevoidxsetPatternType(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
-
-