fop 0.90alpha1

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.


Constructor Summary
RtfListStyle()
           
 
Method Summary
 RtfList getRtfList()
           
 RtfListItem getRtfListItem()
           
 void setRtfListItem(RtfListItem item)
           
 void writeLevelGroup(RtfElement element)
          Gets call when the list table has to be written.
 void writeListPrefix(RtfListItem item)
          Gets call before a RtfListItem has to be written.
 void writeParagraphPrefix(RtfElement element)
          Gets call before a paragraph, which is contained by a RtfListItem has to be written.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RtfListStyle

public RtfListStyle()
Method Detail

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.

fop 0.90alpha1

Copyright 1999-2005 The Apache Software Foundation. All Rights Reserved.