Aspose::Pdf::LocalHyperlink class
LocalHyperlink class
Represents local hyperlink object.
class LocalHyperlink : public Aspose::Pdf::Hyperlink
Methods
Method | Description |
---|---|
get_Target() const | Gets the target paragraph. |
get_TargetPageNumber() const | Gets the target page number. |
LocalHyperlink() | Initializes a new instance of the LocalHyperlink class. |
LocalHyperlink(System::SharedPtr<BaseParagraph>) | Initializes a new instance of the LocalHyperlink class. |
set_Target(System::SharedPtr<BaseParagraph>) | Sets the target paragraph. |
set_TargetPageNumber(int32_t) | Sets the target page number. |
See Also
- Class Hyperlink
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++