Method: Axlsx::App#Notes

Defined in:
lib/axlsx/doc_props/app.rb

#NotesInteger

Returns The number of slides that have notes.

Returns:

  • (Integer)

    The number of slides that have notes.



44
45
46
# File 'lib/axlsx/doc_props/app.rb', line 44

def Notes
  @Notes
end