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. |
com.aspose.pdf.tagged.logicalstructure.elements |
The
<b>com.aspose.pdf.tagged.logicalstructure.elements </b> is a namespace for PDF Logical Structure classes. |
com.aspose.pdf.tagged.logicalstructure.elements.ils |
The
<b>com.aspose.pdf.tagged.logicalstructure.elements.ils </b> is a namespace for PDF Logical Structure classes. |
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 |
TextFragment.setHyperlink(Hyperlink value)
Sets the fragment hyperlink
|
void |
TextSegment.setHyperlink(Hyperlink value)
Gets or sets the segment hyperlink(for pdf generator).
|
Modifier and Type | Method and Description |
---|---|
void |
MCRElement.setHyperlink(Hyperlink hyperlink) |
Modifier and Type | Method and Description |
---|---|
Hyperlink |
LinkElement.getHyperlink()
Gets or Sets Hyperlink for Link Element.
|
Modifier and Type | Method and Description |
---|---|
void |
LinkElement.setHyperlink(Hyperlink value)
Gets or Sets Hyperlink for Link Element.
|