public class RtfListStyleBullet extends RtfListStyle
Constructor and Description |
---|
RtfListStyleBullet() |
Modifier and Type | Method and Description |
---|---|
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, which is contained by a RtfListItem has to be written.
|
getRtfList, getRtfListItem, setRtfListItem
public void writeListPrefix(RtfListItem item) throws IOException
writeListPrefix
in class RtfListStyle
item
- RtfListItem whose prefix has to be written
RtfListItem this style belongs toIOException
- Thrown when an IO-problem occurspublic void writeParagraphPrefix(RtfElement element) throws IOException
writeParagraphPrefix
in class RtfListStyle
element
- RtfElement in whose context is to be written
RtfElement in whose context is to be writtenIOException
- Thrown when an IO-problem occurspublic void writeLevelGroup(RtfElement element) throws IOException
writeLevelGroup
in class RtfListStyle
element
- RtfElement in whose context is to be written
RtfElement in whose context is to be writtenIOException
- Thrown when an IO-problem occursCopyright © 2025 Apache Software Foundation. All rights reserved.