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

NameTypeAccessDescription
BevelPresetTypeBevelPresetTypeReadGets the bevel preset type.

Methods

SignatureDescription
BevelPresetType()BevelPresetTypeReturns 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()BevelPresetTypeReturns the bevel preset type.
set_bevel_type(value: BevelPresetType)Sets the bevel preset type to the specified value
width()doubleReturns the bevel width.
set_width(value: double)Sets the bevel width to the given double value
height()doubleReturns the bevel height.
set_height(value: double)Sets the bevel height to the given double value
ensure_bevel()pugi::xml_nodeGet or create the bevel child element within sp3d.
has_parent()boolReturns true if this bevel has been initialized with a parent XML element.

See Also