|
fop 0.95 | |||||||||
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
public class RtfListStyle
Class to handle list styles.
Constructor Summary | |
---|---|
RtfListStyle()
|
Method Summary | |
---|---|
RtfList |
getRtfList()
Gets the RtfList this style belongs to. |
RtfListItem |
getRtfListItem()
Gets the RtfListItem this style belongs to. |
void |
setRtfListItem(RtfListItem item)
Sets the RtfListItem this style belongs to. |
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 has to be written, which is contained by a RtfListItem. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RtfListStyle()
Method Detail |
---|
public void setRtfListItem(RtfListItem item)
item
- RtfListItem this style belongs topublic RtfListItem getRtfListItem()
public RtfList getRtfList()
public void writeListPrefix(RtfListItem item) throws java.io.IOException
item
- RtfListItem this style belongs to
java.io.IOException
- Thrown when an IO-problem occurs.public void writeParagraphPrefix(RtfElement element) throws java.io.IOException
element
- RtfElement in whose context is to be written
java.io.IOException
- Thrown when an IO-problem occurs.public void writeLevelGroup(RtfElement element) throws java.io.IOException
element
- RtfElement in whose context is to be written
java.io.IOException
- Thrown when an IO-problem occurs.
|
fop 0.95 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |