PresetShadow — Aspose.Slides FOSS C++ API Reference

PresetShadow — Represents a preset shadow effect applied to a shape.

Package: Aspose::Slides


Properties

PropertyTypeAccessDescription
SimpleColorFormatSimpleColorFormatRead
IImageTransformOperationIImageTransformOperationRead

Methods

MethodReturnsDescription
SimpleColorFormat()SimpleColorFormat
SimpleColorFormat()SimpleColorFormat
IImageTransformOperation()IImageTransformOperation
init_internal()voidInitialize from an XML element (e.
save()voidPersist changes via the save callback provided at init time.
direction()doubleReturns the shadow direction in degrees.
set_direction()voidSets the shadow direction in degrees.
distance()doubleReturns the shadow distance in points.
set_distance()voidSets the shadow distance in points.
preset()PresetShadowTypeReturns the preset shadow type.
set_preset()voidSets the preset shadow type.

See Also