public interface IRtfListContainer
Interface for RtfElements that can contain RtfLists.
This work was authored by Bertrand Delacretaz (bdelacretaz@codeconsult.ch).
Modifier and Type | Method and Description |
---|---|
RtfList |
newList(RtfAttributes attrs)
Close the current list, if any, and starts a new one
|
RtfList newList(RtfAttributes attrs) throws java.io.IOException
attrs
- attributes of new Listjava.io.IOException
- for I/O problemsCopyright 1999-2012 The Apache Software Foundation. All Rights Reserved.