OuterShadow
OuterShadow class
Represents an Outer Shadow effect.
equals
| Name | Description |
|---|
| equals (Object) | Determines whether the specified OuterShadow is equal to the current OuterShadow. |
Parameters:
| Name | Type | Description |
|---|
| obj | Object | The OuterShadow to compare. |
Result:
boolean
getBlurRadius
| Name | Description |
|---|
| getBlurRadius () | Blur radius. Read/write double. |
Result:
double
getDirection
| Name | Description |
|---|
| getDirection () | Direction of shadow. Read/write float. |
Result:
float
getDistance
| Name | Description |
|---|
| getDistance () | Distance of shadow. Read/write double. |
Result:
double
getEffective
| Name | Description |
|---|
| getEffective () | Gets effective Outer Shadow effect data with the inheritance applied. |
Result:
OuterShadowEffectiveData
getParent_IPresentationComponent
| Name | Description |
|---|
| getParent_IPresentationComponent () | |
Result:
MasterTheme, PVIObject, PictureFrame, AlphaCeiling, ColorReplace, FillFormat, GrayScale, AutoShape, SectionZoomFrame, CellCollection, FillOverlay, HSL, PatternFormat, DataLabelCollection, Duotone, DataLabel, Tab, SummaryZoomFrame, ShapeBevel, LineFormat, ColorScheme, ChartSeries, BasePortionFormat, SummaryZoomSection, Presentation, OleObjectFrame, Theme, Hyperlink, SketchFormat, CellFormat, DataTable, AlphaFloor, ParagraphFormat, GroupShape, NotesSlide, SmartArtShape, GradientFormat, MasterHandoutSlide, AlphaBiLevel, Trendline, Slide, Axis, ColorChange, MasterNotesSlide, Connector, LegendEntryProperties, LightRig, Ink, BaseSlide, Background, BiLevel, Blur, VideoFrame, Row, DataLabelFormat, Field, ChartPortionFormat, TextFrame, LayoutSlide, LegacyDiagram, ColorFormat, ThreeDFormat, GraphicalObject, Shape, GradientStop, ZoomFrame, ChartTitle, MasterSlide, EffectFormat, Control, ChartSeriesGroup, ErrorBarsFormat, Column, PictureFillFormat, Chart, Backdrop3DScene, Format, Portion, ImageTransformOperation, Luminance, AlphaModulate, LineFillFormat, ZoomObject, BulletFormat, Cell, Picture, FormatScheme, AlphaInverse, TextFrameFormat, Paragraph, MathPortion, TextStyle, OverrideTheme, SmartArt, AlphaModulateFixed, ParagraphCollection, ChartPlotArea, ImageTransformOperationCollection, GeometryShape, AudioFrame, GradientStopCollection, Tint, PortionFormat, Legend, AlphaReplace, Table, Camera
getRectangleAlign
| Name | Description |
|---|
| getRectangleAlign () | Rectangle alignment. Read/write RectangleAlignment. |
Result:
byte
getRotateShadowWithShape
| Name | Description |
|---|
| getRotateShadowWithShape () | Specifies whether the shadow should rotate with the shape if the shape is rotated. Read/write boolean. |
Result:
boolean
getScaleHorizontal
| Name | Description |
|---|
| getScaleHorizontal () | Specifies the horizontal scaling factor, negative scaling causes a flip. Read/write double. |
Result:
double
getScaleVertical
| Name | Description |
|---|
| getScaleVertical () | Specifies the vertical scaling factor, negative scaling causes a flip. Read/write double. |
Result:
double
getShadowColor
| Name | Description |
|---|
| getShadowColor () | Color of shadow. Read-only IColorFormat. |
Result:
ColorFormat
getSkewHorizontal
| Name | Description |
|---|
| getSkewHorizontal () | Specifies the horizontal skew angle (in degrees). Read/write double. |
Result:
double
getSkewVertical
| Name | Description |
|---|
| getSkewVertical () | Specifies the vertical skew angle (in degrees). Read/write double. |
Result:
double
getVersion
| Name | Description |
|---|
| getVersion () | |
Result:
long
hashCode
| Name | Description |
|---|
| hashCode () | Serves as a hash function for a particular type. |
Result:
int
setBlurRadius
| Name | Description |
|---|
| setBlurRadius (double) | Blur radius. Read/write double. |
setDirection
| Name | Description |
|---|
| setDirection (float) | Direction of shadow. Read/write float. |
setDistance
| Name | Description |
|---|
| setDistance (double) | Distance of shadow. Read/write double. |
setRectangleAlign
| Name | Description |
|---|
| setRectangleAlign (byte) | Rectangle alignment. Read/write RectangleAlignment. |
setRotateShadowWithShape
| Name | Description |
|---|
| setRotateShadowWithShape (boolean) | Specifies whether the shadow should rotate with the shape if the shape is rotated. Read/write boolean. |
setScaleHorizontal
| Name | Description |
|---|
| setScaleHorizontal (double) | Specifies the horizontal scaling factor, negative scaling causes a flip. Read/write double. |
setScaleVertical
| Name | Description |
|---|
| setScaleVertical (double) | Specifies the vertical scaling factor, negative scaling causes a flip. Read/write double. |
setSkewHorizontal
| Name | Description |
|---|
| setSkewHorizontal (double) | Specifies the horizontal skew angle (in degrees). Read/write double. |
setSkewVertical
| Name | Description |
|---|
| setSkewVertical (double) | Specifies the vertical skew angle (in degrees). Read/write double. |