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 and 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 and Description |
---|---|
RtfListStyle |
RtfListItem.getRtfListStyle()
Get list style
|
RtfListStyle |
RtfList.getRtfListStyle()
Get list style
|
Modifier and Type | Method and Description |
---|---|
int |
RtfListTable.addRtfListStyle(RtfListStyle ls)
Add list style
|
void |
RtfListItem.setRtfListStyle(RtfListStyle ls)
Change list style
|
void |
RtfList.setRtfListStyle(RtfListStyle ls)
Change list style
|
Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.