ShapeCropInfo
Overview
ShapeCropInfo is a class in Aspose.Words FOSS for Python.
Escher crop properties for a shape (from FOpt records).
This class provides 1 method for working with ShapeCropInfo objects in Python programs.
Available methods include: __init__.
All public members are accessible to any Python application after installing the Aspose.Words FOSS for Python package.
Properties: crop_bottom, crop_left, crop_right, crop_top.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
crop_left | `` | Read | Gets the crop left. |
crop_top | `` | Read | Gets the crop top. |
crop_right | `` | Read | Gets the crop right. |
crop_bottom | `` | Read | Gets the crop bottom. |
Methods
| Signature | Description |
|---|---|
__init__(crop_left: int, crop_top: int, crop_right: int, crop_bottom: int) | Calls init(crop_left, crop_top, crop_right, crop_bottom) on this ShapeCropInfo instance. |