[]
The Word/RTF hyperlink field class.
public class RtfHyperlink : RtfField, ICloneable, IRtfContent, IEnumerable, IDocumentContent, IParagraphContent, IContent
Name | Description |
---|---|
RtfHyperlink(string) | The Word/RTF hyperlink constructor. |
RtfHyperlink(string, Color, RtfUnderlineStyle) | The Word/RTF hyperlink constructor with attributes. |
Name | Description |
---|---|
BackColor | Gets or sets hyperlink foreground color. |
Content | Gets the paragraph content for this hyperlink. |
Count | Gets current count Word/RTF objects in this collection. |
Current | Gets current Word/RTF object for set (group, collection). |
ForeColor | Gets or sets hyperlink foreground color. |
IsEmpty | Gets is empty this object. |
Target | Gets target object (URL, bookmark ...) as string. |
Underline | Gets or sets hyperlink underline. |
Name | Description |
---|---|
Add(RtfObject) | Adds the Word/RTF object to this collection. |