Wiki Markup |
---|
{description} {excerpt}Returns an {{int}} representing the number of paragraphs in this document.{excerpt} {signature:C#} public int NumParagraphs{ get; } {signature}{signature:vb.net} Public ReadOnly Property NumParagraphs() As Integer {signature} {remarks}MS Word equivalent: File menu > Properties > Statistics tab > Statistics listbox > Paragraphs: {remarks} {example}{code:csharp|title=C#} int numParagraphs = oDocument.NumParagraphs; {code} {code:vb.net|title=vb.net} Dim numParagraphs As Integer = oDocument.NumParagraphs {code} {example} |
Page History
Overview
Content Tools