Package | Description |
---|---|
com.lowagie.text.rtf.document | |
com.lowagie.text.rtf.list |
Modifier and Type | Method and Description |
---|---|
void |
RtfDocumentHeader.freeListNumber(RtfList list)
Removes a RtfList from the list table
|
int |
RtfDocumentHeader.getListNumber(RtfList list)
Gets the number of the specified RtfList
|
Modifier and Type | Method and Description |
---|---|
RtfList |
RtfListLevel.getParent() |
RtfList |
RtfList.getParentList() |
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
RtfListLevel(RtfDocument doc,
RtfList parent) |
Copyright © 2015. All rights reserved.