|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectaspose.pdf.EnumerationBase
aspose.pdf.HyperlinkType
public final class HyperlinkType
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 |
---|
public static final HyperlinkType None
public static final HyperlinkType Web
public static final HyperlinkType Pdf
public static final HyperlinkType Local
public static final HyperlinkType File
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |