org.apache.fop.render.rtf.rtflib.rtfdoc

Interface IRtfListContainer

Known Implementing Classes:
RtfFootnote, RtfListItem, 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 the current list, if any, and starts a new one

Method Details

newList

public 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

Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.