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 |
---|---|
RtfListItem |
RtfListStyle.getRtfListItem()
Gets the RtfListItem this style belongs to.
|
RtfListItem |
RtfTextrun.getRtfListItem()
Gets the parent list-item of the textrun.
|
RtfListItem |
RtfList.newListItem()
Close current list item and start a new one
|
Modifier and Type | Method and Description |
---|---|
void |
RtfListStyle.setRtfListItem(RtfListItem item)
Sets the RtfListItem this style belongs to.
|
void |
RtfTextrun.setRtfListItem(RtfListItem listItem)
Set the parent list-item of the textrun.
|
void |
RtfListStyleText.writeListPrefix(RtfListItem item)
Gets called before a RtfListItem has to be written.
|
void |
RtfListStyle.writeListPrefix(RtfListItem item)
Gets called before a RtfListItem has to be written.
|
void |
RtfListStyleBullet.writeListPrefix(RtfListItem item)
Gets called before a RtfListItem has to be written.
|
void |
RtfListStyleNumber.writeListPrefix(RtfListItem item)
Gets called before a RtfListItem has to be written.
|
Constructor and Description |
---|
RtfListItemLabel(RtfListItem item)
Constructs the RtfListItemLabel
|
Copyright 1999-2017 The Apache Software Foundation. All Rights Reserved.