Aspose::Cells::HtmlLinkTargetType enum
HtmlLinkTargetType enum
Represents the type of target attribute in HTML tag.
enum class HtmlLinkTargetType
Values
Name | Value | Description |
---|---|---|
Blank | 0 | Opens the linked document in a new window or tab. |
Parent | 1 | Opens the linked document in the parent frame. |
Self | 2 | Opens the linked document in the same frame as it was clicked (this is default) |
Top | 3 | Opens the linked document in the full body of the window. |
See Also
- Namespace Aspose::Cells
- Library Aspose.Cells for C++