Interface CTTLByRgbColorTransform
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_TLByRgbColorTransform(@http://schemas.openxmlformats.org/presentationml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTTLByRgbColorTransform> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptiongetB()Gets the "b" attributegetG()Gets the "g" attributegetR()Gets the "r" attributevoidSets the "b" attributevoidSets the "g" attributevoidSets the "r" attributexgetB()Gets (as xml) the "b" attributexgetG()Gets (as xml) the "g" attributexgetR()Gets (as xml) the "r" attributevoidSets (as xml) the "b" attributevoidSets (as xml) the "g" attributevoidSets (as xml) the "r" 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
-
getR
Object getR()Gets the "r" attribute -
xgetR
STFixedPercentage xgetR()Gets (as xml) the "r" attribute -
setR
Sets the "r" attribute -
xsetR
Sets (as xml) the "r" attribute -
getG
Object getG()Gets the "g" attribute -
xgetG
STFixedPercentage xgetG()Gets (as xml) the "g" attribute -
setG
Sets the "g" attribute -
xsetG
Sets (as xml) the "g" attribute -
getB
Object getB()Gets the "b" attribute -
xgetB
STFixedPercentage xgetB()Gets (as xml) the "b" attribute -
setB
Sets the "b" attribute -
xsetB
Sets (as xml) the "b" attribute
-