WarichuWPElement

WarichuWPElement

Overview

WarichuWPElement is a class in Aspose.PDF FOSS for Python.

Minimal tagged-element type for API compatibility.

This class provides 1 method for working with WarichuWPElement objects in Python programs. Available methods include: __init__. All public members are accessible to any Python application after installing the Aspose.PDF FOSS for Python package. Properties: parent, tagged_context.

Properties

NameTypeAccessDescription
tagged_context``ReadGets the tagged context.
parent``ReadGets the parent.

Methods

SignatureDescription
__init__(tagged_context: Any, parent: Any | None)Calls init(tagged_context, parent) on this WarichuWPElement instance.

See Also