java.lang.Objectcom.aspose.cells.HtmlLinkTargetType
public class HtmlLinkTargetType
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 |
Field Detail |
---|
BLANK | |
public static final int BLANK |
PARENT | |
public static final int PARENT |
SELF | |
public static final int SELF |
TOP | |
public static final int TOP |