#include <sprk_publish.h>
Public Types | |
enum | Mode { Mode::None, Mode::Invert, Mode::Outline, Mode::Push } |
The Publish::Highlighting class is a concept class for highlighting-related enumerations.
|
strong |
Enumerates the highlighting modes for LinkKit objects.
Enumerator | |
---|---|
None |
No highlighting (kA3DPDFLinkHighlightNone) |
Invert |
Invert the colors in the content area (kA3DPDFLinkHighlightInvert) |
Outline |
Invert the color of the outline of the content area (kA3DPDFLinkHighlightOutline) |
Push |
Content area will appear to depress into the page (kA3DPDFLinkHighlightPush) |