Sets text of the artifact.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic void SetText(
FormattedText formattedText
)
Public Sub SetText (
formattedText As FormattedText
)
public:
void SetText(
FormattedText^ formattedText
)
member SetText :
formattedText : FormattedText -> unit
Parameters
- formattedText
- Type: Aspose.Pdf.FacadesFormattedText
FormattedText object which contains artifact text.
See Also