RtfListStyleBullet, RtfListStyleNumber, RtfListStyleTextpublic class RtfListStyle
extends java.lang.Object
| Constructor | Description |
|---|---|
RtfListStyle() |
| Modifier and Type | Method | Description |
|---|---|---|
RtfList |
getRtfList() |
Gets the RtfList this style belongs to.
|
RtfListItem |
getRtfListItem() |
Gets the RtfListItem this style belongs to.
|
void |
setRtfListItem(RtfListItem item) |
Sets the RtfListItem this style belongs to.
|
void |
writeLevelGroup(RtfElement element) |
Gets called when the list table has to be written.
|
void |
writeListPrefix(RtfListItem item) |
Gets called before a RtfListItem has to be written.
|
void |
writeParagraphPrefix(RtfElement element) |
Gets called before a paragraph has to be written, which is contained by a RtfListItem.
|
public void setRtfListItem(RtfListItem item)
item - RtfListItem this style belongs topublic RtfListItem getRtfListItem()
public RtfList getRtfList()
public void writeListPrefix(RtfListItem item) throws java.io.IOException
item - RtfListItem this style belongs tojava.io.IOException - Thrown when an IO-problem occurs.public void writeParagraphPrefix(RtfElement element) throws java.io.IOException
element - RtfElement in whose context is to be writtenjava.io.IOException - Thrown when an IO-problem occurs.public void writeLevelGroup(RtfElement element) throws java.io.IOException
element - RtfElement in whose context is to be writtenjava.io.IOException - Thrown when an IO-problem occurs.Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.