Methods for rich-text variables
Use these methods to manipulate and format rich text.
Methods
Method | Description | Parameters | Result type |
ConvertToRtf | Converts plain text string into rich-text-encoded string. This is a utility method and does not operate on the variable. | string value | string |
ConvertToString | Converts variable which is a rich-text-encoded string into a plain-text string. | string value | string |
Equals | Compares a value to the variable value. Returns True if equal. | Boolean | |
IsRtf | Boolean | ||
ResetState | Resets all component properties to their initial values. |
Previous topic Methods for font variables Next topic Methods for counter variables