docx
    Preparing search index...

    Type Alias IParagraphOptions

    IParagraphOptions: { children?: readonly ParagraphChild[]; text?: string } & IParagraphPropertiesOptions

    Options for creating a Paragraph element.

    Type declaration

    • Optional Readonlychildren?: readonly ParagraphChild[]

      Array of child elements such as TextRun, ImageRun, Hyperlink, Bookmark, etc.

    • Optional Readonlytext?: string

      Simple text content for the paragraph. Creates a single TextRun.