Aspose::Pdf::Plugins::TableCellBuilder::AddParagraph method

TableCellBuilder::AddParagraph method

Add paragraphs to table cell.

System::SharedPtr<TableCellBuilder> Aspose::Pdf::Plugins::TableCellBuilder::AddParagraph(const System::ArrayPtr<System::SharedPtr<BaseParagraph>> &paragraph)
ParameterTypeDescription
paragraphconst System::ArrayPtr<System::SharedPtr<BaseParagraph>>&

ReturnValue

Instance of current TableCellBuilder.

See Also