ShapeBevel
Overview
ShapeBevel is a class in Aspose.Slides FOSS for C++.
Represents the bevel properties of a shape’s 3D surface.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
BevelPresetType | BevelPresetType | Read | Returns the current bevel preset type of the shape |
Methods
| Signature | Description |
|---|---|
BevelPresetType() → BevelPresetType | Returns the current bevel preset type of the shape |
init_internal(sp3d_element: pugi::xml_node, save_callback: std::function<void()>) | Initialize XML-backed bevel. |
save() | Save changes via the save callback. |
set_bevel_type(value: BevelPresetType) | Sets the bevel preset type to the specified value |
set_width(value: double) | Sets the bevel width to the given double value |
set_height(value: double) | Sets the bevel height to the given double value |
ensure_bevel() → pugi::xml_node | Get or create the bevel child element within sp3d. |