Package org.apache.fop.render.rtf
Class ListAttributesConverter
java.lang.Object
org.apache.fop.render.rtf.ListAttributesConverter
Provides methods to convert list attributes to RtfAttributes.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
Constructor is private, because it's just a utility class. -
Method Summary
Modifier and TypeMethodDescription(package private) static RtfAttributes
convertAttributes
(ListBlock fobj) Reads an FO object's properties and adds returns them as RtfAttributes.
-
Constructor Details
-
ListAttributesConverter
private ListAttributesConverter()Constructor is private, because it's just a utility class.
-
-
Method Details
-
convertAttributes
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.
-