Interface TextElementArray

All Superinterfaces:
Element
All Known Implementing Classes:
Anchor, Cell, Chapter, ChapterAutoNumber, Footnote, GreekList, IncCell, List, ListItem, Paragraph, Phrase, RomanList, Section, SimpleCell, SimpleTable, ZapfDingbatsList, ZapfDingbatsNumberList

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

    • add

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