ShapeBevel

Overview

ShapeBevel is a class in Aspose.Slides FOSS for Python. Inherits from: PVIObject, ISlideComponent, IPresentationComponent.

Contains the properties of shape’s main face relief.

This class provides 1 method for working with ShapeBevel objects in Python programs. Available methods include: __init__. All public members are accessible to any Python application after installing the Aspose.Slides FOSS for Python package. Properties: as_i_presentation_component, bevel_type, height, presentation, slide, width.

Properties

NameTypeAccessDescription
widthfloatRead/WriteBevel width.
heightfloatRead/WriteBevel height.
bevel_typeBevelPresetTypeRead/WriteBevel type.
as_i_presentation_componentIPresentationComponentReadAllows to get base IPresentationComponent interface.
slideIBaseSlideReadGets the slide.
presentationIPresentationReadGets the presentation.

Methods

SignatureDescription
__init__(b_is_top_bevel)

See Also