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
| Name | Type | Access | Description |
|---|---|---|---|
width | float | Read/Write | Bevel width. |
height | float | Read/Write | Bevel height. |
bevel_type | BevelPresetType | Read/Write | Bevel type. |
as_i_presentation_component | IPresentationComponent | Read | Allows to get base IPresentationComponent interface. |
slide | IBaseSlide | Read | Gets the slide. |
presentation | IPresentation | Read | Gets the presentation. |
Methods
| Signature | Description |
|---|---|
__init__(b_is_top_bevel) |