public interface CTBackgroundFormatting extends XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
CTBackgroundFormatting.Factory
A factory class with static methods for creating instances
of this type.
|
Modifier and Type | Field and Description |
---|---|
static SchemaType |
type |
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
Modifier and Type | Method and Description |
---|---|
CTBlipFillProperties |
addNewBlipFill()
Appends and returns a new empty "blipFill" element
|
CTEffectContainer |
addNewEffectDag()
Appends and returns a new empty "effectDag" element
|
CTEffectList |
addNewEffectLst()
Appends and returns a new empty "effectLst" element
|
CTGradientFillProperties |
addNewGradFill()
Appends and returns a new empty "gradFill" element
|
CTGroupFillProperties |
addNewGrpFill()
Appends and returns a new empty "grpFill" element
|
CTNoFillProperties |
addNewNoFill()
Appends and returns a new empty "noFill" element
|
CTPatternFillProperties |
addNewPattFill()
Appends and returns a new empty "pattFill" element
|
CTSolidColorFillProperties |
addNewSolidFill()
Appends and returns a new empty "solidFill" element
|
CTBlipFillProperties |
getBlipFill()
Gets the "blipFill" element
|
CTEffectContainer |
getEffectDag()
Gets the "effectDag" element
|
CTEffectList |
getEffectLst()
Gets the "effectLst" element
|
CTGradientFillProperties |
getGradFill()
Gets the "gradFill" element
|
CTGroupFillProperties |
getGrpFill()
Gets the "grpFill" element
|
CTNoFillProperties |
getNoFill()
Gets the "noFill" element
|
CTPatternFillProperties |
getPattFill()
Gets the "pattFill" element
|
CTSolidColorFillProperties |
getSolidFill()
Gets the "solidFill" element
|
boolean |
isSetBlipFill()
True if has "blipFill" element
|
boolean |
isSetEffectDag()
True if has "effectDag" element
|
boolean |
isSetEffectLst()
True if has "effectLst" element
|
boolean |
isSetGradFill()
True if has "gradFill" element
|
boolean |
isSetGrpFill()
True if has "grpFill" element
|
boolean |
isSetNoFill()
True if has "noFill" element
|
boolean |
isSetPattFill()
True if has "pattFill" element
|
boolean |
isSetSolidFill()
True if has "solidFill" element
|
void |
setBlipFill(CTBlipFillProperties blipFill)
Sets the "blipFill" element
|
void |
setEffectDag(CTEffectContainer effectDag)
Sets the "effectDag" element
|
void |
setEffectLst(CTEffectList effectLst)
Sets the "effectLst" element
|
void |
setGradFill(CTGradientFillProperties gradFill)
Sets the "gradFill" element
|
void |
setGrpFill(CTGroupFillProperties grpFill)
Sets the "grpFill" element
|
void |
setNoFill(CTNoFillProperties noFill)
Sets the "noFill" element
|
void |
setPattFill(CTPatternFillProperties pattFill)
Sets the "pattFill" element
|
void |
setSolidFill(CTSolidColorFillProperties solidFill)
Sets the "solidFill" element
|
void |
unsetBlipFill()
Unsets the "blipFill" element
|
void |
unsetEffectDag()
Unsets the "effectDag" element
|
void |
unsetEffectLst()
Unsets the "effectLst" element
|
void |
unsetGradFill()
Unsets the "gradFill" element
|
void |
unsetGrpFill()
Unsets the "grpFill" element
|
void |
unsetNoFill()
Unsets the "noFill" element
|
void |
unsetPattFill()
Unsets the "pattFill" element
|
void |
unsetSolidFill()
Unsets the "solidFill" element
|
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
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
static final SchemaType type
CTNoFillProperties getNoFill()
boolean isSetNoFill()
void setNoFill(CTNoFillProperties noFill)
CTNoFillProperties addNewNoFill()
void unsetNoFill()
CTSolidColorFillProperties getSolidFill()
boolean isSetSolidFill()
void setSolidFill(CTSolidColorFillProperties solidFill)
CTSolidColorFillProperties addNewSolidFill()
void unsetSolidFill()
CTGradientFillProperties getGradFill()
boolean isSetGradFill()
void setGradFill(CTGradientFillProperties gradFill)
CTGradientFillProperties addNewGradFill()
void unsetGradFill()
CTBlipFillProperties getBlipFill()
boolean isSetBlipFill()
void setBlipFill(CTBlipFillProperties blipFill)
CTBlipFillProperties addNewBlipFill()
void unsetBlipFill()
CTPatternFillProperties getPattFill()
boolean isSetPattFill()
void setPattFill(CTPatternFillProperties pattFill)
CTPatternFillProperties addNewPattFill()
void unsetPattFill()
CTGroupFillProperties getGrpFill()
boolean isSetGrpFill()
void setGrpFill(CTGroupFillProperties grpFill)
CTGroupFillProperties addNewGrpFill()
void unsetGrpFill()
CTEffectList getEffectLst()
boolean isSetEffectLst()
void setEffectLst(CTEffectList effectLst)
CTEffectList addNewEffectLst()
void unsetEffectLst()
CTEffectContainer getEffectDag()
boolean isSetEffectDag()
void setEffectDag(CTEffectContainer effectDag)
CTEffectContainer addNewEffectDag()
void unsetEffectDag()
Copyright © 2010 - 2020 Adobe. All Rights Reserved