public final class HyperlinkType
extends com.aspose.ms.System.Enum
Enumerates the link types.
Modifier and Type | Field and Description |
---|---|
static int |
File
Links to another file.
|
static int |
Local
Links to a page in local Pdf document.
|
static int |
None
No links.
|
static int |
Pdf
Links to a page in another Pdf document.
|
static int |
Web
Links to a web page.
|
public static final int File
Links to another file.
public static final int Local
Links to a page in local Pdf document.
public static final int Pdf
Links to a page in another Pdf document.
public static final int Web
Links to a web page.
public static final int None
No links.
Copyright © 2016 Aspose. All Rights Reserved.