Method: Origami::Annotation#set_normal_appearance
- Defined in:
- lib/origami/annotations.rb
#set_normal_appearance(apstm) ⇒ Object
85 86 87 88 89 90 |
# File 'lib/origami/annotations.rb', line 85 def set_normal_appearance(apstm) self.AP ||= AppearanceDictionary.new self.AP[:N] = apstm self end |