Package org.apache.fop.render.rtf
Class ListAttributesConverter
- java.lang.Object
-
- org.apache.fop.render.rtf.ListAttributesConverter
-
public final class ListAttributesConverter extends java.lang.ObjectProvides methods to convert list attributes to RtfAttributes.
-
-
Constructor Summary
Constructors Modifier Constructor Description privateListAttributesConverter()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 RtfAttributesconvertAttributes(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.
-
-