Class ListAttributesConverter

java.lang.Object
org.apache.fop.render.rtf.ListAttributesConverter

public final class ListAttributesConverter extends Object
Provides methods to convert list attributes to RtfAttributes.
  • Constructor Details

    • ListAttributesConverter

      private ListAttributesConverter()
      Constructor is private, because it's just a utility class.
  • Method Details

    • 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.