| |
|
| java.lang.Object com.lowagie.text.rtf.RtfElement com.lowagie.text.rtf.list.RtfListTable
RtfListTable | public class RtfListTable extends RtfElement implements RtfExtendedElement(Code) | | The RtfListTable manages all RtfLists in one RtfDocument. It also generates
the list and list override tables in the document header.
version: $Id: RtfListTable.java 2776 2007-05-23 20:01:40Z hallm $ author: Mark Hall (mhall@edu.uni-klu.ac.at) author: Thomas Bickel (tmb99@inode.at) |
LIST_NUMBER | final protected static byte[] LIST_NUMBER(Code) | | Constant for the list number
|
RtfListTable | public RtfListTable(RtfDocument doc)(Code) | | Constructs a RtfListTable for a RtfDocument
Parameters: doc - The RtfDocument this RtfListTable belongs to |
freeListNumber | public void freeListNumber(RtfList list)(Code) | | Remove a RtfList from the list of RtfLists
Parameters: list - The RtfList to remove. |
getListNumber | public int getListNumber(RtfList list)(Code) | | Gets the id of the specified RtfList. If the RtfList is not yet in the
list of RtfLists, then it is added.
Parameters: list - The RtfList for which to get the id. The id of the RtfList. |
|
|
|