Package | Description |
---|---|
com.aspose.pdf |
The
com.aspose.pdf is a root package for all classes of Aspose.PDF for Java library
which are either directly in it like Document or indirectly through several
subpackages. |
Modifier and Type | Class and Description |
---|---|
class |
FileHyperlink
Represents file hyperlink object.
|
class |
LocalHyperlink
Represents local hyperlink object.
|
class |
WebHyperlink
Represents web hyperlink object.
|
Modifier and Type | Method and Description |
---|---|
Hyperlink |
BaseParagraph.getHyperlink()
Gets the fragment hyperlink(for pdf generator).
|
Hyperlink |
TextSegment.getHyperlink()
Gets or sets the segment hyperlink(for pdf generator).
|
Modifier and Type | Method and Description |
---|---|
void |
BaseParagraph.setHyperlink(Hyperlink value)
Sets hyperlink(for pdf generator).
|
void |
TextSegment.setHyperlink(Hyperlink value)
Gets or sets the segment hyperlink(for pdf generator).
|
Copyright © 2018 Aspose. All Rights Reserved.