RichTextBoxField
Overview
RichTextBoxField is a type in Aspose.PDF FOSS for Go.
RichTextBoxField is a text field that carries a rich-text value (RichText flag + /RV) in addition to its plain /V.
This type provides 2 methods for working with RichTextBoxField objects in Go programs.
Available methods include: RichValue, SetRichValue.
All public members are accessible to any Go application after installing the Aspose.PDF FOSS for Go package.
Methods
| Signature | Description |
|---|---|
SetRichValue(rv: string) → error | SetRichValue sets the rich-text value (/RV, XHTML) and mirrors a plain-text fallback into /V. |
RichValue() → string | RichValue returns the field’s /RV rich-text value. |