public class CTOuterShadowEffect extends java.lang.Object implements Child
Java class for CT_OuterShadowEffect complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_OuterShadowEffect">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://schemas.openxmlformats.org/drawingml/2006/main}EG_ColorChoice"/>
</sequence>
<attribute name="blurRad" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_PositiveCoordinate" default="0" />
<attribute name="dist" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_PositiveCoordinate" default="0" />
<attribute name="dir" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_PositiveFixedAngle" default="0" />
<attribute name="sx" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_Percentage" default="100000" />
<attribute name="sy" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_Percentage" default="100000" />
<attribute name="kx" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_FixedAngle" default="0" />
<attribute name="ky" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_FixedAngle" default="0" />
<attribute name="algn" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_RectAlignment" default="b" />
<attribute name="rotWithShape" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected STRectAlignment |
algn |
protected java.lang.Long |
blurRad |
protected java.lang.Integer |
dir |
protected java.lang.Long |
dist |
protected CTHslColor |
hslClr |
protected java.lang.Integer |
kx |
protected java.lang.Integer |
ky |
protected CTPresetColor |
prstClr |
protected java.lang.Boolean |
rotWithShape |
protected CTSchemeColor |
schemeClr |
protected CTScRgbColor |
scrgbClr |
protected CTSRgbColor |
srgbClr |
protected java.lang.Integer |
sx |
protected java.lang.Integer |
sy |
protected CTSystemColor |
sysClr |
| Constructor and Description |
|---|
CTOuterShadowEffect() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
STRectAlignment |
getAlgn()
Gets the value of the algn property.
|
long |
getBlurRad()
Gets the value of the blurRad property.
|
int |
getDir()
Gets the value of the dir property.
|
long |
getDist()
Gets the value of the dist property.
|
CTHslColor |
getHslClr()
Gets the value of the hslClr property.
|
int |
getKx()
Gets the value of the kx property.
|
int |
getKy()
Gets the value of the ky property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTPresetColor |
getPrstClr()
Gets the value of the prstClr property.
|
CTSchemeColor |
getSchemeClr()
Gets the value of the schemeClr property.
|
CTScRgbColor |
getScrgbClr()
Gets the value of the scrgbClr property.
|
CTSRgbColor |
getSrgbClr()
Gets the value of the srgbClr property.
|
int |
getSx()
Gets the value of the sx property.
|
int |
getSy()
Gets the value of the sy property.
|
CTSystemColor |
getSysClr()
Gets the value of the sysClr property.
|
boolean |
isRotWithShape()
Gets the value of the rotWithShape property.
|
void |
setAlgn(STRectAlignment value)
Sets the value of the algn property.
|
void |
setBlurRad(java.lang.Long value)
Sets the value of the blurRad property.
|
void |
setDir(java.lang.Integer value)
Sets the value of the dir property.
|
void |
setDist(java.lang.Long value)
Sets the value of the dist property.
|
void |
setHslClr(CTHslColor value)
Sets the value of the hslClr property.
|
void |
setKx(java.lang.Integer value)
Sets the value of the kx property.
|
void |
setKy(java.lang.Integer value)
Sets the value of the ky property.
|
void |
setParent(java.lang.Object parent) |
void |
setPrstClr(CTPresetColor value)
Sets the value of the prstClr property.
|
void |
setRotWithShape(java.lang.Boolean value)
Sets the value of the rotWithShape property.
|
void |
setSchemeClr(CTSchemeColor value)
Sets the value of the schemeClr property.
|
void |
setScrgbClr(CTScRgbColor value)
Sets the value of the scrgbClr property.
|
void |
setSrgbClr(CTSRgbColor value)
Sets the value of the srgbClr property.
|
void |
setSx(java.lang.Integer value)
Sets the value of the sx property.
|
void |
setSy(java.lang.Integer value)
Sets the value of the sy property.
|
void |
setSysClr(CTSystemColor value)
Sets the value of the sysClr property.
|
protected CTScRgbColor scrgbClr
protected CTSRgbColor srgbClr
protected CTHslColor hslClr
protected CTSystemColor sysClr
protected CTSchemeColor schemeClr
protected CTPresetColor prstClr
protected java.lang.Long blurRad
protected java.lang.Long dist
protected java.lang.Integer dir
protected java.lang.Integer sx
protected java.lang.Integer sy
protected java.lang.Integer kx
protected java.lang.Integer ky
protected STRectAlignment algn
protected java.lang.Boolean rotWithShape
public CTScRgbColor getScrgbClr()
CTScRgbColorpublic void setScrgbClr(CTScRgbColor value)
value - allowed object is
CTScRgbColorpublic CTSRgbColor getSrgbClr()
CTSRgbColorpublic void setSrgbClr(CTSRgbColor value)
value - allowed object is
CTSRgbColorpublic CTHslColor getHslClr()
CTHslColorpublic void setHslClr(CTHslColor value)
value - allowed object is
CTHslColorpublic CTSystemColor getSysClr()
CTSystemColorpublic void setSysClr(CTSystemColor value)
value - allowed object is
CTSystemColorpublic CTSchemeColor getSchemeClr()
CTSchemeColorpublic void setSchemeClr(CTSchemeColor value)
value - allowed object is
CTSchemeColorpublic CTPresetColor getPrstClr()
CTPresetColorpublic void setPrstClr(CTPresetColor value)
value - allowed object is
CTPresetColorpublic long getBlurRad()
Longpublic void setBlurRad(java.lang.Long value)
value - allowed object is
Longpublic long getDist()
Longpublic void setDist(java.lang.Long value)
value - allowed object is
Longpublic int getDir()
Integerpublic void setDir(java.lang.Integer value)
value - allowed object is
Integerpublic int getSx()
Integerpublic void setSx(java.lang.Integer value)
value - allowed object is
Integerpublic int getSy()
Integerpublic void setSy(java.lang.Integer value)
value - allowed object is
Integerpublic int getKx()
Integerpublic void setKx(java.lang.Integer value)
value - allowed object is
Integerpublic int getKy()
Integerpublic void setKy(java.lang.Integer value)
value - allowed object is
Integerpublic STRectAlignment getAlgn()
STRectAlignmentpublic void setAlgn(STRectAlignment value)
value - allowed object is
STRectAlignmentpublic boolean isRotWithShape()
Booleanpublic void setRotWithShape(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2025. All rights reserved.