ShapeBevel
Overview
ShapeBevel is a class in Aspose.Slides FOSS for C++.
Represents the bevel properties of a shape’s 3D surface.
This class provides 11 methods for working with ShapeBevel objects in C++ programs.
Available methods include: BevelPresetType, bevel_type, ensure_bevel, has_parent, height, init_internal, save, set_bevel_type, set_height, set_width, width.
All public members are accessible to any C++ application after installing the Aspose.Slides FOSS for C++ package.
Properties: BevelPresetType.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
BevelPresetType | BevelPresetType | Read | Gets the bevel preset type. |
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. |
bevel_type() → BevelPresetType | Returns the bevel preset type. |
set_bevel_type(value: BevelPresetType) | Sets the bevel preset type to the specified value |
width() → double | Returns the bevel width. |
set_width(value: double) | Sets the bevel width to the given double value |
height() → double | Returns the bevel height. |
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. |
has_parent() → bool | Returns true if this bevel has been initialized with a parent XML element. |