Hyperlink
Overview
Hyperlink is a class in Aspose.PDF FOSS for C++.
This class provides 6 methods for working with Hyperlink objects in C++ programs.
Available methods include: Hyperlink, ~Hyperlink.
All public members are accessible to any C++ application after installing the Aspose.PDF FOSS for C++ package.
Accessor methods: Hyperlink.
Accessor Methods
| Name | Type | Access | Description |
|---|---|---|---|
Hyperlink | Hyperlink | Read | Gets the hyperlink. |
Methods
| Signature | Description |
|---|---|
Hyperlink() → Hyperlink | Default constructor. |
Hyperlink(const Hyperlink&) → Hyperlink | Copy constructor. |
Hyperlink(Hyperlink&&) | Move constructor (noexcept). |
~Hyperlink() | Calls ~Hyperlink on this Hyperlink instance. |
Hyperlink(const Hyperlink&) | Copy constructor (defaulted, = default). |
Hyperlink(Hyperlink&&) | Move constructor (defaulted, = default). |