public class ParagraphFactory extends java.lang.Object implements IParagraphFactory
| Constructor and Description |
|---|
ParagraphFactory() |
| Modifier and Type | Method and Description |
|---|---|
com.lowagie.text.Paragraph |
createParagraph() |
com.lowagie.text.Paragraph |
createParagraph(com.lowagie.text.Paragraph title) |
static IParagraphFactory |
getDefault() |
public static IParagraphFactory getDefault()
public com.lowagie.text.Paragraph createParagraph()
createParagraph in interface IParagraphFactorypublic com.lowagie.text.Paragraph createParagraph(com.lowagie.text.Paragraph title)
createParagraph in interface IParagraphFactoryCopyright © 2022. All Rights Reserved.