public class ParagraphFactory extends java.lang.Object implements IParagraphFactory
Allows to create paragraphs
| Constructor and Description |
|---|
ParagraphFactory() |
| Modifier and Type | Method and Description |
|---|---|
IParagraph |
createParagraph()
Creates a new empty paragraph.
|
IParagraph |
createParagraph(IParagraph paragraph)
Creates a new paragraph with specified paragraph data using.
|
public final IParagraph createParagraph()
Creates a new empty paragraph.
createParagraph in interface IParagraphFactorypublic final IParagraph createParagraph(IParagraph paragraph)
Creates a new paragraph with specified paragraph data using.
createParagraph in interface IParagraphFactoryparagraph - A paragraph to use data.Copyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.