org.jfor.jfor.rtflib.rtfdoc
Interface IRtfListContainer

All Known Implementing Classes:
RtfSection, RtfTableCell

public interface IRtfListContainer

Interface for RtfElements that can contain RtfLists

Author:
Bertrand Delacretaz bdelacretaz@codeconsult.ch

Method Summary
 RtfList newList(RtfAttributes attrs)
          close current list if any and start a new one
 

Method Detail

newList

public RtfList newList(RtfAttributes attrs)
                throws java.io.IOException
close current list if any and start a new one

Throws:
java.io.IOException