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



174
175
176
177
178
179
180
181
182
183
184
185
# File 'lib/origami/annotations.rb', line 174

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