Interface CTBackgroundProperties
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTBackgroundProperties extends XmlObject
An XML CT_BackgroundProperties(@http://schemas.openxmlformats.org/presentationml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTBackgroundProperties.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" elementCTEffectContaineraddNewEffectDag()Appends and returns a new empty "effectDag" elementCTEffectListaddNewEffectLst()Appends and returns a new empty "effectLst" elementCTExtensionListaddNewExtLst()Appends and returns a new empty "extLst" 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" elementCTBlipFillPropertiesgetBlipFill()Gets the "blipFill" elementCTEffectContainergetEffectDag()Gets the "effectDag" elementCTEffectListgetEffectLst()Gets the "effectLst" elementCTExtensionListgetExtLst()Gets the "extLst" elementCTGradientFillPropertiesgetGradFill()Gets the "gradFill" elementCTGroupFillPropertiesgetGrpFill()Gets the "grpFill" elementCTNoFillPropertiesgetNoFill()Gets the "noFill" elementCTPatternFillPropertiesgetPattFill()Gets the "pattFill" elementbooleangetShadeToTitle()Gets the "shadeToTitle" attributeCTSolidColorFillPropertiesgetSolidFill()Gets the "solidFill" elementbooleanisSetBlipFill()True if has "blipFill" elementbooleanisSetEffectDag()True if has "effectDag" elementbooleanisSetEffectLst()True if has "effectLst" elementbooleanisSetExtLst()True if has "extLst" elementbooleanisSetGradFill()True if has "gradFill" elementbooleanisSetGrpFill()True if has "grpFill" elementbooleanisSetNoFill()True if has "noFill" elementbooleanisSetPattFill()True if has "pattFill" elementbooleanisSetShadeToTitle()True if has "shadeToTitle" attributebooleanisSetSolidFill()True if has "solidFill" elementvoidsetBlipFill(CTBlipFillProperties blipFill)Sets the "blipFill" elementvoidsetEffectDag(CTEffectContainer effectDag)Sets the "effectDag" elementvoidsetEffectLst(CTEffectList effectLst)Sets the "effectLst" elementvoidsetExtLst(CTExtensionList extLst)Sets the "extLst" elementvoidsetGradFill(CTGradientFillProperties gradFill)Sets the "gradFill" elementvoidsetGrpFill(CTGroupFillProperties grpFill)Sets the "grpFill" elementvoidsetNoFill(CTNoFillProperties noFill)Sets the "noFill" elementvoidsetPattFill(CTPatternFillProperties pattFill)Sets the "pattFill" elementvoidsetShadeToTitle(boolean shadeToTitle)Sets the "shadeToTitle" attributevoidsetSolidFill(CTSolidColorFillProperties solidFill)Sets the "solidFill" elementvoidunsetBlipFill()Unsets the "blipFill" elementvoidunsetEffectDag()Unsets the "effectDag" elementvoidunsetEffectLst()Unsets the "effectLst" elementvoidunsetExtLst()Unsets the "extLst" elementvoidunsetGradFill()Unsets the "gradFill" elementvoidunsetGrpFill()Unsets the "grpFill" elementvoidunsetNoFill()Unsets the "noFill" elementvoidunsetPattFill()Unsets the "pattFill" elementvoidunsetShadeToTitle()Unsets the "shadeToTitle" attributevoidunsetSolidFill()Unsets the "solidFill" elementXmlBooleanxgetShadeToTitle()Gets (as xml) the "shadeToTitle" attributevoidxsetShadeToTitle(XmlBoolean shadeToTitle)Sets (as xml) the "shadeToTitle" 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
-
getEffectLst
CTEffectList getEffectLst()
Gets the "effectLst" element
-
isSetEffectLst
boolean isSetEffectLst()
True if has "effectLst" element
-
setEffectLst
void setEffectLst(CTEffectList effectLst)
Sets the "effectLst" element
-
addNewEffectLst
CTEffectList addNewEffectLst()
Appends and returns a new empty "effectLst" element
-
unsetEffectLst
void unsetEffectLst()
Unsets the "effectLst" element
-
getEffectDag
CTEffectContainer getEffectDag()
Gets the "effectDag" element
-
isSetEffectDag
boolean isSetEffectDag()
True if has "effectDag" element
-
setEffectDag
void setEffectDag(CTEffectContainer effectDag)
Sets the "effectDag" element
-
addNewEffectDag
CTEffectContainer addNewEffectDag()
Appends and returns a new empty "effectDag" element
-
unsetEffectDag
void unsetEffectDag()
Unsets the "effectDag" element
-
getExtLst
CTExtensionList getExtLst()
Gets the "extLst" element
-
isSetExtLst
boolean isSetExtLst()
True if has "extLst" element
-
setExtLst
void setExtLst(CTExtensionList extLst)
Sets the "extLst" element
-
addNewExtLst
CTExtensionList addNewExtLst()
Appends and returns a new empty "extLst" element
-
unsetExtLst
void unsetExtLst()
Unsets the "extLst" element
-
getShadeToTitle
boolean getShadeToTitle()
Gets the "shadeToTitle" attribute
-
xgetShadeToTitle
XmlBoolean xgetShadeToTitle()
Gets (as xml) the "shadeToTitle" attribute
-
isSetShadeToTitle
boolean isSetShadeToTitle()
True if has "shadeToTitle" attribute
-
setShadeToTitle
void setShadeToTitle(boolean shadeToTitle)
Sets the "shadeToTitle" attribute
-
xsetShadeToTitle
void xsetShadeToTitle(XmlBoolean shadeToTitle)
Sets (as xml) the "shadeToTitle" attribute
-
unsetShadeToTitle
void unsetShadeToTitle()
Unsets the "shadeToTitle" attribute
-
-