Class 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ListAttributesConverter

        private ListAttributesConverter()
        Constructor is private, because it's just a utility class.
    • 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.