|
||||||||||
| 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 that return RtfList | |
|---|---|
RtfList |
RtfListLevel.getParent()
|
RtfList |
RtfList.getParentList()
|
| Methods in com.lowagie.text.rtf.list with parameters of type RtfList | |
|---|---|
void |
RtfListTable.freeListNumber(RtfList list)
Remove a RtfList from the list of RtfList |
int |
RtfListTable.getListNumber(RtfList list)
Gets the id of the specified RtfList. |
void |
RtfListLevel.setParent(RtfList parent)
|
void |
RtfList.setParentList(RtfList parentList)
|
| Constructors in com.lowagie.text.rtf.list with parameters of type RtfList | |
|---|---|
RtfListLevel(RtfDocument doc,
RtfList parent)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||