|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RtfList | |
---|---|
com.lowagie.text.rtf.document | |
com.lowagie.text.rtf.list |
Uses of RtfList in com.lowagie.text.rtf.document |
---|
Methods in com.lowagie.text.rtf.document with parameters of type RtfList | |
---|---|
void |
RtfDocumentHeader.freeListNumber(RtfList list)
Removes a RtfList from the list table |
int |
RtfDocumentHeader.getListNumber(RtfList list)
Gets the number of the specified RtfList |
Uses of RtfList in com.lowagie.text.rtf.list |
---|
Methods in com.lowagie.text.rtf.list with parameters of type RtfList | |
---|---|
void |
RtfListTable.freeListNumber(RtfList list)
Remove a RtfList from the list of RtfLists |
int |
RtfListTable.getListNumber(RtfList list)
Gets the id of the specified RtfList. |
protected void |
RtfList.setParent(RtfList parent)
Sets the parent RtfList of this RtfList |
void |
RtfListItem.setParent(RtfList parentList)
Set the parent RtfList. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |