Method: IsoDoc::WordFunction::Comments#skip_comment_wrap

Defined in:
lib/isodoc/word_function/comments.rb

#skip_comment_wrap(from) ⇒ Object



97
98
99
# File 'lib/isodoc/word_function/comments.rb', line 97

def skip_comment_wrap(from)
  from["style"] != "mso-special-character:comment"
end