Module: Origami::Annotation::Markup

Included in:
FileAttachment, FreeText, Shape, Sound, Text
Defined in:
lib/origami/annotations.rb

Class Method Summary collapse

Class Method Details

.included(receiver) ⇒ Object



184
185
186
187
188
189
190
191
192
193
194
195
# File 'lib/origami/annotations.rb', line 184

def self.included(receiver)
  receiver.field    :T,             :Type => String, :Version => "1.1"
  receiver.field    :Popup,         :Type => Dictionary, :Version => "1.3"
  receiver.field    :CA,            :Type => Number, :Default => 1.0, :Version => "1.4"
  receiver.field    :RC,            :Type => [String, Stream], :Version => "1.5"
  receiver.field    :CreationDate,  :Type => String, :Version => "1.5"
  receiver.field    :IRT,           :Type => Dictionary, :Version => "1.5"
  receiver.field    :Subj,          :Type => String, :Version  => "1.5"
  receiver.field    :RT,            :Type => Name, :Default => :R, :Version => "1.6"
  receiver.field    :IT,            :Type => Name, :Version => "1.6"
  receiver.field    :ExData,        :Type => Dictionary, :Version => "1.7"
end