ParagraphFactory

Inheritance: java.lang.Object

All Implemented Interfaces: com.aspose.slides.IParagraphFactory

public class ParagraphFactory implements IParagraphFactory

Allows to create paragraphs


For COM compatibility.

Constructors

ConstructorDescription
ParagraphFactory()

Methods

MethodDescription
createParagraph()Creates a new empty paragraph.
createParagraph(IParagraph paragraph)Creates a new paragraph with specified paragraph data using.

ParagraphFactory()

public ParagraphFactory()

createParagraph()

public final IParagraph createParagraph()

Creates a new empty paragraph.

Returns: IParagraph - Paragraph.

createParagraph(IParagraph paragraph)

public final IParagraph createParagraph(IParagraph paragraph)

Creates a new paragraph with specified paragraph data using.

Parameters:

ParameterTypeDescription
paragraphIParagraphA paragraph to use data.

Returns: IParagraph - Paragraph.