java.lang.Object
com.aspose.cells.HtmlLinkTargetType
public class HtmlLinkTargetType
- extends java.lang.Object
Utility class containing constants.
Represents the type of target attribute in HTML tag.
Field Summary |
static final int | BLANK | |
Opens the linked document in a new window or tab
|
static final int | PARENT | |
Opens the linked document in the parent frame
|
static final int | SELF | |
Opens the linked document in the same frame as it was clicked (this is default)
|
static final int | TOP | |
Opens the linked document in the full body of the window
|
BLANK | |
public static final int BLANK |
-
Opens the linked document in a new window or tab
PARENT | |
public static final int PARENT |
-
Opens the linked document in the parent frame
SELF | |
public static final int SELF |
-
Opens the linked document in the same frame as it was clicked (this is default)
TOP | |
public static final int TOP |
-
Opens the linked document in the full body of the window
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.