public class CTInnerShadowEffect extends Object
Java class for CT_InnerShadowEffect complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_InnerShadowEffect"> <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" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Long |
blurRad |
protected Integer |
dir |
protected Long |
dist |
protected CTHslColor |
hslClr |
protected CTPresetColor |
prstClr |
protected CTSchemeColor |
schemeClr |
protected CTScRgbColor |
scrgbClr |
protected CTSRgbColor |
srgbClr |
protected CTSystemColor |
sysClr |
Constructor and Description |
---|
CTInnerShadowEffect() |
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
CTSystemColor |
getSysClr()
Gets the value of the sysClr property.
|
void |
setBlurRad(Long value)
Sets the value of the blurRad property.
|
void |
setDir(Integer value)
Sets the value of the dir property.
|
void |
setDist(Long value)
Sets the value of the dist property.
|
void |
setHslClr(CTHslColor value)
Sets the value of the hslClr property.
|
void |
setPrstClr(CTPresetColor value)
Sets the value of the prstClr 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 |
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 Long blurRad
protected Long dist
protected Integer dir
public CTScRgbColor getScrgbClr()
CTScRgbColor
public void setScrgbClr(CTScRgbColor value)
value
- allowed object is
CTScRgbColor
public CTSRgbColor getSrgbClr()
CTSRgbColor
public void setSrgbClr(CTSRgbColor value)
value
- allowed object is
CTSRgbColor
public CTHslColor getHslClr()
CTHslColor
public void setHslClr(CTHslColor value)
value
- allowed object is
CTHslColor
public CTSystemColor getSysClr()
CTSystemColor
public void setSysClr(CTSystemColor value)
value
- allowed object is
CTSystemColor
public CTSchemeColor getSchemeClr()
CTSchemeColor
public void setSchemeClr(CTSchemeColor value)
value
- allowed object is
CTSchemeColor
public CTPresetColor getPrstClr()
CTPresetColor
public void setPrstClr(CTPresetColor value)
value
- allowed object is
CTPresetColor
public long getBlurRad()
Long
public void setBlurRad(Long value)
value
- allowed object is
Long
public long getDist()
Long
public void setDist(Long value)
value
- allowed object is
Long
public int getDir()
Integer
Copyright © 2007-2014. All Rights Reserved.