org.apache.fop.render.rtf.rtflib.rtfdoc
Interface IRtfListContainer
- All Known Implementing Classes:
- RtfTableCell, RtfSection, RtfListItem, RtfFootnote
- public interface IRtfListContainer
Interface for RtfElements that can contain RtfLists
- Author:
- Bertrand Delacretaz bdelacretaz@codeconsult.ch
newList
public RtfList newList(RtfAttributes attrs)
throws java.io.IOException
- Close the current list, if any, and starts a new one
- Parameters:
attrs
- attributes of new List- Returns:
- new List object
- Throws:
java.io.IOException
- for I/O problems
Copyright 1999-2006 The Apache Software Foundation. All Rights Reserved.