asposecells.api

Class HtmlLinkTargetType

Utility class containing constants. Represents the type of target attribute in HTML tag.

Field Summary
const  intBLANK
Opens the linked document in a new window or tab
const  intPARENT
Opens the linked document in the parent frame
const  intSELF
Opens the linked document in the same frame as it was clicked (this is default)
const  intTOP
Opens the linked document in the full body of the window
 

    • Field Detail

      • BLANK

        const int BLANK
        Opens the linked document in a new window or tab
      • PARENT

        const int PARENT
        Opens the linked document in the parent frame
      • SELF

        const int SELF
        Opens the linked document in the same frame as it was clicked (this is default)
      • TOP

        const int TOP
        Opens the linked document in the full body of the window