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

Class RtfList


public class RtfList
extends RtfContainer

Model of an RTF list, which can contain RTF list items
Authors:
Bertrand Delacretaz bdelacretaz@codeconsult.ch
Christopher Scott, scottc@westinghouse.com
Peter Herweg, pherweg@web.de

Field Summary

Fields inherited from class org.apache.fop.render.rtf.rtflib.rtfdoc.RtfElement

attrib, parent, writer

Method Summary

boolean
getHasTableParent()
Returns true, if the list has a parent table.
Integer
getListId()
Returns the Id of the list.
Integer
getListTemplateId()
Returns the Id of the list template.
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, isEmpty, newLine, okToWriteRtf, toString, writeAttributes, writeControlWord, writeControlWordNS, writeExceptionInRtf, writeGroupMark, writeOneAttribute, writeOneAttributeNS, writeRtf, writeRtfContent, writeRtfPrefix, writeRtfSuffix, writeStarControlWord, writeStarControlWordNS

Method Details

getHasTableParent

public boolean getHasTableParent()
Returns true, if the list has a parent table.
Returns:
true, if the list has a parent table

getListId

public Integer getListId()
Returns the Id of the list.
Returns:
Id of the list

getListTemplateId

public Integer getListTemplateId()
Returns the Id of the list template.
Returns:
Id of the list template

getRtfListStyle

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

newListItem

public RtfListItem newListItem()
            throws IOException
Close current list item and start a new one
Returns:
new RtfListItem

setRtfListStyle

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

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