CreateParagraph()

IParagraphFactory::CreateParagraph() method

Creates a new empty paragraph.

virtual System::SharedPtr<IParagraph> Aspose::Slides::IParagraphFactory::CreateParagraph()=0

Return Value

Paragraph.

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

Creates a new paragraph with specified paragraph data using.

virtual System::SharedPtr<IParagraph> Aspose::Slides::IParagraphFactory::CreateParagraph(System::SharedPtr<IParagraph> paragraph)=0

Arguments

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

Return Value

Paragraph.

See Also