public interface CTPatternFill extends XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
CTPatternFill.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 |
|---|---|
CTColor |
addNewBgColor()
Appends and returns a new empty "bgColor" element
|
CTColor |
addNewFgColor()
Appends and returns a new empty "fgColor" element
|
CTColor |
getBgColor()
Gets the "bgColor" element
|
CTColor |
getFgColor()
Gets the "fgColor" element
|
STPatternType.Enum |
getPatternType()
Gets the "patternType" attribute
|
boolean |
isSetBgColor()
True if has "bgColor" element
|
boolean |
isSetFgColor()
True if has "fgColor" element
|
boolean |
isSetPatternType()
True if has "patternType" attribute
|
void |
setBgColor(CTColor bgColor)
Sets the "bgColor" element
|
void |
setFgColor(CTColor fgColor)
Sets the "fgColor" element
|
void |
setPatternType(STPatternType.Enum patternType)
Sets the "patternType" attribute
|
void |
unsetBgColor()
Unsets the "bgColor" element
|
void |
unsetFgColor()
Unsets the "fgColor" element
|
void |
unsetPatternType()
Unsets the "patternType" attribute
|
STPatternType |
xgetPatternType()
Gets (as xml) the "patternType" attribute
|
void |
xsetPatternType(STPatternType patternType)
Sets (as xml) the "patternType" attribute
|
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, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextstatic final SchemaType type
CTColor getFgColor()
boolean isSetFgColor()
void setFgColor(CTColor fgColor)
CTColor addNewFgColor()
void unsetFgColor()
CTColor getBgColor()
boolean isSetBgColor()
void setBgColor(CTColor bgColor)
CTColor addNewBgColor()
void unsetBgColor()
STPatternType.Enum getPatternType()
STPatternType xgetPatternType()
boolean isSetPatternType()
void setPatternType(STPatternType.Enum patternType)
void xsetPatternType(STPatternType patternType)
void unsetPatternType()
Copyright © 2010 - 2020 Adobe. All Rights Reserved