Interface CTTLByHslColorTransform
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTTLByHslColorTransform extends XmlObject
An XML CT_TLByHslColorTransform(@http://schemas.openxmlformats.org/presentationml/2006/main). This is a complex type.
-
-
Field Summary
Fields Modifier and Type Field Description static DocumentFactory<CTTLByHslColorTransform>Factorystatic 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 intgetH()Gets the "h" attributejava.lang.ObjectgetL()Gets the "l" attributejava.lang.ObjectgetS()Gets the "s" attributevoidsetH(int h)Sets the "h" attributevoidsetL(java.lang.Object l)Sets the "l" attributevoidsetS(java.lang.Object s)Sets the "s" attributeSTAnglexgetH()Gets (as xml) the "h" attributeSTFixedPercentagexgetL()Gets (as xml) the "l" attributeSTFixedPercentagexgetS()Gets (as xml) the "s" attributevoidxsetH(STAngle h)Sets (as xml) the "h" attributevoidxsetL(STFixedPercentage l)Sets (as xml) the "l" attributevoidxsetS(STFixedPercentage s)Sets (as xml) the "s" 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, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
Factory
static final DocumentFactory<CTTLByHslColorTransform> Factory
-
type
static final SchemaType type
-
-
Method Detail
-
getH
int getH()
Gets the "h" attribute
-
xgetH
STAngle xgetH()
Gets (as xml) the "h" attribute
-
setH
void setH(int h)
Sets the "h" attribute
-
xsetH
void xsetH(STAngle h)
Sets (as xml) the "h" attribute
-
getS
java.lang.Object getS()
Gets the "s" attribute
-
xgetS
STFixedPercentage xgetS()
Gets (as xml) the "s" attribute
-
setS
void setS(java.lang.Object s)
Sets the "s" attribute
-
xsetS
void xsetS(STFixedPercentage s)
Sets (as xml) the "s" attribute
-
getL
java.lang.Object getL()
Gets the "l" attribute
-
xgetL
STFixedPercentage xgetL()
Gets (as xml) the "l" attribute
-
setL
void setL(java.lang.Object l)
Sets the "l" attribute
-
xsetL
void xsetL(STFixedPercentage l)
Sets (as xml) the "l" attribute
-
-