Method: Axlsx::App#Words

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

#WordsInteger

Returns The number of words in the document.

Returns:

  • (Integer)

    The number of words in the document.



26
27
28
# File 'lib/axlsx/doc_props/app.rb', line 26

def Words
  @Words
end