CFx SDK Documentation 2026 SP0
Loading...
Searching...
No Matches
OdPdfPublish::StickyNotes Namespace Reference

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
}
 

Detailed Description

Contains decralations for working with sticky notes within a PDF document.

Enumeration Type Documentation

◆ StickyNoteMarkedStates

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.

◆ StickyNoteReviewStates

Values of the Review status of a sticky note within a PDF document.

Enumerator
kNone 

The Review status of the sticky note is equal to None.

kAccepted 

The Review status of the sticky note is equal to Accepted.

kRejected 

The Review status of the sticky note is equal to Rejected.

kCancelled 

The Review status of the sticky note is equal to Cancelled.

kCompleted 

The Review status of the sticky note is equal to Completed.

Definition at line 633 of file PdfPublishCommon.h.

◆ StickyNoteTypes

Sticky note types within a PDF document. The type determines the predefined icon to be displayed when the sticky note is rendered.

Enumerator
kComment 

A sticky note that represents a comment.

kKey 

A sticky note that represents a key.

kNote 

A sticky note that represents a note.

kHelp 

A sticky note that represents a help topic.

kNewParagraph 

A sticky note that represents a new paragraph.

kParagraph 

A sticky note that represents a paragraph.

kInsert 

A sticky note that represents an insert.

kCheck 

A sticky note that represents a check. Applicable for Adobe® Reader® only.

kCheckmark 

A sticky note that represents a checkmark. Applicable for Adobe Reader® only.

kCircle 

A sticky note that represents a circle. Applicable for Adobe Reader® only.

kCross 

A sticky note that represents a cross. Applicable for Adobe Reader® only.

kCrossHairs 

A sticky note that represents a crosshairs. Applicable for Adobe Reader® only.

kRightArrow 

Sticky note type RightArrow. Applicable for Adobe Reader® only.

kRightPointer 

A sticky note that represents a right pointer. Applicable for Adobe Reader® only.

kStar 

A sticky note that represents a star. Applicable for Adobe Reader® only.

kUpArrow 

A sticky note that represents an Up arrow. Applicable for Adobe Reader® only.

kUpLeftArrow 

A sticky note that represents an up-left arrow. Applicable for Adobe Reader® only.

Definition at line 581 of file PdfPublishCommon.h.