Aspose::Page::IInteractiveDevice::SetHyperlinkTarget metodo
IInteractiveDevice::SetHyperlinkTarget(int32_t) method
Imposta il collegamento ipertestuale con un numero di pagina come destinazione.
virtual void Aspose::Page::IInteractiveDevice::SetHyperlinkTarget(int32_t targetPageNumber)=0
| Parametro | Tipo | Descrizione |
|---|---|---|
| targetPageNumber | int32_t | Il numero di pagina di destinazione. |
Vedi anche
- Class IInteractiveDevice
- Namespace Aspose::Page
- Library Aspose.Page for C++
IInteractiveDevice::SetHyperlinkTarget(System::String) method
Imposta il collegamento ipertestuale con un URI esterno come destinazione.
virtual void Aspose::Page::IInteractiveDevice::SetHyperlinkTarget(System::String targetUri)=0
| Parametro | Tipo | Descrizione |
|---|---|---|
| targetUri | System::String | L’URI esterno di destinazione. |
Vedi anche
- Class String
- Class IInteractiveDevice
- Namespace Aspose::Page
- Library Aspose.Page for C++