Interface TextElementArray

All Superinterfaces:
Element
All Known Implementing Classes:
Anchor, CellWrapper, Chapter, ChapterAutoNumber, GreekList, List, ListItem, NoNewLineParagraph, Paragraph, Phrase, RomanList, Section, 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 element)
      Adds an element to the TextElementArray.
      Parameters:
      element - an element that has to be added
      Returns:
      true if the addition succeeded; false otherwise