aspose.pdf
Class HyperlinkType

java.lang.Object
  extended by aspose.pdf.EnumerationBase
      extended by aspose.pdf.HyperlinkType

public final class HyperlinkType
extends EnumerationBase

Enumerates the link types.


Field Summary
static HyperlinkType File
          Links to another file.
static HyperlinkType Local
          Links to a page in local Pdf document.
static HyperlinkType None
          No links.
static HyperlinkType Pdf
          Links to a page in another Pdf document.
static HyperlinkType Web
          Links to a web page.
 
Fields inherited from class aspose.pdf.EnumerationBase
value
 
Method Summary
 
Methods inherited from class aspose.pdf.EnumerationBase
getValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

None

public static final HyperlinkType None
No links.


Web

public static final HyperlinkType Web
Links to a web page.


Pdf

public static final HyperlinkType Pdf
Links to a page in another Pdf document.


Local

public static final HyperlinkType Local
Links to a page in local Pdf document.


File

public static final HyperlinkType File
Links to another file.