InnerShadow

General

InnerShadow és una classe en Aspose.Slides FOSS per a C++.

Representa un efecte d’ombra interior aplicat a una forma.

Propietats

NameTypeAccessDescription
SimpleColorFormatSimpleColorFormatReadProperty provides access to the shadow’s simple color format
IImageTransformOperationIImageTransformOperationReadProperty provides access to the shadow’s image transform operation

Mètodes

SignatureDescription
SimpleColorFormat()SimpleColorFormatProperty provides access to the shadow’s simple color format
SimpleColorFormat()SimpleColorFormat
IImageTransformOperation()IImageTransformOperationProperty 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()doubleReturns the blur radius in points.
set_blur_radius(value: double)Sets the blur radius in points.
direction()doubleReturns the shadow direction in degrees.
set_direction(value: double)Sets the shadow direction in degrees.
distance()doubleReturns the shadow distance in points.
set_distance(value: double)Sets the shadow distance in points.
 Català