Interface CTTLByHslColorTransform
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_TLByHslColorTransform(@http://schemas.openxmlformats.org/presentationml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTTLByHslColorTransform> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionintgetH()Gets the "h" attributegetL()Gets the "l" attributegetS()Gets the "s" attributevoidsetH(int h) Sets the "h" attributevoidSets the "l" attributevoidSets the "s" attributexgetH()Gets (as xml) the "h" attributexgetL()Gets (as xml) the "l" attributexgetS()Gets (as xml) the "s" attributevoidSets (as xml) the "h" attributevoidSets (as xml) the "l" attributevoidSets (as xml) the "s" 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
-
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
Sets (as xml) the "h" attribute -
getS
Object getS()Gets the "s" attribute -
xgetS
STFixedPercentage xgetS()Gets (as xml) the "s" attribute -
setS
Sets the "s" attribute -
xsetS
Sets (as xml) the "s" attribute -
getL
Object getL()Gets the "l" attribute -
xgetL
STFixedPercentage xgetL()Gets (as xml) the "l" attribute -
setL
Sets the "l" attribute -
xsetL
Sets (as xml) the "l" attribute
-