asposecells.api

Class JsonExportHyperlinkType

Utility class containing constants. Represents type of exporting hyperlinks to json.

Field Summary
const  intDISPLAY_STRING
Export display string
const  intADDRESS
Export url
const  intHTML_STRING
Export as html string.
 

    • Field Detail

      • DISPLAY_STRING

        const int DISPLAY_STRING
        Export display string
      • ADDRESS

        const int ADDRESS
        Export url
      • HTML_STRING

        const int HTML_STRING
        Export as html string.