|
CFx SDK Documentation 2026 SP0
|
Enumerations | |
| enum | StickyNoteTypes { kComment , kKey , kNote , kHelp , kNewParagraph , kParagraph , kInsert , kCheck , kCheckmark , kCircle , kCross , kCrossHairs , kRightArrow , kRightPointer , kStar , kUpArrow , kUpLeftArrow } |
| enum | StickyNoteMarkedStates { kMarkedState , kUnmarkedState } |
| enum | StickyNoteReviewStates { kNone , kAccepted , kRejected , kCancelled , kCompleted } |
Contains decralations for working with sticky notes within a PDF document.
Values of the Marked status of a sticky note within a PDF document.
| Enumerator | |
|---|---|
| kMarkedState | The sticky note is marked. |
| kUnmarkedState | The sticky note is not marked. |
Definition at line 622 of file PdfPublishCommon.h.
Values of the Review status of a sticky note within a PDF document.
Definition at line 633 of file PdfPublishCommon.h.
Sticky note types within a PDF document. The type determines the predefined icon to be displayed when the sticky note is rendered.
Definition at line 581 of file PdfPublishCommon.h.