|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.render.rtf.rtflib.rtfdoc.RtfListStyle
org.apache.fop.render.rtf.rtflib.rtfdoc.RtfListStyleText
public class RtfListStyleText
Class to handle text list style.
Constructor Summary | |
---|---|
RtfListStyleText(java.lang.String s)
Constructs a RtfListStyleText object. |
Method Summary | |
---|---|
void |
writeLevelGroup(RtfElement element)
Gets called when the list table has to be written. |
void |
writeListPrefix(RtfListItem item)
Gets called before a RtfListItem has to be written. |
void |
writeParagraphPrefix(RtfElement element)
Gets called before a paragraph, which is contained by a RtfListItem has to be written. |
Methods inherited from class org.apache.fop.render.rtf.rtflib.rtfdoc.RtfListStyle |
---|
getRtfList, getRtfListItem, setRtfListItem |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RtfListStyleText(java.lang.String s)
s
- Text to be displayedMethod Detail |
---|
public void writeListPrefix(RtfListItem item) throws java.io.IOException
writeListPrefix
in class RtfListStyle
item
- RtfListItem whose prefix has to be written
RtfListItem this style belongs to
java.io.IOException
- Thrown when an IO-problem occurspublic void writeParagraphPrefix(RtfElement element) throws java.io.IOException
writeParagraphPrefix
in class RtfListStyle
element
- RtfElement in whose context is to be written
RtfElement in whose context is to be written
java.io.IOException
- Thrown when an IO-problem occurspublic void writeLevelGroup(RtfElement element) throws java.io.IOException
writeLevelGroup
in class RtfListStyle
element
- RtfElement in whose context is to be written
RtfElement in whose context is to be written
java.io.IOException
- Thrown when an IO-problem occurs
|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |