Uses of Class
com.arctorus.documents.HyperlinkType

Packages that use HyperlinkType
com.arctorus.documents   
 

Uses of HyperlinkType in com.arctorus.documents
 

Methods in com.arctorus.documents that return HyperlinkType
 HyperlinkType Hyperlink.getHyperlinkType()
          Get hyperlink type.
static HyperlinkType HyperlinkType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static HyperlinkType[] HyperlinkType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.