aspose.cells

Class HtmlLinkTargetType

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

Field Summary
const  NumberBLANK
Opens the linked document in a new window or tab
const  NumberPARENT
Opens the linked document in the parent frame
const  NumberSELF
Opens the linked document in the same frame as it was clicked (this is default)
const  NumberTOP
Opens the linked document in the full body of the window
 

    • Field Detail

      • BLANK

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

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

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

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