Enum HtmlLinkTargetType
Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)
Represents the type of target attribute in HTML tag.
public enum HtmlLinkTargetType
Fields
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