Method: Axlsx::App#paragraphs

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

#paragraphsInteger Also known as: Paragraphs

Returns The number of paragraphs in the document.

Returns:

  • (Integer)

    The number of paragraphs in the document



76
77
78
# File 'lib/axlsx/doc_props/app.rb', line 76

def paragraphs
  @paragraphs
end