hyperlinktype-ag凯发旗舰厅
com.spire.doc.documents
enum hyperlinktype
java.lang.object
java.lang.enum<hyperlinktype>
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.
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.
getvalue
public int getvalue()