Aspose::Cells::Json::JsonExportHyperlinkType enum

JsonExportHyperlinkType enum

Represents type how to export hyperlinks to json.

enum class JsonExportHyperlinkType

Values

NameValueDescription
DisplayString0
Export display string.
Address1
Export url.
HtmlString2
Export as html string.

See Also