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
Constructor | Description |
---|---|
ParagraphFactory() |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
paragraph | IParagraph | A paragraph to use data. |
Returns: IParagraph - Paragraph.