com.lowagie.text.rtf.list
public class RtfListTable extends RtfElement implements RtfExtendedElement
Version: $Version:$
Field Summary | |
---|---|
ArrayList | lists
The RtfLists managed by this RtfListTable |
static byte[] | LIST
Constant for the list |
static byte[] | LIST_HYBRID
Constant for the hybrid list |
static byte[] | LIST_ID
Constant for the list id |
protected static byte[] | LIST_NUMBER
Constant for the list number |
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 |
static byte[] | LIST_TEMPLATE_ID
Constant for the list template id |
Constructor Summary | |
---|---|
RtfListTable(RtfDocument doc)
Constructs a RtfListTable for a RtfDocument
|
Method Summary | |
---|---|
void | freeListNumber(RtfList list)
Remove a RtfList from the list of RtfLists
|
int | getListNumber(RtfList list)
Gets the id of the specified RtfList. |
byte[] | writeDefinition()
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.
Returns: A byte array with the list and list override tables.