Interface CTFillOverlayEffect
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTFillOverlayEffect extends XmlObject
An XML CT_FillOverlayEffect(@http://schemas.openxmlformats.org/drawingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTFillOverlayEffect.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 CTBlipFillPropertiesaddNewBlipFill()Appends and returns a new empty "blipFill" elementCTGradientFillPropertiesaddNewGradFill()Appends and returns a new empty "gradFill" elementCTGroupFillPropertiesaddNewGrpFill()Appends and returns a new empty "grpFill" elementCTNoFillPropertiesaddNewNoFill()Appends and returns a new empty "noFill" elementCTPatternFillPropertiesaddNewPattFill()Appends and returns a new empty "pattFill" elementCTSolidColorFillPropertiesaddNewSolidFill()Appends and returns a new empty "solidFill" elementSTBlendMode.EnumgetBlend()Gets the "blend" attributeCTBlipFillPropertiesgetBlipFill()Gets the "blipFill" elementCTGradientFillPropertiesgetGradFill()Gets the "gradFill" elementCTGroupFillPropertiesgetGrpFill()Gets the "grpFill" elementCTNoFillPropertiesgetNoFill()Gets the "noFill" elementCTPatternFillPropertiesgetPattFill()Gets the "pattFill" elementCTSolidColorFillPropertiesgetSolidFill()Gets the "solidFill" elementbooleanisSetBlipFill()True if has "blipFill" elementbooleanisSetGradFill()True if has "gradFill" elementbooleanisSetGrpFill()True if has "grpFill" elementbooleanisSetNoFill()True if has "noFill" elementbooleanisSetPattFill()True if has "pattFill" elementbooleanisSetSolidFill()True if has "solidFill" elementvoidsetBlend(STBlendMode.Enum blend)Sets the "blend" attributevoidsetBlipFill(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" elementvoidunsetBlipFill()Unsets the "blipFill" elementvoidunsetGradFill()Unsets the "gradFill" elementvoidunsetGrpFill()Unsets the "grpFill" elementvoidunsetNoFill()Unsets the "noFill" elementvoidunsetPattFill()Unsets the "pattFill" elementvoidunsetSolidFill()Unsets the "solidFill" elementSTBlendModexgetBlend()Gets (as xml) the "blend" attributevoidxsetBlend(STBlendMode blend)Sets (as xml) the "blend" 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
-
getNoFill
CTNoFillProperties getNoFill()
Gets the "noFill" element
-
isSetNoFill
boolean isSetNoFill()
True if has "noFill" element
-
setNoFill
void setNoFill(CTNoFillProperties noFill)
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
void setSolidFill(CTSolidColorFillProperties solidFill)
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
void setGradFill(CTGradientFillProperties gradFill)
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
void setBlipFill(CTBlipFillProperties blipFill)
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
void setPattFill(CTPatternFillProperties pattFill)
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
void setGrpFill(CTGroupFillProperties grpFill)
Sets the "grpFill" element
-
addNewGrpFill
CTGroupFillProperties addNewGrpFill()
Appends and returns a new empty "grpFill" element
-
unsetGrpFill
void unsetGrpFill()
Unsets the "grpFill" element
-
getBlend
STBlendMode.Enum getBlend()
Gets the "blend" attribute
-
xgetBlend
STBlendMode xgetBlend()
Gets (as xml) the "blend" attribute
-
setBlend
void setBlend(STBlendMode.Enum blend)
Sets the "blend" attribute
-
xsetBlend
void xsetBlend(STBlendMode blend)
Sets (as xml) the "blend" attribute
-
-