LatexFragment

Overview

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

Small value object that stores LaTeX source text.

This class provides 1 method for working with LatexFragment 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: args, text.

Properties

NameTypeAccessDescription
text``ReadGets the text.
args``ReadGets the args.

Methods

SignatureDescription
__init__(text: str)Calls init(text) on this LatexFragment instance.

See Also