ChildAnchorInfo

Overview

ChildAnchorInfo is a class in Aspose.Words FOSS for Python.

Position of a child shape within its parent group’s coordinate system.

This class provides 1 method for working with ChildAnchorInfo objects in Python programs. Available methods include: __init__. All exported members are accessible to any Python application after installing the Aspose.Words FOSS for Python package. Properties: bottom, left, right, top.

Properties

NameTypeAccessDescription
left``ReadGets the left.
top``ReadGets the top.
right``ReadGets the right.
bottom``ReadGets the bottom.

Methods

SignatureDescription
__init__(left: int, top: int, right: int, bottom: int)

See Also