Interface CTFill
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTFill extends XmlObject
An XML CT_Fill(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTFill.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 CTGradientFilladdNewGradientFill()Appends and returns a new empty "gradientFill" elementCTPatternFilladdNewPatternFill()Appends and returns a new empty "patternFill" elementCTGradientFillgetGradientFill()Gets the "gradientFill" elementCTPatternFillgetPatternFill()Gets the "patternFill" elementbooleanisSetGradientFill()True if has "gradientFill" elementbooleanisSetPatternFill()True if has "patternFill" elementvoidsetGradientFill(CTGradientFill gradientFill)Sets the "gradientFill" elementvoidsetPatternFill(CTPatternFill patternFill)Sets the "patternFill" elementvoidunsetGradientFill()Unsets the "gradientFill" elementvoidunsetPatternFill()Unsets the "patternFill" element-
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
-
getPatternFill
CTPatternFill getPatternFill()
Gets the "patternFill" element
-
isSetPatternFill
boolean isSetPatternFill()
True if has "patternFill" element
-
setPatternFill
void setPatternFill(CTPatternFill patternFill)
Sets the "patternFill" element
-
addNewPatternFill
CTPatternFill addNewPatternFill()
Appends and returns a new empty "patternFill" element
-
unsetPatternFill
void unsetPatternFill()
Unsets the "patternFill" element
-
getGradientFill
CTGradientFill getGradientFill()
Gets the "gradientFill" element
-
isSetGradientFill
boolean isSetGradientFill()
True if has "gradientFill" element
-
setGradientFill
void setGradientFill(CTGradientFill gradientFill)
Sets the "gradientFill" element
-
addNewGradientFill
CTGradientFill addNewGradientFill()
Appends and returns a new empty "gradientFill" element
-
unsetGradientFill
void unsetGradientFill()
Unsets the "gradientFill" element
-
-