org.apache.fop.render.rtf.rtflib.rtfdoc
Class RtfListStyle
java.lang.Object
org.apache.fop.render.rtf.rtflib.rtfdoc.RtfListStyle
public class RtfListStyle
extends java.lang.Object
Class to handle list styles.
getRtfList
public RtfList getRtfList()
Gets the RtfList this style belongs to.
- RtfList this style belongs to
getRtfListItem
public RtfListItem getRtfListItem()
Gets the RtfListItem this style belongs to.
- RtfListItem this style belongs to
setRtfListItem
public void setRtfListItem(RtfListItem item)
Sets the RtfListItem this style belongs to.
item
- RtfListItem this style belongs to
writeLevelGroup
public void writeLevelGroup(RtfElement element)
throws IOException
Gets called when the list table has to be written.
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.
item
- RtfListItem this style belongs to
writeParagraphPrefix
public void writeParagraphPrefix(RtfElement element)
throws IOException
Gets called before a paragraph has to be written, which is contained by a RtfListItem.
element
- RtfElement in whose context is to be written
Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.