Gets or sets the cell's formatted text.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic Paragraphs Paragraphs { get; set; }
Public Property Paragraphs As Paragraphs
Get
Set
public:
property Paragraphs^ Paragraphs {
Paragraphs^ get ();
void set (Paragraphs^ value);
}
member Paragraphs : Paragraphs with get, set
Property Value
Type:
Paragraphs
See Also