The Publish::Highlighting class is a concept class for highlighting-related enumerations. More...
#include <sprk_publish.h>
Public Types | |
| enum | Mode { Mode::None, Mode::Invert, Mode::Outline, Mode::Push } |
| Enumerates the highlighting modes for LinkKit objects. More... | |
Private Member Functions | |
| Highlighting () | |
| Private default constructor to prevent instantiation. More... | |
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) |
|
private |
Private default constructor to prevent instantiation.