textfile
TextFile
¶
Display the content of a text file.
| PARAMETER | DESCRIPTION |
|---|---|
title
|
if not set or null defaults to file path
TYPE:
|
path
|
Full path to file to be printed
TYPE:
|
ansi
|
Enables "ANSI" escaped text support (emoji codes are not supported in this mode, only Unicode)
TYPE:
|
align
|
Text alignment, "start" and "end" will support RTL layouts in the future.
TYPE:
|
opacity
|
Opacity of the text (0 to 1 o 0% to 100%)
TYPE:
|
overflow
|
Text overflow mode
TYPE:
|
wrap
|
Enable word wrapping
TYPE:
|
style
|
Base style for text
TYPE:
|
**kwargs
|
See BaseModule
TYPE:
|