Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 887 Bytes

LinkAnnotationParameters.md

File metadata and controls

18 lines (11 loc) · 887 Bytes

LinkAnnotationParameters

Represents information about the Link Annotation.

Properties

Name Type Description Notes
annotationLayout DrawableContentLayoutParameters
linkType LinkAnnotationType [optional]
linkPage Integer Specifies the link annotation destination page if the Page type is specified. [optional]
linkUri String Specifies the link annotation destination URI if the Web type is specified. [optional]
showBorder Boolean Specifies if the annotation border shall be drawn. [optional]
color String Specifies the color of the annotation, using the color name (ie: "red") or its RGBa code (ie: "rgba(255,0,0,1)"). [optional]