OutPt

Overview

OutPt is a class in Aspose.Page FOSS for Python.

This class provides 1 method for working with OutPt objects in Python programs. Available methods include: __init__. All public members are accessible to any Python application after installing the Aspose.Page FOSS for Python package. Properties: idx, next, prev, pt.

Properties

NameTypeAccessDescription
idxintReadGets the idx.
ptIntPointReadGets the pt.
nextOptional["OutPt"]ReadGets the next.
prevOptional["OutPt"]ReadGets the prev.

Methods

SignatureDescription
__init__()

See Also