Interface CTPatternFillProperties
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_PatternFillProperties(@http://schemas.openxmlformats.org/drawingml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTPatternFillProperties> 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 "bgClr" elementAppends and returns a new empty "fgClr" elementgetBgClr()Gets the "bgClr" elementgetFgClr()Gets the "fgClr" elementgetPrst()Gets the "prst" attributebooleanTrue if has "bgClr" elementbooleanTrue if has "fgClr" elementbooleanTrue if has "prst" attributevoidSets the "bgClr" elementvoidSets the "fgClr" elementvoidSets the "prst" attributevoidUnsets the "bgClr" elementvoidUnsets the "fgClr" elementvoidUnsets the "prst" attributexgetPrst()Gets (as xml) the "prst" attributevoidxsetPrst(STPresetPatternVal prst) Sets (as xml) the "prst" 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
-
getFgClr
CTColor getFgClr()Gets the "fgClr" element -
isSetFgClr
boolean isSetFgClr()True if has "fgClr" element -
setFgClr
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
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
Sets the "prst" attribute -
xsetPrst
Sets (as xml) the "prst" attribute -
unsetPrst
void unsetPrst()Unsets the "prst" attribute
-