enum

Hpdf::AnnotationIcon

Inherits Enum / Comparable / Value / Object

used in TextAnnotation#icon=.

Constants

Comment = 0
Key = 1
Note = 2
Help = 3
NewParagraph = 4
Paragraph = 5
Insert = 6

Instance methods

comment?

Returns true if this enum value equals Comment

Source
help?

Returns true if this enum value equals Help

Source
insert?

Returns true if this enum value equals Insert

Source
key?

Returns true if this enum value equals Key

Source
new_paragraph?

Returns true if this enum value equals NewParagraph

Source
note?

Returns true if this enum value equals Note

Source
paragraph?

Returns true if this enum value equals Paragraph

Source