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

NameTypeAccessDescription
crop_left``ReadGets the crop left.
crop_top``ReadGets the crop top.
crop_right``ReadGets the crop right.
crop_bottom``ReadGets the crop bottom.

Methods

SignatureDescription
__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.

See Also