Package | Description |
---|---|
org.apache.fop.render.rtf.rtflib.rtfdoc |
Independent subsystem (not specific to FOP) classes that are used to build
RTF documents.
|
Modifier and Type | Method and Description |
---|---|
RtfList |
RtfListItem.getParentList()
Get the parent list.
|
RtfList |
RtfListStyle.getRtfList()
Gets the RtfList this style belongs to.
|
RtfList |
RtfSection.newList(RtfAttributes attrs)
Start a new list after closing current paragraph, list and table
|
RtfList |
RtfFootnote.newList(RtfAttributes attrs) |
RtfList |
RtfTableCell.newList(RtfAttributes attrib)
Start a new list after closing current paragraph, list and table
|
RtfList |
IRtfListContainer.newList(RtfAttributes attrs)
Close the current list, if any, and starts a new one
|
RtfList |
RtfListItem.newList(RtfAttributes attrs)
Start a new list after closing current paragraph, list and table
|
Modifier and Type | Method and Description |
---|---|
int |
RtfListTable.addList(RtfList list)
Add List
|
Copyright 1999-2017 The Apache Software Foundation. All Rights Reserved.