CreateParagraph()

ParagraphFactory::CreateParagraph() method

Creates a new empty paragraph.

System::SharedPtr<IParagraph> Aspose::Slides::ParagraphFactory::CreateParagraph() override

Return Value

Paragraph.

ParagraphFactory::CreateParagraph(System::SharedPtr<IParagraph>) method

Creates a new paragraph with specified paragraph data using.

System::SharedPtr<IParagraph> Aspose::Slides::ParagraphFactory::CreateParagraph(System::SharedPtr<IParagraph> paragraph) override

Arguments

ParameterTypeDescription
paragraphSystem::SharedPtr<IParagraph>A paragraph to use data.

Return Value

Paragraph.

See Also