HtmlLinkTargetType enumeration
HtmlLinkTargetType enumeration
Represents the type of target attribute in HTML tag.
The HtmlLinkTargetType type exposes the following members:
Fields
| Field | Description |
|---|---|
| BLANK | Opens the linked document in a new window or tab |
| PARENT | Opens the linked document in the parent frame |
| SELF | Opens the linked document in the same frame as it was clicked (this is default) |
| TOP | Opens the linked document in the full body of the window |
See Also
- module
aspose.cells