public class RtfList extends RtfContainer
attrib, parent, writer
Modifier and Type | Method and Description |
---|---|
boolean |
getHasTableParent()
Returns true, if the list has a parent table.
|
java.lang.Integer |
getListId()
Returns the Id of the list.
|
java.lang.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
|
addChild, getChildCount, getChildren, isEmpty, okToWriteRtf, setChildren, setOptions, toString, writeRtfContent
close, getRtfAttributes, newLine, writeAttributes, writeControlWord, writeControlWordNS, writeExceptionInRtf, writeGroupMark, writeOneAttribute, writeOneAttributeNS, writeRtf, writeRtfPrefix, writeRtfSuffix, writeStarControlWord, writeStarControlWordNS
public RtfListItem newListItem() throws java.io.IOException
java.io.IOException
- for I/O problemspublic java.lang.Integer getListId()
public java.lang.Integer getListTemplateId()
public void setRtfListStyle(RtfListStyle ls)
ls
- ListStyle to setpublic RtfListStyle getRtfListStyle()
public boolean getHasTableParent()
Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.