TextCommand
Overview
TextCommand is a class in Aspose.Page FOSS for Python.
Render text using a font reference and transform.
Properties: fill, fill_opacity, font_ref, font_size, matrix, text.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
text | str | Read | Gets the text. |
font_ref | str | Read | Gets the font ref. |
font_size | float | Read | Gets the font size. |
matrix | Matrix | Read | Gets the matrix. |
fill | Paint | None | Read | Gets the fill. |
fill_opacity | float | Read | Gets the fill opacity. |