hyperlinktype-ag凯发旗舰厅



com.spire.doc.documents
enum hyperlinktype

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

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

specifies type of the link.


enum constant summary
bookmark
          bookmark link.
e_mail_link
          link to e-mail.
file_link
          links to another file.
none
          no links.
web_link
          links to a web page.
 
method summary
 int getvalue()
           
 
enum constant detail

none

public static final hyperlinktype none
no links.

file_link

public static final hyperlinktype file_link
links to another file.

web_link

public static final hyperlinktype web_link
links to a web page.

e_mail_link

public static final hyperlinktype e_mail_link
link to e-mail.

bookmark

public static final hyperlinktype bookmark
bookmark link.
method detail

getvalue

public int getvalue()


网站地图