Class RtfListStyleNumber
java.lang.Object
org.apache.fop.render.rtf.rtflib.rtfdoc.RtfListStyle
org.apache.fop.render.rtf.rtflib.rtfdoc.RtfListStyleNumber
Class to handle number list style.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidwriteLevelGroup(RtfElement element) Gets called when the list table has to be written.voidwriteListPrefix(RtfListItem item) Gets called before a RtfListItem has to be written.voidwriteParagraphPrefix(RtfElement element) Gets called before a paragraph, which is contained by a RtfListItem has to be written.Methods inherited from class org.apache.fop.render.rtf.rtflib.rtfdoc.RtfListStyle
getRtfList, getRtfListItem, setRtfListItem
-
Constructor Details
-
RtfListStyleNumber
public RtfListStyleNumber()
-
-
Method Details
-
writeListPrefix
Gets called before a RtfListItem has to be written.- Overrides:
writeListPrefixin classRtfListStyle- Parameters:
item- RtfListItem whose prefix has to be written RtfListItem this style belongs to- Throws:
IOException- Thrown when an IO-problem occurs
-
writeParagraphPrefix
Gets called before a paragraph, which is contained by a RtfListItem has to be written.- Overrides:
writeParagraphPrefixin classRtfListStyle- Parameters:
element- RtfElement in whose context is to be written RtfElement in whose context is to be written- Throws:
IOException- Thrown when an IO-problem occurs
-
writeLevelGroup
Gets called when the list table has to be written.- Overrides:
writeLevelGroupin classRtfListStyle- Parameters:
element- RtfElement in whose context is to be written RtfElement in whose context is to be written- Throws:
IOException- Thrown when an IO-problem occurs
-