Method: Axlsx::App#Paragraphs

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

#ParagraphsInteger

Returns The number of paragraphs in the document.

Returns:

  • (Integer)

    The number of paragraphs in the document



38
39
40
# File 'lib/axlsx/doc_props/app.rb', line 38

def Paragraphs
  @Paragraphs
end