Interface CTGlowEffect
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_GlowEffect(@http://schemas.openxmlformats.org/drawingml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTGlowEffect> 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 "hslClr" elementAppends and returns a new empty "prstClr" elementAppends and returns a new empty "schemeClr" elementAppends and returns a new empty "scrgbClr" elementAppends and returns a new empty "srgbClr" elementAppends and returns a new empty "sysClr" elementGets the "hslClr" elementGets the "prstClr" elementlonggetRad()Gets the "rad" attributeGets the "schemeClr" elementGets the "scrgbClr" elementGets the "srgbClr" elementGets the "sysClr" elementbooleanTrue if has "hslClr" elementbooleanTrue if has "prstClr" elementbooleanisSetRad()True if has "rad" attributebooleanTrue if has "schemeClr" elementbooleanTrue if has "scrgbClr" elementbooleanTrue if has "srgbClr" elementbooleanTrue if has "sysClr" elementvoidsetHslClr(CTHslColor hslClr) Sets the "hslClr" elementvoidsetPrstClr(CTPresetColor prstClr) Sets the "prstClr" elementvoidsetRad(long rad) Sets the "rad" attributevoidsetSchemeClr(CTSchemeColor schemeClr) Sets the "schemeClr" elementvoidsetScrgbClr(CTScRgbColor scrgbClr) Sets the "scrgbClr" elementvoidsetSrgbClr(CTSRgbColor srgbClr) Sets the "srgbClr" elementvoidsetSysClr(CTSystemColor sysClr) Sets the "sysClr" elementvoidUnsets the "hslClr" elementvoidUnsets the "prstClr" elementvoidunsetRad()Unsets the "rad" attributevoidUnsets the "schemeClr" elementvoidUnsets the "scrgbClr" elementvoidUnsets the "srgbClr" elementvoidUnsets the "sysClr" elementxgetRad()Gets (as xml) the "rad" attributevoidSets (as xml) the "rad" attributeMethods 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
-
getScrgbClr
CTScRgbColor getScrgbClr()Gets the "scrgbClr" element -
isSetScrgbClr
boolean isSetScrgbClr()True if has "scrgbClr" element -
setScrgbClr
Sets the "scrgbClr" element -
addNewScrgbClr
CTScRgbColor addNewScrgbClr()Appends and returns a new empty "scrgbClr" element -
unsetScrgbClr
void unsetScrgbClr()Unsets the "scrgbClr" element -
getSrgbClr
CTSRgbColor getSrgbClr()Gets the "srgbClr" element -
isSetSrgbClr
boolean isSetSrgbClr()True if has "srgbClr" element -
setSrgbClr
Sets the "srgbClr" element -
addNewSrgbClr
CTSRgbColor addNewSrgbClr()Appends and returns a new empty "srgbClr" element -
unsetSrgbClr
void unsetSrgbClr()Unsets the "srgbClr" element -
getHslClr
CTHslColor getHslClr()Gets the "hslClr" element -
isSetHslClr
boolean isSetHslClr()True if has "hslClr" element -
setHslClr
Sets the "hslClr" element -
addNewHslClr
CTHslColor addNewHslClr()Appends and returns a new empty "hslClr" element -
unsetHslClr
void unsetHslClr()Unsets the "hslClr" element -
getSysClr
CTSystemColor getSysClr()Gets the "sysClr" element -
isSetSysClr
boolean isSetSysClr()True if has "sysClr" element -
setSysClr
Sets the "sysClr" element -
addNewSysClr
CTSystemColor addNewSysClr()Appends and returns a new empty "sysClr" element -
unsetSysClr
void unsetSysClr()Unsets the "sysClr" element -
getSchemeClr
CTSchemeColor getSchemeClr()Gets the "schemeClr" element -
isSetSchemeClr
boolean isSetSchemeClr()True if has "schemeClr" element -
setSchemeClr
Sets the "schemeClr" element -
addNewSchemeClr
CTSchemeColor addNewSchemeClr()Appends and returns a new empty "schemeClr" element -
unsetSchemeClr
void unsetSchemeClr()Unsets the "schemeClr" element -
getPrstClr
CTPresetColor getPrstClr()Gets the "prstClr" element -
isSetPrstClr
boolean isSetPrstClr()True if has "prstClr" element -
setPrstClr
Sets the "prstClr" element -
addNewPrstClr
CTPresetColor addNewPrstClr()Appends and returns a new empty "prstClr" element -
unsetPrstClr
void unsetPrstClr()Unsets the "prstClr" element -
getRad
long getRad()Gets the "rad" attribute -
xgetRad
STPositiveCoordinate xgetRad()Gets (as xml) the "rad" attribute -
isSetRad
boolean isSetRad()True if has "rad" attribute -
setRad
void setRad(long rad) Sets the "rad" attribute -
xsetRad
Sets (as xml) the "rad" attribute -
unsetRad
void unsetRad()Unsets the "rad" attribute
-