public class RtfListStyle extends Object
Constructor and Description |
---|
RtfListStyle() |
Modifier and Type | Method and 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 IOException
item
- RtfListItem this style belongs toIOException
- Thrown when an IO-problem occurs.public void writeParagraphPrefix(RtfElement element) throws IOException
element
- RtfElement in whose context is to be writtenIOException
- Thrown when an IO-problem occurs.public void writeLevelGroup(RtfElement element) throws IOException
element
- RtfElement in whose context is to be writtenIOException
- Thrown when an IO-problem occurs.Copyright © 2025 Apache Software Foundation. All rights reserved.