hyperlinktype-ag凯发旗舰厅



com.spire.xls
enum hyperlinktype

java.lang.object
  extended by java.lang.enum<hyperlinktype>
      extended by com.spire.xls.hyperlinktype
all implemented interfaces:
java.lang.comparable<hyperlinktype>

public enum hyperlinktype
extends java.lang.enum<hyperlinktype>

hyper link type.


enum constant summary
file
          represents the file hyperlink type.
none
          no hyperlink.
unc
          represents the unc hyperlink type.
url
          represents the url hyperlink type.
workbook
          represents the workbook hyperlink type.
 
enum constant detail

none

public static final hyperlinktype none
no hyperlink.

url

public static final hyperlinktype url
represents the url hyperlink type.

file

public static final hyperlinktype file
represents the file hyperlink type.

unc

public static final hyperlinktype unc
represents the unc hyperlink type.

workbook

public static final hyperlinktype workbook
represents the workbook hyperlink type.


网站地图