Package org.apache.fop.render.rtf
Class ListAttributesConverter
- java.lang.Object
-
- org.apache.fop.render.rtf.ListAttributesConverter
-
public final class ListAttributesConverter extends java.lang.Object
Provides methods to convert list attributes to RtfAttributes.
-
-
Constructor Summary
Constructors Modifier Constructor Description private
ListAttributesConverter()
Constructor is private, because it's just a utility class.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static RtfAttributes
convertAttributes(ListBlock fobj)
Reads an FO object's properties and adds returns them as RtfAttributes.
-
-
-
Method Detail
-
convertAttributes
static RtfAttributes convertAttributes(ListBlock fobj) throws FOPException
Reads an FO object's properties and adds returns them as RtfAttributes.- Parameters:
fobj
- FO object- Returns:
- RtfAttributes object which contains the read values.
- Throws:
FOPException
- Thrown when an IO-problem occurs.
-
-