Interface CTTLByRgbColorTransform
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTTLByRgbColorTransform extends XmlObject
An XML CT_TLByRgbColorTransform(@http://schemas.openxmlformats.org/presentationml/2006/main). This is a complex type.
-
-
Field Summary
Fields Modifier and Type Field Description static DocumentFactory<CTTLByRgbColorTransform>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 java.lang.ObjectgetB()Gets the "b" attributejava.lang.ObjectgetG()Gets the "g" attributejava.lang.ObjectgetR()Gets the "r" attributevoidsetB(java.lang.Object b)Sets the "b" attributevoidsetG(java.lang.Object g)Sets the "g" attributevoidsetR(java.lang.Object r)Sets the "r" attributeSTFixedPercentagexgetB()Gets (as xml) the "b" attributeSTFixedPercentagexgetG()Gets (as xml) the "g" attributeSTFixedPercentagexgetR()Gets (as xml) the "r" attributevoidxsetB(STFixedPercentage b)Sets (as xml) the "b" attributevoidxsetG(STFixedPercentage g)Sets (as xml) the "g" attributevoidxsetR(STFixedPercentage r)Sets (as xml) the "r" 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<CTTLByRgbColorTransform> Factory
-
type
static final SchemaType type
-
-
Method Detail
-
getR
java.lang.Object getR()
Gets the "r" attribute
-
xgetR
STFixedPercentage xgetR()
Gets (as xml) the "r" attribute
-
setR
void setR(java.lang.Object r)
Sets the "r" attribute
-
xsetR
void xsetR(STFixedPercentage r)
Sets (as xml) the "r" attribute
-
getG
java.lang.Object getG()
Gets the "g" attribute
-
xgetG
STFixedPercentage xgetG()
Gets (as xml) the "g" attribute
-
setG
void setG(java.lang.Object g)
Sets the "g" attribute
-
xsetG
void xsetG(STFixedPercentage g)
Sets (as xml) the "g" attribute
-
getB
java.lang.Object getB()
Gets the "b" attribute
-
xgetB
STFixedPercentage xgetB()
Gets (as xml) the "b" attribute
-
setB
void setB(java.lang.Object b)
Sets the "b" attribute
-
xsetB
void xsetB(STFixedPercentage b)
Sets (as xml) the "b" attribute
-
-