InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
HotSpotAttributes Class Reference

#include <IPDFHyperlinks.h>

Public Attributes

int32 borderWidth
 
int32 hCornerRadius
 
int32 vCornerRadius
 
int32 selectionBehavior
 
bool32 useBorderColor
 
int32 borderDashArrayLen
 
PMReal borderColor [3]
 
PMReal borderDashArray [10]
 

Detailed Description

Hyperlink attributes.

Member Data Documentation

PMReal HotSpotAttributes::borderColor[3]

RGB color to draw the border when useBorderColor is true.

PMReal HotSpotAttributes::borderDashArray[10]

On Off On Off ... length values.

int32 HotSpotAttributes::borderDashArrayLen

Number of entries in the borderDashArray. 0 for a solid line, the default.

int32 HotSpotAttributes::borderWidth

The width of the border rectangle. 0 to hide it. Default 1.

int32 HotSpotAttributes::hCornerRadius

Border rectangle horizontal corner radius. Default 0.

int32 HotSpotAttributes::selectionBehavior

Selection behavior. 0 No highlighting. 1 Invert the contents of the annotations's bounding box. 2 Display the annotations' down appearance, if any. 3 Invert the annotations's border.

bool32 HotSpotAttributes::useBorderColor

Whether to use the border color or black.

int32 HotSpotAttributes::vCornerRadius

Border rectangle vertical corner radius. Default 0.