fop 0.90alpha1

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

java.lang.Object
  |
  +--org.apache.fop.render.rtf.rtflib.rtfdoc.RtfElement
        |
        +--org.apache.fop.render.rtf.rtflib.rtfdoc.RtfContainer
              |
              +--org.apache.fop.render.rtf.rtflib.rtfdoc.RtfList

public class RtfList
extends RtfContainer

Model of an RTF list, which can contain RTF list items

Author:
Bertrand Delacretaz bdelacretaz@codeconsult.ch, Christopher Scott, scottc@westinghouse.com, Peter Herweg, pherweg@web.de

Fields inherited from class org.apache.fop.render.rtf.rtflib.rtfdoc.RtfElement
attrib, parent, writer
 
Method Summary
 boolean getHasTableParent()
           
 java.lang.Integer getListId()
           
 java.lang.Integer getListTemplateId()
           
 RtfListStyle getRtfListStyle()
          Get list style
 RtfListItem newListItem()
          Close current list item and start a new one
 void setRtfListStyle(RtfListStyle ls)
          Change list style
 
Methods inherited from class org.apache.fop.render.rtf.rtflib.rtfdoc.RtfContainer
addChild, getChildCount, getChildren, isEmpty, okToWriteRtf, setChildren, setOptions, toString, writeRtfContent
 
Methods inherited from class org.apache.fop.render.rtf.rtflib.rtfdoc.RtfElement
close, getRtfAttributes, newLine, writeAttributes, writeControlWord, writeControlWordNS, writeExceptionInRtf, writeGroupMark, writeOneAttribute, writeOneAttributeNS, writeRtf, writeRtfPrefix, writeRtfSuffix, writeStarControlWord, writeStarControlWordNS
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

newListItem

public RtfListItem newListItem()
                        throws java.io.IOException
Close current list item and start a new one
Returns:
new RtfListItem
Throws:
java.io.IOException - for I/O problems

getListId

public java.lang.Integer getListId()

getListTemplateId

public java.lang.Integer getListTemplateId()

setRtfListStyle

public void setRtfListStyle(RtfListStyle ls)
Change list style
Parameters:
ls - ListStyle to set

getRtfListStyle

public RtfListStyle getRtfListStyle()
Get list style
Returns:
ListSytle of the List

getHasTableParent

public boolean getHasTableParent()

fop 0.90alpha1

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