Interface CTReflectionEffect
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTReflectionEffect extends XmlObject
An XML CT_ReflectionEffect(@http://schemas.openxmlformats.org/drawingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTReflectionEffect.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 STRectAlignment.Enum
getAlgn()
Gets the "algn" attributelong
getBlurRad()
Gets the "blurRad" attributeint
getDir()
Gets the "dir" attributelong
getDist()
Gets the "dist" attributeint
getEndA()
Gets the "endA" attributeint
getEndPos()
Gets the "endPos" attributeint
getFadeDir()
Gets the "fadeDir" attributeint
getKx()
Gets the "kx" attributeint
getKy()
Gets the "ky" attributeboolean
getRotWithShape()
Gets the "rotWithShape" attributeint
getStA()
Gets the "stA" attributeint
getStPos()
Gets the "stPos" attributeint
getSx()
Gets the "sx" attributeint
getSy()
Gets the "sy" attributeboolean
isSetAlgn()
True if has "algn" attributeboolean
isSetBlurRad()
True if has "blurRad" attributeboolean
isSetDir()
True if has "dir" attributeboolean
isSetDist()
True if has "dist" attributeboolean
isSetEndA()
True if has "endA" attributeboolean
isSetEndPos()
True if has "endPos" attributeboolean
isSetFadeDir()
True if has "fadeDir" attributeboolean
isSetKx()
True if has "kx" attributeboolean
isSetKy()
True if has "ky" attributeboolean
isSetRotWithShape()
True if has "rotWithShape" attributeboolean
isSetStA()
True if has "stA" attributeboolean
isSetStPos()
True if has "stPos" attributeboolean
isSetSx()
True if has "sx" attributeboolean
isSetSy()
True if has "sy" attributevoid
setAlgn(STRectAlignment.Enum algn)
Sets the "algn" attributevoid
setBlurRad(long blurRad)
Sets the "blurRad" attributevoid
setDir(int dir)
Sets the "dir" attributevoid
setDist(long dist)
Sets the "dist" attributevoid
setEndA(int endA)
Sets the "endA" attributevoid
setEndPos(int endPos)
Sets the "endPos" attributevoid
setFadeDir(int fadeDir)
Sets the "fadeDir" attributevoid
setKx(int kx)
Sets the "kx" attributevoid
setKy(int ky)
Sets the "ky" attributevoid
setRotWithShape(boolean rotWithShape)
Sets the "rotWithShape" attributevoid
setStA(int stA)
Sets the "stA" attributevoid
setStPos(int stPos)
Sets the "stPos" attributevoid
setSx(int sx)
Sets the "sx" attributevoid
setSy(int sy)
Sets the "sy" attributevoid
unsetAlgn()
Unsets the "algn" attributevoid
unsetBlurRad()
Unsets the "blurRad" attributevoid
unsetDir()
Unsets the "dir" attributevoid
unsetDist()
Unsets the "dist" attributevoid
unsetEndA()
Unsets the "endA" attributevoid
unsetEndPos()
Unsets the "endPos" attributevoid
unsetFadeDir()
Unsets the "fadeDir" attributevoid
unsetKx()
Unsets the "kx" attributevoid
unsetKy()
Unsets the "ky" attributevoid
unsetRotWithShape()
Unsets the "rotWithShape" attributevoid
unsetStA()
Unsets the "stA" attributevoid
unsetStPos()
Unsets the "stPos" attributevoid
unsetSx()
Unsets the "sx" attributevoid
unsetSy()
Unsets the "sy" attributeSTRectAlignment
xgetAlgn()
Gets (as xml) the "algn" attributeSTPositiveCoordinate
xgetBlurRad()
Gets (as xml) the "blurRad" attributeSTPositiveFixedAngle
xgetDir()
Gets (as xml) the "dir" attributeSTPositiveCoordinate
xgetDist()
Gets (as xml) the "dist" attributeSTPositiveFixedPercentage
xgetEndA()
Gets (as xml) the "endA" attributeSTPositiveFixedPercentage
xgetEndPos()
Gets (as xml) the "endPos" attributeSTPositiveFixedAngle
xgetFadeDir()
Gets (as xml) the "fadeDir" attributeSTFixedAngle
xgetKx()
Gets (as xml) the "kx" attributeSTFixedAngle
xgetKy()
Gets (as xml) the "ky" attributeXmlBoolean
xgetRotWithShape()
Gets (as xml) the "rotWithShape" attributeSTPositiveFixedPercentage
xgetStA()
Gets (as xml) the "stA" attributeSTPositiveFixedPercentage
xgetStPos()
Gets (as xml) the "stPos" attributeSTPercentage
xgetSx()
Gets (as xml) the "sx" attributeSTPercentage
xgetSy()
Gets (as xml) the "sy" attributevoid
xsetAlgn(STRectAlignment algn)
Sets (as xml) the "algn" attributevoid
xsetBlurRad(STPositiveCoordinate blurRad)
Sets (as xml) the "blurRad" attributevoid
xsetDir(STPositiveFixedAngle dir)
Sets (as xml) the "dir" attributevoid
xsetDist(STPositiveCoordinate dist)
Sets (as xml) the "dist" attributevoid
xsetEndA(STPositiveFixedPercentage endA)
Sets (as xml) the "endA" attributevoid
xsetEndPos(STPositiveFixedPercentage endPos)
Sets (as xml) the "endPos" attributevoid
xsetFadeDir(STPositiveFixedAngle fadeDir)
Sets (as xml) the "fadeDir" attributevoid
xsetKx(STFixedAngle kx)
Sets (as xml) the "kx" attributevoid
xsetKy(STFixedAngle ky)
Sets (as xml) the "ky" attributevoid
xsetRotWithShape(XmlBoolean rotWithShape)
Sets (as xml) the "rotWithShape" attributevoid
xsetStA(STPositiveFixedPercentage stA)
Sets (as xml) the "stA" attributevoid
xsetStPos(STPositiveFixedPercentage stPos)
Sets (as xml) the "stPos" attributevoid
xsetSx(STPercentage sx)
Sets (as xml) the "sx" attributevoid
xsetSy(STPercentage sy)
Sets (as xml) the "sy" 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
-
getBlurRad
long getBlurRad()
Gets the "blurRad" attribute
-
xgetBlurRad
STPositiveCoordinate xgetBlurRad()
Gets (as xml) the "blurRad" attribute
-
isSetBlurRad
boolean isSetBlurRad()
True if has "blurRad" attribute
-
setBlurRad
void setBlurRad(long blurRad)
Sets the "blurRad" attribute
-
xsetBlurRad
void xsetBlurRad(STPositiveCoordinate blurRad)
Sets (as xml) the "blurRad" attribute
-
unsetBlurRad
void unsetBlurRad()
Unsets the "blurRad" attribute
-
getStA
int getStA()
Gets the "stA" attribute
-
xgetStA
STPositiveFixedPercentage xgetStA()
Gets (as xml) the "stA" attribute
-
isSetStA
boolean isSetStA()
True if has "stA" attribute
-
setStA
void setStA(int stA)
Sets the "stA" attribute
-
xsetStA
void xsetStA(STPositiveFixedPercentage stA)
Sets (as xml) the "stA" attribute
-
unsetStA
void unsetStA()
Unsets the "stA" attribute
-
getStPos
int getStPos()
Gets the "stPos" attribute
-
xgetStPos
STPositiveFixedPercentage xgetStPos()
Gets (as xml) the "stPos" attribute
-
isSetStPos
boolean isSetStPos()
True if has "stPos" attribute
-
setStPos
void setStPos(int stPos)
Sets the "stPos" attribute
-
xsetStPos
void xsetStPos(STPositiveFixedPercentage stPos)
Sets (as xml) the "stPos" attribute
-
unsetStPos
void unsetStPos()
Unsets the "stPos" attribute
-
getEndA
int getEndA()
Gets the "endA" attribute
-
xgetEndA
STPositiveFixedPercentage xgetEndA()
Gets (as xml) the "endA" attribute
-
isSetEndA
boolean isSetEndA()
True if has "endA" attribute
-
setEndA
void setEndA(int endA)
Sets the "endA" attribute
-
xsetEndA
void xsetEndA(STPositiveFixedPercentage endA)
Sets (as xml) the "endA" attribute
-
unsetEndA
void unsetEndA()
Unsets the "endA" attribute
-
getEndPos
int getEndPos()
Gets the "endPos" attribute
-
xgetEndPos
STPositiveFixedPercentage xgetEndPos()
Gets (as xml) the "endPos" attribute
-
isSetEndPos
boolean isSetEndPos()
True if has "endPos" attribute
-
setEndPos
void setEndPos(int endPos)
Sets the "endPos" attribute
-
xsetEndPos
void xsetEndPos(STPositiveFixedPercentage endPos)
Sets (as xml) the "endPos" attribute
-
unsetEndPos
void unsetEndPos()
Unsets the "endPos" attribute
-
getDist
long getDist()
Gets the "dist" attribute
-
xgetDist
STPositiveCoordinate xgetDist()
Gets (as xml) the "dist" attribute
-
isSetDist
boolean isSetDist()
True if has "dist" attribute
-
setDist
void setDist(long dist)
Sets the "dist" attribute
-
xsetDist
void xsetDist(STPositiveCoordinate dist)
Sets (as xml) the "dist" attribute
-
unsetDist
void unsetDist()
Unsets the "dist" attribute
-
getDir
int getDir()
Gets the "dir" attribute
-
xgetDir
STPositiveFixedAngle xgetDir()
Gets (as xml) the "dir" attribute
-
isSetDir
boolean isSetDir()
True if has "dir" attribute
-
setDir
void setDir(int dir)
Sets the "dir" attribute
-
xsetDir
void xsetDir(STPositiveFixedAngle dir)
Sets (as xml) the "dir" attribute
-
unsetDir
void unsetDir()
Unsets the "dir" attribute
-
getFadeDir
int getFadeDir()
Gets the "fadeDir" attribute
-
xgetFadeDir
STPositiveFixedAngle xgetFadeDir()
Gets (as xml) the "fadeDir" attribute
-
isSetFadeDir
boolean isSetFadeDir()
True if has "fadeDir" attribute
-
setFadeDir
void setFadeDir(int fadeDir)
Sets the "fadeDir" attribute
-
xsetFadeDir
void xsetFadeDir(STPositiveFixedAngle fadeDir)
Sets (as xml) the "fadeDir" attribute
-
unsetFadeDir
void unsetFadeDir()
Unsets the "fadeDir" attribute
-
getSx
int getSx()
Gets the "sx" attribute
-
xgetSx
STPercentage xgetSx()
Gets (as xml) the "sx" attribute
-
isSetSx
boolean isSetSx()
True if has "sx" attribute
-
setSx
void setSx(int sx)
Sets the "sx" attribute
-
xsetSx
void xsetSx(STPercentage sx)
Sets (as xml) the "sx" attribute
-
unsetSx
void unsetSx()
Unsets the "sx" attribute
-
getSy
int getSy()
Gets the "sy" attribute
-
xgetSy
STPercentage xgetSy()
Gets (as xml) the "sy" attribute
-
isSetSy
boolean isSetSy()
True if has "sy" attribute
-
setSy
void setSy(int sy)
Sets the "sy" attribute
-
xsetSy
void xsetSy(STPercentage sy)
Sets (as xml) the "sy" attribute
-
unsetSy
void unsetSy()
Unsets the "sy" attribute
-
getKx
int getKx()
Gets the "kx" attribute
-
xgetKx
STFixedAngle xgetKx()
Gets (as xml) the "kx" attribute
-
isSetKx
boolean isSetKx()
True if has "kx" attribute
-
setKx
void setKx(int kx)
Sets the "kx" attribute
-
xsetKx
void xsetKx(STFixedAngle kx)
Sets (as xml) the "kx" attribute
-
unsetKx
void unsetKx()
Unsets the "kx" attribute
-
getKy
int getKy()
Gets the "ky" attribute
-
xgetKy
STFixedAngle xgetKy()
Gets (as xml) the "ky" attribute
-
isSetKy
boolean isSetKy()
True if has "ky" attribute
-
setKy
void setKy(int ky)
Sets the "ky" attribute
-
xsetKy
void xsetKy(STFixedAngle ky)
Sets (as xml) the "ky" attribute
-
unsetKy
void unsetKy()
Unsets the "ky" attribute
-
getAlgn
STRectAlignment.Enum getAlgn()
Gets the "algn" attribute
-
xgetAlgn
STRectAlignment xgetAlgn()
Gets (as xml) the "algn" attribute
-
isSetAlgn
boolean isSetAlgn()
True if has "algn" attribute
-
setAlgn
void setAlgn(STRectAlignment.Enum algn)
Sets the "algn" attribute
-
xsetAlgn
void xsetAlgn(STRectAlignment algn)
Sets (as xml) the "algn" attribute
-
unsetAlgn
void unsetAlgn()
Unsets the "algn" attribute
-
getRotWithShape
boolean getRotWithShape()
Gets the "rotWithShape" attribute
-
xgetRotWithShape
XmlBoolean xgetRotWithShape()
Gets (as xml) the "rotWithShape" attribute
-
isSetRotWithShape
boolean isSetRotWithShape()
True if has "rotWithShape" attribute
-
setRotWithShape
void setRotWithShape(boolean rotWithShape)
Sets the "rotWithShape" attribute
-
xsetRotWithShape
void xsetRotWithShape(XmlBoolean rotWithShape)
Sets (as xml) the "rotWithShape" attribute
-
unsetRotWithShape
void unsetRotWithShape()
Unsets the "rotWithShape" attribute
-
-