org.apache.fop.render.rtf.rtflib.rtfdoc
Class RtfList
Model of an RTF list, which can contain RTF list items
- Bertrand Delacretaz bdelacretaz@codeconsult.ch
- Christopher Scott, scottc@westinghouse.com
- Peter Herweg, pherweg@web.de
close , getRtfAttributes , isEmpty , newLine , okToWriteRtf , toString , writeAttributes , writeControlWord , writeControlWordNS , writeExceptionInRtf , writeGroupMark , writeOneAttribute , writeOneAttributeNS , writeRtf , writeRtfContent , writeRtfPrefix , writeRtfSuffix , writeStarControlWord , writeStarControlWordNS |
getHasTableParent
public boolean getHasTableParent()
Returns true, if the list has a parent table.
- true, if the list has a parent table
getListId
public Integer getListId()
Returns the Id of the list.
getListTemplateId
public Integer getListTemplateId()
Returns the Id of the list template.
getRtfListStyle
public RtfListStyle getRtfListStyle()
Get list style
newListItem
public RtfListItem newListItem()
throws IOException
Close current list item and start a new one
setRtfListStyle
public void setRtfListStyle(RtfListStyle ls)
Change list style
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.