OuterShadow
Overview
OuterShadow is a class in Aspose.Slides FOSS for C++.
Represents an outer shadow effect applied to a shape.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
SimpleColorFormat | SimpleColorFormat | Read | Returns the SimpleColorFormat associated with the outer shadow |
IImageTransformOperation | IImageTransformOperation | Read | Property provides access to the shadow’s image transform operation |
Methods
| Signature | Description |
|---|---|
SimpleColorFormat() → SimpleColorFormat | Returns the SimpleColorFormat associated with the outer shadow |
SimpleColorFormat() → SimpleColorFormat | |
IImageTransformOperation() → IImageTransformOperation | Property provides access to the shadow’s image transform operation |
init_internal(element: pugi::xml_node, save_callback: std::function<void()>) | Initialize from an XML element (e.g., ) with a persistence callback. |
save() | Persist changes via the save callback provided at init time. |
blur_radius() → double | Returns the blur radius in points. |
set_blur_radius(value: double) | Sets the blur radius in points. |
direction() → double | Returns the shadow direction in degrees. |
set_direction(value: double) | Sets the shadow direction in degrees. |
distance() → double | Returns the shadow distance in points. |
set_distance(value: double) | Sets the shadow distance in points. |
rectangle_align() → RectangleAlignment | Returns the rectangle alignment. |
set_rectangle_align(value: RectangleAlignment) | Sets the rectangle alignment. |
skew_horizontal() → double | Returns the horizontal skew angle in degrees. |
set_skew_horizontal(value: double) | Sets the horizontal skew angle in degrees. |
skew_vertical() → double | Returns the vertical skew angle in degrees. |
set_skew_vertical(value: double) | 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(value: bool) | Sets whether the shadow rotates with the shape. |
scale_horizontal() → double | Returns the horizontal scaling factor in percent. |
set_scale_horizontal(value: double) | Sets the horizontal scaling factor in percent. |
scale_vertical() → double | Returns the vertical scaling factor in percent. |
set_scale_vertical(value: double) | Sets the vertical scaling factor in percent. |