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 classCTReflectionEffect.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static 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 STRectAlignment.EnumgetAlgn()Gets the "algn" attributelonggetBlurRad()Gets the "blurRad" attributeintgetDir()Gets the "dir" attributelonggetDist()Gets the "dist" attributeintgetEndA()Gets the "endA" attributeintgetEndPos()Gets the "endPos" attributeintgetFadeDir()Gets the "fadeDir" attributeintgetKx()Gets the "kx" attributeintgetKy()Gets the "ky" attributebooleangetRotWithShape()Gets the "rotWithShape" attributeintgetStA()Gets the "stA" attributeintgetStPos()Gets the "stPos" attributeintgetSx()Gets the "sx" attributeintgetSy()Gets the "sy" attributebooleanisSetAlgn()True if has "algn" attributebooleanisSetBlurRad()True if has "blurRad" attributebooleanisSetDir()True if has "dir" attributebooleanisSetDist()True if has "dist" attributebooleanisSetEndA()True if has "endA" attributebooleanisSetEndPos()True if has "endPos" attributebooleanisSetFadeDir()True if has "fadeDir" attributebooleanisSetKx()True if has "kx" attributebooleanisSetKy()True if has "ky" attributebooleanisSetRotWithShape()True if has "rotWithShape" attributebooleanisSetStA()True if has "stA" attributebooleanisSetStPos()True if has "stPos" attributebooleanisSetSx()True if has "sx" attributebooleanisSetSy()True if has "sy" attributevoidsetAlgn(STRectAlignment.Enum algn)Sets the "algn" attributevoidsetBlurRad(long blurRad)Sets the "blurRad" attributevoidsetDir(int dir)Sets the "dir" attributevoidsetDist(long dist)Sets the "dist" attributevoidsetEndA(int endA)Sets the "endA" attributevoidsetEndPos(int endPos)Sets the "endPos" attributevoidsetFadeDir(int fadeDir)Sets the "fadeDir" attributevoidsetKx(int kx)Sets the "kx" attributevoidsetKy(int ky)Sets the "ky" attributevoidsetRotWithShape(boolean rotWithShape)Sets the "rotWithShape" attributevoidsetStA(int stA)Sets the "stA" attributevoidsetStPos(int stPos)Sets the "stPos" attributevoidsetSx(int sx)Sets the "sx" attributevoidsetSy(int sy)Sets the "sy" attributevoidunsetAlgn()Unsets the "algn" attributevoidunsetBlurRad()Unsets the "blurRad" attributevoidunsetDir()Unsets the "dir" attributevoidunsetDist()Unsets the "dist" attributevoidunsetEndA()Unsets the "endA" attributevoidunsetEndPos()Unsets the "endPos" attributevoidunsetFadeDir()Unsets the "fadeDir" attributevoidunsetKx()Unsets the "kx" attributevoidunsetKy()Unsets the "ky" attributevoidunsetRotWithShape()Unsets the "rotWithShape" attributevoidunsetStA()Unsets the "stA" attributevoidunsetStPos()Unsets the "stPos" attributevoidunsetSx()Unsets the "sx" attributevoidunsetSy()Unsets the "sy" attributeSTRectAlignmentxgetAlgn()Gets (as xml) the "algn" attributeSTPositiveCoordinatexgetBlurRad()Gets (as xml) the "blurRad" attributeSTPositiveFixedAnglexgetDir()Gets (as xml) the "dir" attributeSTPositiveCoordinatexgetDist()Gets (as xml) the "dist" attributeSTPositiveFixedPercentagexgetEndA()Gets (as xml) the "endA" attributeSTPositiveFixedPercentagexgetEndPos()Gets (as xml) the "endPos" attributeSTPositiveFixedAnglexgetFadeDir()Gets (as xml) the "fadeDir" attributeSTFixedAnglexgetKx()Gets (as xml) the "kx" attributeSTFixedAnglexgetKy()Gets (as xml) the "ky" attributeXmlBooleanxgetRotWithShape()Gets (as xml) the "rotWithShape" attributeSTPositiveFixedPercentagexgetStA()Gets (as xml) the "stA" attributeSTPositiveFixedPercentagexgetStPos()Gets (as xml) the "stPos" attributeSTPercentagexgetSx()Gets (as xml) the "sx" attributeSTPercentagexgetSy()Gets (as xml) the "sy" attributevoidxsetAlgn(STRectAlignment algn)Sets (as xml) the "algn" attributevoidxsetBlurRad(STPositiveCoordinate blurRad)Sets (as xml) the "blurRad" attributevoidxsetDir(STPositiveFixedAngle dir)Sets (as xml) the "dir" attributevoidxsetDist(STPositiveCoordinate dist)Sets (as xml) the "dist" attributevoidxsetEndA(STPositiveFixedPercentage endA)Sets (as xml) the "endA" attributevoidxsetEndPos(STPositiveFixedPercentage endPos)Sets (as xml) the "endPos" attributevoidxsetFadeDir(STPositiveFixedAngle fadeDir)Sets (as xml) the "fadeDir" attributevoidxsetKx(STFixedAngle kx)Sets (as xml) the "kx" attributevoidxsetKy(STFixedAngle ky)Sets (as xml) the "ky" attributevoidxsetRotWithShape(XmlBoolean rotWithShape)Sets (as xml) the "rotWithShape" attributevoidxsetStA(STPositiveFixedPercentage stA)Sets (as xml) the "stA" attributevoidxsetStPos(STPositiveFixedPercentage stPos)Sets (as xml) the "stPos" attributevoidxsetSx(STPercentage sx)Sets (as xml) the "sx" attributevoidxsetSy(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
-
-