NodeCastMixin

Overview

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

as_*() casts mirroring aspose.words.Node; identity here.

This class provides 8 methods for working with NodeCastMixin objects in Python programs. Available methods include: as_body, as_cell, as_paragraph, as_row, as_run, as_section, as_shape, as_table. All public members are accessible to any Python application after installing the Aspose.Words FOSS for Python package.

Methods

SignatureDescription
as_body()Calls as_body on this NodeCastMixin instance.
as_cell()Calls as_cell on this NodeCastMixin instance.
as_paragraph()Calls as_paragraph on this NodeCastMixin instance.
as_row()Calls as_row on this NodeCastMixin instance.
as_run()Calls as_run on this NodeCastMixin instance.
as_section()Calls as_section on this NodeCastMixin instance.
as_shape()Calls as_shape on this NodeCastMixin instance.
as_table()Calls as_table on this NodeCastMixin instance.

See Also