com.lowagie.text.factories
public class ElementFactory extends Object
| Method Summary | |
|---|---|
| static Anchor | getAnchor(Properties attributes)
Creates an Anchor object based on a list of properties. |
| static Annotation | getAnnotation(Properties attributes)
Creates an Annotation object based on a list of properties. |
| static Cell | getCell(Properties attributes)
Creates a Cell object based on a list of properties. |
| static ChapterAutoNumber | getChapter(Properties attributes)
Creates a ChapterAutoNumber object based on a list of properties. |
| static Chunk | getChunk(Properties attributes)
Creates a Chunk object based on a list of properties. |
| static Image | getImage(Properties attributes)
Creates an Image object based on a list of properties. |
| static List | getList(Properties attributes)
Creates a List object based on a list of properties. |
| static ListItem | getListItem(Properties attributes)
Creates a ListItem object based on a list of properties. |
| static Paragraph | getParagraph(Properties attributes)
Creates a Paragraph object based on a list of properties. |
| static Phrase | getPhrase(Properties attributes)
Creates a Phrase object based on a list of properties. |
| static Section | getSection(Section parent, Properties attributes)
Creates a Section object based on a list of properties. |
| static Table | getTable(Properties attributes)
Creates an Table object based on a list of properties. |
| static void | setRectangleProperties(Rectangle rect, Properties attributes)
Sets some Rectangle properties (for a Cell, Table,...). |
| static void | setSectionParameters(Section section, Properties attributes)
Helper method to create a Chapter/Section object. |
Parameters: attributes
Returns: an Anchor
Parameters: attributes
Returns: an Annotation
Parameters: attributes
Returns: a Cell
Parameters: attributes
Returns: a Chapter
Parameters: attributes
Returns: a Chunk
Parameters: attributes
Returns: an Image
Parameters: attributes
Returns: the List
Parameters: attributes
Returns: a ListItem
Parameters: attributes
Returns: a Paragraph
Parameters: attributes
Returns: a Phrase
Parameters: attributes
Returns: a Section
Parameters: attributes
Returns: a Table
Parameters: attributes