Skip to main content
All docs
V26.1
  • CellTextArea(String, TextParagraphProperties, TextParagraphProperties[]) Constructor

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

    Namespace: DevExpress.Docs.Presentation

    Assembly: DevExpress.Docs.Presentation.v26.1.dll

    Declaration

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

    Parameters

    Name Type
    text String
    paragraphProperties TextParagraphProperties
    listLevelStyles TextParagraphProperties[]
    See Also