DocxParagraph Class

Definition

Item in All paragraphs anywhere in the document; these objects are not sequentially placed but are scatted across document

public class DocxParagraph
type DocxParagraph = class
Public Class DocxParagraph
Inheritance
DocxParagraph

Constructors

Name Description
DocxParagraph()

Properties

Name Description
ContentRuns

The content runs in the paragraph - this is where text is stored; similar to a span in HTML

ParagraphIndex

The index of the paragraph; 0-based

Path

The Path of the location of this object; leave blank for new tables

StyleId

Style ID of the style applied to the paragraph; null if no style is applied

Applies to