TextConverter extension
Extension on Text to convert it to the pdf equivalent pw.Text
.
- on
Methods
-
toPdfRichText(
ExportInstance instance) → Future< RichText> -
Available on Text, provided by the TextConverter extension
Converts the Text to apw.RichText
. -
toPdfText(
ExportInstance instance) → Future< Text> -
Available on Text, provided by the TextConverter extension
Converts the Text to apw.Text
. -
toPdfWidget(
ExportInstance instance) → Future< RichText> -
Available on Text, provided by the TextConverter extension
Converts the Text to apw.RichText
or itspw.Text
subtype, dependent on the Text's configuration.