org.apache.fop.render.rtf.rtflib.rtfdoc
Class RtfListStyleNumber
public class RtfListStyleNumber
Class to handle number list style.
writeLevelGroup
public void writeLevelGroup(RtfElement element)
throws IOException
Gets called when the list table has to be written.
- writeLevelGroup in interface RtfListStyle
element
- RtfElement in whose context is to be written
writeListPrefix
public void writeListPrefix(RtfListItem item)
throws IOException
Gets called before a RtfListItem has to be written.
- writeListPrefix in interface RtfListStyle
item
- RtfListItem whose prefix has to be written
writeParagraphPrefix
public void writeParagraphPrefix(RtfElement element)
throws IOException
Gets called before a paragraph, which is contained by a RtfListItem has to be written.
- writeParagraphPrefix in interface RtfListStyle
element
- RtfElement in whose context is to be written
Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.