Interface CTHSLEffect
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTHSLEffect extends XmlObject
An XML CT_HSLEffect(@http://schemas.openxmlformats.org/drawingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTHSLEffect.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaType
type
-
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 int
getHue()
Gets the "hue" attributeint
getLum()
Gets the "lum" attributeint
getSat()
Gets the "sat" attributeboolean
isSetHue()
True if has "hue" attributeboolean
isSetLum()
True if has "lum" attributeboolean
isSetSat()
True if has "sat" attributevoid
setHue(int hue)
Sets the "hue" attributevoid
setLum(int lum)
Sets the "lum" attributevoid
setSat(int sat)
Sets the "sat" attributevoid
unsetHue()
Unsets the "hue" attributevoid
unsetLum()
Unsets the "lum" attributevoid
unsetSat()
Unsets the "sat" attributeSTPositiveFixedAngle
xgetHue()
Gets (as xml) the "hue" attributeSTFixedPercentage
xgetLum()
Gets (as xml) the "lum" attributeSTFixedPercentage
xgetSat()
Gets (as xml) the "sat" attributevoid
xsetHue(STPositiveFixedAngle hue)
Sets (as xml) the "hue" attributevoid
xsetLum(STFixedPercentage lum)
Sets (as xml) the "lum" attributevoid
xsetSat(STFixedPercentage sat)
Sets (as xml) the "sat" 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
-
getHue
int getHue()
Gets the "hue" attribute
-
xgetHue
STPositiveFixedAngle xgetHue()
Gets (as xml) the "hue" attribute
-
isSetHue
boolean isSetHue()
True if has "hue" attribute
-
setHue
void setHue(int hue)
Sets the "hue" attribute
-
xsetHue
void xsetHue(STPositiveFixedAngle hue)
Sets (as xml) the "hue" attribute
-
unsetHue
void unsetHue()
Unsets the "hue" attribute
-
getSat
int getSat()
Gets the "sat" attribute
-
xgetSat
STFixedPercentage xgetSat()
Gets (as xml) the "sat" attribute
-
isSetSat
boolean isSetSat()
True if has "sat" attribute
-
setSat
void setSat(int sat)
Sets the "sat" attribute
-
xsetSat
void xsetSat(STFixedPercentage sat)
Sets (as xml) the "sat" attribute
-
unsetSat
void unsetSat()
Unsets the "sat" attribute
-
getLum
int getLum()
Gets the "lum" attribute
-
xgetLum
STFixedPercentage xgetLum()
Gets (as xml) the "lum" attribute
-
isSetLum
boolean isSetLum()
True if has "lum" attribute
-
setLum
void setLum(int lum)
Sets the "lum" attribute
-
xsetLum
void xsetLum(STFixedPercentage lum)
Sets (as xml) the "lum" attribute
-
unsetLum
void unsetLum()
Unsets the "lum" attribute
-
-