PresetShadow
General
PresetShadow és una classe en Aspose.Slides FOSS per a C++.
Representa un efecte d’ombra predeterminat aplicat a una forma.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
SimpleColorFormat | SimpleColorFormat | Read | |
IImageTransformOperation | IImageTransformOperation | Read | Returns the IImageTransformOperation applied to the shadow |
Mètodes
| Signature | Description |
|---|---|
SimpleColorFormat() → SimpleColorFormat | |
SimpleColorFormat() → SimpleColorFormat | |
IImageTransformOperation() → IImageTransformOperation | Returns the IImageTransformOperation applied to the shadow |
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. |
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. |
preset() → PresetShadowType | Returns the preset shadow type. |
set_preset(value: PresetShadowType) | Sets the preset shadow type. |