com.aspose.cells
Class HtmlLinkTargetType

java.lang.Object
    extended by 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 intBLANK
           Opens the linked document in a new window or tab
static final intPARENT
           Opens the linked document in the parent frame
static final intSELF
           Opens the linked document in the same frame as it was clicked (this is default)
static final intTOP
           Opens the linked document in the full body of the window
 

Field Detail

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.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.