Interface CTReflectionEffect
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_ReflectionEffect(@http://schemas.openxmlformats.org/drawingml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTReflectionEffect> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptiongetAlgn()Gets the "algn" attributelongGets the "blurRad" attributeintgetDir()Gets the "dir" attributelonggetDist()Gets the "dist" attributegetEndA()Gets the "endA" attributeGets the "endPos" attributeintGets the "fadeDir" attributeintgetKx()Gets the "kx" attributeintgetKy()Gets the "ky" attributebooleanGets the "rotWithShape" attributegetStA()Gets the "stA" attributegetStPos()Gets the "stPos" attributegetSx()Gets the "sx" attributegetSy()Gets the "sy" attributebooleanTrue if has "algn" attributebooleanTrue if has "blurRad" attributebooleanisSetDir()True if has "dir" attributebooleanTrue if has "dist" attributebooleanTrue if has "endA" attributebooleanTrue if has "endPos" attributebooleanTrue if has "fadeDir" attributebooleanisSetKx()True if has "kx" attributebooleanisSetKy()True if has "ky" attributebooleanTrue if has "rotWithShape" attributebooleanisSetStA()True if has "stA" attributebooleanTrue 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" attributevoidSets the "endA" attributevoidSets 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" attributevoidSets the "stA" attributevoidSets the "stPos" attributevoidSets the "sx" attributevoidSets the "sy" attributevoidUnsets the "algn" attributevoidUnsets the "blurRad" attributevoidunsetDir()Unsets the "dir" attributevoidUnsets the "dist" attributevoidUnsets the "endA" attributevoidUnsets the "endPos" attributevoidUnsets the "fadeDir" attributevoidunsetKx()Unsets the "kx" attributevoidunsetKy()Unsets the "ky" attributevoidUnsets the "rotWithShape" attributevoidunsetStA()Unsets the "stA" attributevoidUnsets the "stPos" attributevoidunsetSx()Unsets the "sx" attributevoidunsetSy()Unsets the "sy" attributexgetAlgn()Gets (as xml) the "algn" attributeGets (as xml) the "blurRad" attributexgetDir()Gets (as xml) the "dir" attributexgetDist()Gets (as xml) the "dist" attributexgetEndA()Gets (as xml) the "endA" attributeGets (as xml) the "endPos" attributeGets (as xml) the "fadeDir" attributexgetKx()Gets (as xml) the "kx" attributexgetKy()Gets (as xml) the "ky" attributeGets (as xml) the "rotWithShape" attributexgetStA()Gets (as xml) the "stA" attributeGets (as xml) the "stPos" attributexgetSx()Gets (as xml) the "sx" attributexgetSy()Gets (as xml) the "sy" attributevoidxsetAlgn(STRectAlignment algn) Sets (as xml) the "algn" attributevoidxsetBlurRad(STPositiveCoordinate blurRad) Sets (as xml) the "blurRad" attributevoidSets (as xml) the "dir" attributevoidxsetDist(STPositiveCoordinate dist) Sets (as xml) the "dist" attributevoidSets (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" attributevoidSets (as xml) the "stA" attributevoidSets (as xml) the "stPos" attributevoidxsetSx(STPercentage sx) Sets (as xml) the "sx" attributevoidxsetSy(STPercentage sy) Sets (as xml) the "sy" 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
-
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
Sets (as xml) the "blurRad" attribute -
unsetBlurRad
void unsetBlurRad()Unsets the "blurRad" attribute -
getStA
Object getStA()Gets the "stA" attribute -
xgetStA
STPositiveFixedPercentage xgetStA()Gets (as xml) the "stA" attribute -
isSetStA
boolean isSetStA()True if has "stA" attribute -
setStA
Sets the "stA" attribute -
xsetStA
Sets (as xml) the "stA" attribute -
unsetStA
void unsetStA()Unsets the "stA" attribute -
getStPos
Object getStPos()Gets the "stPos" attribute -
xgetStPos
STPositiveFixedPercentage xgetStPos()Gets (as xml) the "stPos" attribute -
isSetStPos
boolean isSetStPos()True if has "stPos" attribute -
setStPos
Sets the "stPos" attribute -
xsetStPos
Sets (as xml) the "stPos" attribute -
unsetStPos
void unsetStPos()Unsets the "stPos" attribute -
getEndA
Object getEndA()Gets the "endA" attribute -
xgetEndA
STPositiveFixedPercentage xgetEndA()Gets (as xml) the "endA" attribute -
isSetEndA
boolean isSetEndA()True if has "endA" attribute -
setEndA
Sets the "endA" attribute -
xsetEndA
Sets (as xml) the "endA" attribute -
unsetEndA
void unsetEndA()Unsets the "endA" attribute -
getEndPos
Object getEndPos()Gets the "endPos" attribute -
xgetEndPos
STPositiveFixedPercentage xgetEndPos()Gets (as xml) the "endPos" attribute -
isSetEndPos
boolean isSetEndPos()True if has "endPos" attribute -
setEndPos
Sets the "endPos" attribute -
xsetEndPos
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
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
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
Sets (as xml) the "fadeDir" attribute -
unsetFadeDir
void unsetFadeDir()Unsets the "fadeDir" attribute -
getSx
Object getSx()Gets the "sx" attribute -
xgetSx
STPercentage xgetSx()Gets (as xml) the "sx" attribute -
isSetSx
boolean isSetSx()True if has "sx" attribute -
setSx
Sets the "sx" attribute -
xsetSx
Sets (as xml) the "sx" attribute -
unsetSx
void unsetSx()Unsets the "sx" attribute -
getSy
Object getSy()Gets the "sy" attribute -
xgetSy
STPercentage xgetSy()Gets (as xml) the "sy" attribute -
isSetSy
boolean isSetSy()True if has "sy" attribute -
setSy
Sets the "sy" attribute -
xsetSy
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
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
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
Sets the "algn" attribute -
xsetAlgn
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
Sets (as xml) the "rotWithShape" attribute -
unsetRotWithShape
void unsetRotWithShape()Unsets the "rotWithShape" attribute
-