[]
Represents a field containing Rich Text Format text (RTF).
public class RtfField : FieldBase
| Name | Description |
|---|---|
| RtfField() | Initializes a new instance of the RtfField class. |
| Name | Description |
|---|---|
| Align | Gets or sets a value indicating how text is aligned within the field. This property is used only if the field's text is not enclosed in RTF begin/end tags "{\rtf1" and "}". |
| DetectUrls | Gets or sets a value indicating whether or not the current field will automatically format Uniform Resource Locators (URLs) when those are found in text. |
| Font | Gets or sets the text font. This property is used only if the field's text is not enclosed in RTF begin/end tags "{\rtf1" and "}". |
| ForeColor | Gets or sets the field's text color. This property is used only if the field's text is not enclosed in RTF begin/end tags "{\rtf1" and "}". |
| Text | Gets or sets the RTF text. |