fop 0.90alpha1

org.apache.fop.render.rtf.rtflib.rtfdoc
Class RtfListStyleText

java.lang.Object
  extended byorg.apache.fop.render.rtf.rtflib.rtfdoc.RtfListStyle
      extended byorg.apache.fop.render.rtf.rtflib.rtfdoc.RtfListStyleText

public class RtfListStyleText
extends RtfListStyle


Constructor Summary
RtfListStyleText(java.lang.String s)
           
 
Method Summary
 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 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

RtfListStyleText

public RtfListStyleText(java.lang.String s)
Method Detail

writeListPrefix

public void writeListPrefix(RtfListItem item)
                     throws java.io.IOException
Gets call before a RtfListItem has to be written.

Overrides:
writeListPrefix in class RtfListStyle
Throws:
java.io.IOException
See Also:
RtfListStyle.writeListPrefix(RtfListItem)

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.

Overrides:
writeParagraphPrefix in class RtfListStyle
Throws:
java.io.IOException
See Also:
RtfListStyle.writeParagraphPrefix(RtfElement)

writeLevelGroup

public void writeLevelGroup(RtfElement element)
                     throws java.io.IOException
Gets call when the list table has to be written.

Overrides:
writeLevelGroup in class RtfListStyle
Throws:
java.io.IOException
See Also:
RtfListStyle.writeLevelGroup(RtfElement)

fop 0.90alpha1

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