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

NameTypeAccessDescription
textstrReadGets the text.
font_refstrReadGets the font ref.
font_sizefloatReadGets the font size.
matrixMatrixReadGets the matrix.
fillPaint | NoneReadGets the fill.
fill_opacityfloatReadGets the fill opacity.

See Also