com.lowagie.text

Interface TextElementArray

All Superinterfaces:
Element
Known Implementing Classes:
Anchor, Cell, Chapter, GreekList, IncCell, List, ListItem, Paragraph, Phrase, RomanList, RtfCell, RtfTableCell, Section, ZapfDingbatsList, ZapfDingbatsNumberList

public interface TextElementArray
extends Element

Interface for a text element to which other objects can be added.
See Also:
Phrase, Paragraph, Section, ListItem, Chapter, Anchor, Cell

Fields inherited from interface com.lowagie.text.Element

ALIGN_BASELINE, ALIGN_BOTTOM, ALIGN_CENTER, ALIGN_JUSTIFIED, ALIGN_JUSTIFIED_ALL, ALIGN_LEFT, ALIGN_MIDDLE, ALIGN_RIGHT, ALIGN_TOP, ALIGN_UNDEFINED, ANCHOR, ANNOTATION, AUTHOR, CCITTG3_1D, CCITTG3_2D, CCITTG4, CCITT_BLACKIS1, CCITT_ENCODEDBYTEALIGN, CCITT_ENDOFBLOCK, CCITT_ENDOFLINE, CELL, CHAPTER, CHUNK, CREATIONDATE, CREATOR, GRAPHIC, HEADER, IMGRAW, IMGTEMPLATE, JPEG, KEYWORDS, LIST, LISTITEM, MULTI_COLUMN_TEXT, PARAGRAPH, PHRASE, PRODUCER, PTABLE, RECTANGLE, ROW, SECTION, SUBJECT, TABLE, TITLE

Method Summary

boolean
add(Object o)
Adds an object to the TextElementArray.

Methods inherited from interface com.lowagie.text.Element

getChunks, process, toString, type

Method Details

add

public boolean add(Object o)
Adds an object to the TextElementArray.
Parameters:
o - an object that has to be added
Returns:
true if the addition succeeded; false otherwise