OuterShadow — Aspose.Slides FOSS C++ API Reference
OuterShadow — Represents an outer shadow effect applied to a shape.
Package: Aspose::Slides
Properties
| Property | Type | Access | Description |
|---|---|---|---|
SimpleColorFormat | SimpleColorFormat | Read | |
IImageTransformOperation | IImageTransformOperation | Read |
Methods
| Method | Returns | Description |
|---|---|---|
SimpleColorFormat() | SimpleColorFormat | |
SimpleColorFormat() | SimpleColorFormat | |
IImageTransformOperation() | IImageTransformOperation | |
init_internal() | void | Initialize from an XML element (e. |
save() | void | Persist changes via the save callback provided at init time. |
blur_radius() | double | Returns the blur radius in points. |
set_blur_radius() | void | Sets the blur radius in points. |
direction() | double | Returns the shadow direction in degrees. |
set_direction() | void | Sets the shadow direction in degrees. |
distance() | double | Returns the shadow distance in points. |
set_distance() | void | Sets the shadow distance in points. |
rectangle_align() | RectangleAlignment | Returns the rectangle alignment. |
set_rectangle_align() | void | Sets the rectangle alignment. |
skew_horizontal() | double | Returns the horizontal skew angle in degrees. |
set_skew_horizontal() | void | Sets the horizontal skew angle in degrees. |
skew_vertical() | double | Returns the vertical skew angle in degrees. |
set_skew_vertical() | void | Sets the vertical skew angle in degrees. |
rotate_shadow_with_shape() | bool | Returns whether the shadow rotates with the shape. |
set_rotate_shadow_with_shape() | void | Sets whether the shadow rotates with the shape. |
scale_horizontal() | double | Returns the horizontal scaling factor in percent. |
set_scale_horizontal() | void | Sets the horizontal scaling factor in percent. |
scale_vertical() | double | Returns the vertical scaling factor in percent. |
set_scale_vertical() | void | Sets the vertical scaling factor in percent. |