Interface TextElementArray

All Superinterfaces:
Element
All Known Implementing Classes:
Anchor, Cell, Chapter, ChapterAutoNumber, List, ListItem, Paragraph, Phrase, Section, SimpleCell, SimpleTable

public interface TextElementArray extends Element
Interface for a text element to which other objects can be added.
See Also:
  • Method Details

    • add

      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