![]() | InDesign SDK 20.5 |

Public Member Functions | |
| virtual void | SetVisible (const bool16 bIsVisible)=0 |
| virtual bool16 | GetVisible () const =0 |
| virtual void | SetBorderLineWidth (const int32 strokeWidthInPixels)=0 |
| virtual int32 | GetBorderLineWidth () const =0 |
| virtual void | SetHyperlinkHilight (IHyperlinkAppearanceData::HyperlinkHilight hilightType)=0 |
| virtual HyperlinkHilight | GetHyperlinkHilight () const =0 |
| virtual void | SetBorderColorUID (const UID interfaceColorUID)=0 |
| virtual const UID | GetBorderColorUID () const =0 |
| virtual void | SetHyperlinkOutlineLineStyle (HyperlinkOutlineLineStyle style)=0 |
| virtual HyperlinkOutlineLineStyle | GetHyperlinkOutlineLineStyle () const =0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
| pure virtual |
Get the color of the hyperlink border
| none |
| pure virtual |
Get the thickness of the border of the hyperlink
| none |
| pure virtual |
Get the hilight style
| pure virtual |
Get the outline style
| none |
| pure virtual |
Get whether this hyperlink is visible in the layout window
| none |
| pure virtual |
Set the color of the hyperlink border
| interfaceColorUID | - UID of the UI color to use |
| pure virtual |
Set the thickness of the border of the hyperlink
| strokeWidthInPixels | - 1 == thin, 2 == medium, 3 == thick |
| pure virtual |
Set the hilight style
| hilightType | - The hilight style (This only matters when the file is exported to PDF |
| pure virtual |
Set the outline style
| style | - kHyperlinkSolidOutline == solid line, kHyperlinkDashedOutline == dashed line |
| pure virtual |
Set whether this hyperlink is visible in the layout window
| bIsVisible | - kTrue == Visible |