public class ParagraphFactory extends 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 © 2017. All Rights Reserved.