org.apache.fop.render.rtf.rtflib.rtfdoc
Class RtfListStyle
java.lang.Object
|
+--org.apache.fop.render.rtf.rtflib.rtfdoc.RtfListStyle
- Direct Known Subclasses:
- RtfListStyleBullet, RtfListStyleNumber, RtfListStyleText
- public class RtfListStyle
- extends java.lang.Object
Class to handle list styles.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RtfListStyle
public RtfListStyle()
setRtfListItem
public void setRtfListItem(RtfListItem item)
getRtfListItem
public RtfListItem getRtfListItem()
getRtfList
public RtfList getRtfList()
writeListPrefix
public void writeListPrefix(RtfListItem item)
throws java.io.IOException
- Gets call before a RtfListItem has to be written.
writeParagraphPrefix
public void writeParagraphPrefix(RtfElement element)
throws java.io.IOException
- Gets call before a paragraph, which is contained by a RtfListItem has to be written.
writeLevelGroup
public void writeLevelGroup(RtfElement element)
throws java.io.IOException
- Gets call when the list table has to be written.
Copyright 1999-2005 The Apache Software Foundation. All Rights Reserved.