com.lowagie.text

Interface TextElementArray

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

Method Summary
booleanadd(Object o)
Adds an object to the TextElementArray.

Method Detail

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