Version

ParagraphNode Class

Represents a paragraph in the document.
Syntax
'Declaration
 
Public Class ParagraphNode 
   Inherits BlockNode
   Implements IParagraphSettingsOwner 
public class ParagraphNode : BlockNode, IParagraphSettingsOwner  
Remarks

A ParagraphNode represents a paragraph in the document. Paragraphs can be standalone in the document or nested within other content such as table cells for example. A ParagraphNode contains one or more RunNode objects. Each RunNode contains one or more TextNode objects, where each NodeText represents text.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also