LinkAnnotation
Vue de l’ensemble
‘LinkAnnotation’ est un type dans Aspose.PDF FOSS pour Go.
LinkAnnotation est une région cliquable.
Ce type fournit 7 méthodes pour travailler avec les objets LinkAnnotation dans les programmes Go. Les méthodologies disponibles comprennent: Action, AnnotageType , BorderWidth ; Highlight; ‘SetAction‘ ; ‘SetBordeWitth’ ; ‘SetHightlight’. Tous les membres publics sont accessibles à toute application Go après l’installation de la boîte Aspose.PDF FOSS for Go .
méthodes
| Signature | Description |
|---|---|
AnnotationType() → AnnotationType | Returns the annotation type. |
Action() → Action | Action returns the action attached to this link, or nil if no /A is present or the action type is unsupported. |
SetAction(act: Action) | SetAction writes the /A entry. |
Highlight() → LinkHighlightMode | Highlight returns the click-feedback mode (/H entry). |
SetHighlight(h: LinkHighlightMode) | SetHighlight writes the /H entry. |
BorderWidth() → float64 | BorderWidth returns the width (in points) of the rectangular border drawn around the link annotation. |
SetBorderWidth(width: float64) | SetBorderWidth writes the /Border entry — [horiz-corner-radius vert-corner-radius border-width]. |
Voir aussi
- Aspose.PDF — Résultats de l’API d’entreprise