[]
Common (base) field class for automatic macro value Word/RTF fields.
public abstract class RtfSimpleField : RtfField, ICloneable, IDocumentContent, IParagraphContent, IContent
| Name | Description |
|---|---|
| UniqueName | Gets unique name for the RTF field. |
| Value | Gets value as internal object. |
| ValueText | Gets or sets value as text string. |
| Name | Description |
|---|---|
| ToString() | Every object in C# inherits the ToString method, which returns a string representation of that object. |