Interface CTPatternFillProperties
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTPatternFillProperties extends XmlObject
An XML CT_PatternFillProperties(@http://schemas.openxmlformats.org/drawingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTPatternFillProperties.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 CTColoraddNewBgClr()Appends and returns a new empty "bgClr" elementCTColoraddNewFgClr()Appends and returns a new empty "fgClr" elementCTColorgetBgClr()Gets the "bgClr" elementCTColorgetFgClr()Gets the "fgClr" elementSTPresetPatternVal.EnumgetPrst()Gets the "prst" attributebooleanisSetBgClr()True if has "bgClr" elementbooleanisSetFgClr()True if has "fgClr" elementbooleanisSetPrst()True if has "prst" attributevoidsetBgClr(CTColor bgClr)Sets the "bgClr" elementvoidsetFgClr(CTColor fgClr)Sets the "fgClr" elementvoidsetPrst(STPresetPatternVal.Enum prst)Sets the "prst" attributevoidunsetBgClr()Unsets the "bgClr" elementvoidunsetFgClr()Unsets the "fgClr" elementvoidunsetPrst()Unsets the "prst" attributeSTPresetPatternValxgetPrst()Gets (as xml) the "prst" attributevoidxsetPrst(STPresetPatternVal prst)Sets (as xml) the "prst" 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
-
getFgClr
CTColor getFgClr()
Gets the "fgClr" element
-
isSetFgClr
boolean isSetFgClr()
True if has "fgClr" element
-
setFgClr
void setFgClr(CTColor fgClr)
Sets the "fgClr" element
-
addNewFgClr
CTColor addNewFgClr()
Appends and returns a new empty "fgClr" element
-
unsetFgClr
void unsetFgClr()
Unsets the "fgClr" element
-
getBgClr
CTColor getBgClr()
Gets the "bgClr" element
-
isSetBgClr
boolean isSetBgClr()
True if has "bgClr" element
-
setBgClr
void setBgClr(CTColor bgClr)
Sets the "bgClr" element
-
addNewBgClr
CTColor addNewBgClr()
Appends and returns a new empty "bgClr" element
-
unsetBgClr
void unsetBgClr()
Unsets the "bgClr" element
-
getPrst
STPresetPatternVal.Enum getPrst()
Gets the "prst" attribute
-
xgetPrst
STPresetPatternVal xgetPrst()
Gets (as xml) the "prst" attribute
-
isSetPrst
boolean isSetPrst()
True if has "prst" attribute
-
setPrst
void setPrst(STPresetPatternVal.Enum prst)
Sets the "prst" attribute
-
xsetPrst
void xsetPrst(STPresetPatternVal prst)
Sets (as xml) the "prst" attribute
-
unsetPrst
void unsetPrst()
Unsets the "prst" attribute
-
-