Aspose::Cells::HtmlLinkTargetType enum

HtmlLinkTargetType enum

Represents the type of target attribute in HTML tag.

enum class HtmlLinkTargetType

Values

NameValueDescription
Blank0
Opens the linked document in a new window or tab.
Parent1
Opens the linked document in the parent frame.
Self2
Opens the linked document in the same frame as it was clicked (this is default)
Top3
Opens the linked document in the full body of the window.

See Also