Module: Kreuzberg::PdfAnnotationType

Defined in:
lib/kreuzberg/types.rb

Overview

PDF annotation type classification.

Constant Summary collapse

TEXT =
'text'
HIGHLIGHT =
'highlight'
'link'
STAMP =
'stamp'
UNDERLINE =
'underline'
STRIKE_OUT =
'strike_out'
OTHER =
'other'

Class Method Summary collapse

Class Method Details

.valuesObject



581
582
583
# File 'lib/kreuzberg/types.rb', line 581

def self.values
  [TEXT, HIGHLIGHT, LINK, STAMP, UNDERLINE, STRIKE_OUT, OTHER]
end