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 class
CTPatternFillProperties.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
addNewBgClr()
Appends and returns a new empty "bgClr" elementCTColor
addNewFgClr()
Appends and returns a new empty "fgClr" elementCTColor
getBgClr()
Gets the "bgClr" elementCTColor
getFgClr()
Gets the "fgClr" elementSTPresetPatternVal.Enum
getPrst()
Gets the "prst" attributeboolean
isSetBgClr()
True if has "bgClr" elementboolean
isSetFgClr()
True if has "fgClr" elementboolean
isSetPrst()
True if has "prst" attributevoid
setBgClr(CTColor bgClr)
Sets the "bgClr" elementvoid
setFgClr(CTColor fgClr)
Sets the "fgClr" elementvoid
setPrst(STPresetPatternVal.Enum prst)
Sets the "prst" attributevoid
unsetBgClr()
Unsets the "bgClr" elementvoid
unsetFgClr()
Unsets the "fgClr" elementvoid
unsetPrst()
Unsets the "prst" attributeSTPresetPatternVal
xgetPrst()
Gets (as xml) the "prst" attributevoid
xsetPrst(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
-
-