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
| Name | Type | Access | Description |
|---|---|---|---|
text | `` | Read | Gets the text. |
args | `` | Read | Gets the args. |
Methods
| Signature | Description |
|---|---|
__init__(text: str) | Calls init(text) on this LatexFragment instance. |