Aspose::Pdf::LocalHyperlink class

Represents local hyperlink object.

class LocalHyperlink : public Aspose::Pdf::Hyperlink

Methods

MethodDescription
cpp_set_link_element_to_weak()
get_Target() constGets the target paragraph.
get_TargetPageNumber() constGets 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