Interface CTPatternFill
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_PatternFill(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTPatternFill> 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 "bgColor" elementAppends and returns a new empty "fgColor" elementGets the "bgColor" elementGets the "fgColor" elementGets the "patternType" attributebooleanTrue if has "bgColor" elementbooleanTrue if has "fgColor" elementbooleanTrue if has "patternType" attributevoidsetBgColor(CTColor bgColor) Sets the "bgColor" elementvoidsetFgColor(CTColor fgColor) Sets the "fgColor" elementvoidsetPatternType(STPatternType.Enum patternType) Sets the "patternType" attributevoidUnsets the "bgColor" elementvoidUnsets the "fgColor" elementvoidUnsets the "patternType" attributeGets (as xml) the "patternType" attributevoidxsetPatternType(STPatternType patternType) Sets (as xml) the "patternType" 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
-
getFgColor
CTColor getFgColor()Gets the "fgColor" element -
isSetFgColor
boolean isSetFgColor()True if has "fgColor" element -
setFgColor
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
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
Sets the "patternType" attribute -
xsetPatternType
Sets (as xml) the "patternType" attribute -
unsetPatternType
void unsetPatternType()Unsets the "patternType" attribute
-