Interface CTFillProperties
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_FillProperties(@http://schemas.openxmlformats.org/drawingml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTFillProperties> 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 "blipFill" elementAppends and returns a new empty "gradFill" elementAppends and returns a new empty "grpFill" elementAppends and returns a new empty "noFill" elementAppends and returns a new empty "pattFill" elementAppends and returns a new empty "solidFill" elementGets the "blipFill" elementGets the "gradFill" elementGets the "grpFill" elementGets the "noFill" elementGets the "pattFill" elementGets the "solidFill" elementbooleanTrue if has "blipFill" elementbooleanTrue if has "gradFill" elementbooleanTrue if has "grpFill" elementbooleanTrue if has "noFill" elementbooleanTrue if has "pattFill" elementbooleanTrue if has "solidFill" elementvoidsetBlipFill(CTBlipFillProperties blipFill) Sets the "blipFill" elementvoidsetGradFill(CTGradientFillProperties gradFill) Sets the "gradFill" elementvoidsetGrpFill(CTGroupFillProperties grpFill) Sets the "grpFill" elementvoidsetNoFill(CTNoFillProperties noFill) Sets the "noFill" elementvoidsetPattFill(CTPatternFillProperties pattFill) Sets the "pattFill" elementvoidsetSolidFill(CTSolidColorFillProperties solidFill) Sets the "solidFill" elementvoidUnsets the "blipFill" elementvoidUnsets the "gradFill" elementvoidUnsets the "grpFill" elementvoidUnsets the "noFill" elementvoidUnsets the "pattFill" elementvoidUnsets the "solidFill" elementMethods 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
-
getNoFill
CTNoFillProperties getNoFill()Gets the "noFill" element -
isSetNoFill
boolean isSetNoFill()True if has "noFill" element -
setNoFill
Sets the "noFill" element -
addNewNoFill
CTNoFillProperties addNewNoFill()Appends and returns a new empty "noFill" element -
unsetNoFill
void unsetNoFill()Unsets the "noFill" element -
getSolidFill
CTSolidColorFillProperties getSolidFill()Gets the "solidFill" element -
isSetSolidFill
boolean isSetSolidFill()True if has "solidFill" element -
setSolidFill
Sets the "solidFill" element -
addNewSolidFill
CTSolidColorFillProperties addNewSolidFill()Appends and returns a new empty "solidFill" element -
unsetSolidFill
void unsetSolidFill()Unsets the "solidFill" element -
getGradFill
CTGradientFillProperties getGradFill()Gets the "gradFill" element -
isSetGradFill
boolean isSetGradFill()True if has "gradFill" element -
setGradFill
Sets the "gradFill" element -
addNewGradFill
CTGradientFillProperties addNewGradFill()Appends and returns a new empty "gradFill" element -
unsetGradFill
void unsetGradFill()Unsets the "gradFill" element -
getBlipFill
CTBlipFillProperties getBlipFill()Gets the "blipFill" element -
isSetBlipFill
boolean isSetBlipFill()True if has "blipFill" element -
setBlipFill
Sets the "blipFill" element -
addNewBlipFill
CTBlipFillProperties addNewBlipFill()Appends and returns a new empty "blipFill" element -
unsetBlipFill
void unsetBlipFill()Unsets the "blipFill" element -
getPattFill
CTPatternFillProperties getPattFill()Gets the "pattFill" element -
isSetPattFill
boolean isSetPattFill()True if has "pattFill" element -
setPattFill
Sets the "pattFill" element -
addNewPattFill
CTPatternFillProperties addNewPattFill()Appends and returns a new empty "pattFill" element -
unsetPattFill
void unsetPattFill()Unsets the "pattFill" element -
getGrpFill
CTGroupFillProperties getGrpFill()Gets the "grpFill" element -
isSetGrpFill
boolean isSetGrpFill()True if has "grpFill" element -
setGrpFill
Sets the "grpFill" element -
addNewGrpFill
CTGroupFillProperties addNewGrpFill()Appends and returns a new empty "grpFill" element -
unsetGrpFill
void unsetGrpFill()Unsets the "grpFill" element
-