The Publish::Deactivation class is a concept class for deactivation-related enumeration. More...
#include <sprk_publish.h>
Public Types | |
enum | When { When::Explicit, When::Closed, When::NotVisible } |
Enumerates when an annotation is deactivated. More... | |
Private Member Functions | |
Deactivation () | |
Private default constructor to prevent instantiation. More... | |
The Publish::Deactivation class is a concept class for deactivation-related enumeration.
|
strong |
Enumerates when an annotation is deactivated.
Enumerator | |
---|---|
Explicit | Annotation is not deactivated until a script or the user explcitly deactivate it (kA3DPDFActivExplicitDesactivation). |
Closed | Annotation is deactivated as soon as the page containing it is closed (kA3DPDFActivPageClosed). |
NotVisible | Annotation is deactivated as soon as the page containing it is no longer visible (kA3DPDFActivPageNotVisible). |
|
private |
Private default constructor to prevent instantiation.