|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.spire.xls.core.spreadsheet.XlsObject
com.spire.xls.ChartShadow
public class ChartShadow
| Constructor Summary | |
|---|---|
ChartShadow(java.lang.Object parent)
|
|
| Method Summary | |
|---|---|
void |
customShadowStyles(XLSXChartPrespectiveType iPerspective,
int iTransparency,
int iSize,
int iBlur,
int iAngle,
int iDistance,
boolean iCustomShadowStyle)
Customs the perspective shadow styles. |
void |
customShadowStyles(XLSXChartShadowInnerType iInner,
int iTransparency,
int iBlur,
int iAngle,
int iDistance,
boolean iCustomShadowStyle)
Customs the inner shadow styles. |
void |
customShadowStyles(XLSXChartShadowOuterType iOuter,
int iTransparency,
int iSize,
int iBlur,
int iAngle,
int iDistance,
boolean iCustomShadowStyle)
Customs the outer shadow styles. |
java.lang.Object |
deepClone(java.lang.Object parent)
Clone current Record. |
int |
getAngle()
Gets the angle of Shadow. |
int |
getBlur()
Gets the blur of Shadow. |
java.awt.Color |
getColor()
Gets the color of the shadow. |
int |
getDistance()
Gets the distance of shadow. |
XLSXChartShadowInnerType |
getShadowInnerType()
Gets the shadow inner presets. |
XLSXChartShadowOuterType |
getShadowOuterType()
Gets the shadow outer presets. |
XLSXChartPrespectiveType |
getShadowPrespectiveType()
Gets the shadow prespective presets. |
int |
getSize()
Gets the size of shadow. |
int |
getSoftEdge()
Gets or sets the radio of soft edge. |
int |
getTransparency()
Gets the transparency of shadow. |
boolean |
hasCustomStyle()
Gets a value indicating whether this instance has custom shadow style. |
void |
hasCustomStyle(boolean hasCustomStyle)
Sets a value indicating whether this instance has custom shadow style. |
void |
setAngle(int angle)
Sets the angle of Shadow. |
void |
setBlur(int blur)
Sets the blur of shadow. |
void |
setColor(java.awt.Color color)
Sets the color of the shadow. |
void |
setDistance(int distance)
Sets the distance of Shadow. |
void |
setShadowInnerType(XLSXChartShadowInnerType type)
Sets the shadow inner presets. |
void |
setShadowOuterType(XLSXChartShadowOuterType type)
Sets the shadow outer presets. |
void |
setShadowPrespectiveType(XLSXChartPrespectiveType type)
Sets the shadow prespective presets. |
void |
setSize(int size)
Sets the size of shadow. |
void |
setSoftEdge(int softEdge)
Sets the radio of soft edge. |
void |
setTransparency(int transparency)
Sets the transparency of Shadow. |
| Methods inherited from class com.spire.xls.core.spreadsheet.XlsObject |
|---|
dispose |
| Constructor Detail |
|---|
public ChartShadow(java.lang.Object parent)
| Method Detail |
|---|
public XLSXChartShadowOuterType getShadowOuterType()
getShadowOuterType in interface IShadowpublic void setShadowOuterType(XLSXChartShadowOuterType type)
setShadowOuterType in interface IShadowtype - The shadow outer presets.public XLSXChartShadowInnerType getShadowInnerType()
getShadowInnerType in interface IShadowpublic void setShadowInnerType(XLSXChartShadowInnerType type)
setShadowInnerType in interface IShadowtype - The shadow inner presets.public XLSXChartPrespectiveType getShadowPrespectiveType()
getShadowPrespectiveType in interface IShadowpublic void setShadowPrespectiveType(XLSXChartPrespectiveType type)
setShadowPrespectiveType in interface IShadowtype - The shadow prespective presets.public boolean hasCustomStyle()
hasCustomStyle in interface IShadowpublic void hasCustomStyle(boolean hasCustomStyle)
hasCustomStyle in interface IShadowhasCustomStyle - True if this instance has custom shadow style; otherwise, false.public int getTransparency()
getTransparency in interface IShadowpublic void setTransparency(int transparency)
setTransparency in interface IShadowtransparency - The transparency.public int getSize()
getSize in interface IShadowpublic void setSize(int size)
setSize in interface IShadowsize - The size.public int getBlur()
getBlur in interface IShadowpublic void setBlur(int blur)
setBlur in interface IShadowblur - The blur.public int getAngle()
getAngle in interface IShadowpublic void setAngle(int angle)
setAngle in interface IShadowangle - The angle.public int getDistance()
getDistance in interface IShadowpublic void setDistance(int distance)
setDistance in interface IShadowdistance - The distance.public java.awt.Color getColor()
getColor in interface IShadowpublic void setColor(java.awt.Color color)
setColor in interface IShadowcolor - The color of the shadow.public int getSoftEdge()
getSoftEdge in interface IShadowpublic void setSoftEdge(int softEdge)
public void customShadowStyles(XLSXChartShadowOuterType iOuter,
int iTransparency,
int iSize,
int iBlur,
int iAngle,
int iDistance,
boolean iCustomShadowStyle)
customShadowStyles in interface IShadowiOuter - The excel2007 chart presets outer enumeration.iTransparency - Transparency of the shadow accepts the values between(0-100).iSize - Size of the shadow accepts the values between(0-200).iBlur - Blur level of the shadow accepts the values between(0-100).iAngle - Angle or direction of the shadow accepts the values between(0-359).iDistance - Distance of the shadow accepts the values between(0-200).iCustomShadowStyle - If sets to true [custom shadow style].
public void customShadowStyles(XLSXChartShadowInnerType iInner,
int iTransparency,
int iBlur,
int iAngle,
int iDistance,
boolean iCustomShadowStyle)
customShadowStyles in interface IShadowiInner - The excel2007 chart presets inner enumeration.iTransparency - Transparency of the shadow accepts the values between(0-100).iBlur - Blur level of the shadow accepts the values between(0-100).iAngle - Angle or direction of the shadow accepts the values between(0-359).iDistance - Distance of the shadow accepts the values between(0-200).iCustomShadowStyle - If sets to true [custom shadow style].
public void customShadowStyles(XLSXChartPrespectiveType iPerspective,
int iTransparency,
int iSize,
int iBlur,
int iAngle,
int iDistance,
boolean iCustomShadowStyle)
customShadowStyles in interface IShadowiPerspective - The excel2007 chart presets perspective enumeration.iTransparency - Transparency of the shadow accepts the values between(0-100).iSize - Size of the shadow accepts the values between(0-200).iBlur - Blur level of the shadow accepts the values between(0-100).iAngle - Angle or direction of the shadow accepts the values between(0-359).iDistance - Distance of the shadow accepts the values between(0-200).iCustomShadowStyle - If sets to true [i custom shadow style].public java.lang.Object deepClone(java.lang.Object parent)
parent - Parent object.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||