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 | Class | Description |
---|---|---|
class |
RtfListStyleBullet |
Class to handle bullet list style.
|
class |
RtfListStyleNumber |
Class to handle number list style.
|
class |
RtfListStyleText |
Class to handle text list style.
|
Modifier and Type | Method | Description |
---|---|---|
RtfListStyle |
RtfList.getRtfListStyle() |
Get list style
|
RtfListStyle |
RtfListItem.getRtfListStyle() |
Get list style
|
Modifier and Type | Method | Description |
---|---|---|
int |
RtfListTable.addRtfListStyle(RtfListStyle ls) |
Add list style
|
void |
RtfList.setRtfListStyle(RtfListStyle ls) |
Change list style
|
void |
RtfListItem.setRtfListStyle(RtfListStyle ls) |
Change list style
|
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.