Method: Notesgrip::NotesRichTextItem#AppendStyle
- Defined in:
- lib/notesgrip/NotesRichTextItem.rb
#AppendStyle(richTextStyle) ⇒ Object
37 38 39 40 |
# File 'lib/notesgrip/NotesRichTextItem.rb', line 37 def AppendStyle( richTextStyle ) raw_richTextStyle = toRaw(richTextStyle) @raw_object.AppendStyle( raw_richTextStyle ) end |