Skip to main content
All docs
V25.2
  • CellTextArea(String, ParagraphProperties, ParagraphProperties[]) Constructor

    Initializes a new instance of the CellTextArea class with specified settings.

    Namespace: DevExpress.Docs.Presentation

    Assembly: DevExpress.Docs.Presentation.v25.2.dll

    Declaration

    public CellTextArea(
        string text,
        ParagraphProperties paragraphProperties,
        params ParagraphProperties[] listLevelStyles
    )

    Parameters

    Name Type Description
    text String

    Cell text.

    paragraphProperties ParagraphProperties

    Paragraph properties.

    listLevelStyles ParagraphProperties[]

    Paragraph properties for list levels.

    See Also