The Publish::Activation class is a concept class for activation-related enumerations. More...
#include <sprk_publish.h>
Public Types | |
| enum | When { When::Explicit, When::Opened, When::Visible } |
| Enumerates when an annotation is activated. More... | |
Private Member Functions | |
| Activation () | |
| Private default constructor to prevent instantiation. More... | |
The Publish::Activation class is a concept class for activation-related enumerations.
|
strong |
Enumerates when an annotation is activated.
| Enumerator | |
|---|---|
| Explicit | Annotation is not activated until a script or the user explicitly activates it, e.g., by clicking on a poster image (kA3DPDFActivExplicitActivation). |
| Opened | Annotation is activated when the page containing it is opened (kA3DPDFActivPageOpened). |
| Visible | Annotation is activated when the page containing it is visible (kA3DPDFActivPageVisible). |
|
private |
Private default constructor to prevent instantiation.