com.lowagie.text.rtf.list
public class RtfListTable extends RtfElement implements RtfExtendedElement
Version: $Id: RtfListTable.java 3447 2008-05-25 21:53:31Z xlv $
Field Summary | |
---|---|
ArrayList | lists
The RtfList lists managed by this RtfListTable |
static byte[] | LIST_OVERRIDE
Constant for the list override |
static byte[] | LIST_OVERRIDE_COUNT
Constant for the list override count |
static byte[] | LIST_OVERRIDE_TABLE
Constant for the list override table |
static byte[] | LIST_TABLE
Constant for the list table |
ArrayList | picturelists
The RtfPictureList lists managed by this RtfListTable |
Constructor Summary | |
---|---|
RtfListTable(RtfDocument doc)
Constructs a RtfListTable for a RtfDocument
|
Method Summary | |
---|---|
void | freeListNumber(RtfList list)
Remove a RtfList from the list of RtfList
|
int | getListNumber(RtfList list)
Gets the id of the specified RtfList. |
void | writeContent(OutputStream out)
unused |
void | writeDefinition(OutputStream result)
Writes the list and list override tables. |
Parameters: doc The RtfDocument this RtfListTable belongs to
Parameters: list The RtfList to remove.
Parameters: list The RtfList for which to get the id.
Returns: The id of the RtfList.