Interface IRtfListContainer

All Known Implementing Classes:
RtfFootnote, RtfListItem, RtfSection, RtfTableCell

public interface IRtfListContainer

Interface for RtfElements that can contain RtfLists.

This work was authored by Bertrand Delacretaz (bdelacretaz@codeconsult.ch).

  • Method Summary

    Modifier and Type
    Method
    Description
    Close the current list, if any, and starts a new one
  • Method Details

    • newList

      RtfList newList(RtfAttributes attrs) throws IOException
      Close the current list, if any, and starts a new one
      Parameters:
      attrs - attributes of new List
      Returns:
      new List object
      Throws:
      IOException - for I/O problems