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



216
217
218
219
220
221
222
223
224
225
226
227
# File 'lib/origami/annotations.rb', line 216

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