org.jfor.jfor.converter
Class TextAttributesConverter

java.lang.Object
  extended byorg.jfor.jfor.converter.TextAttributesConverter

class TextAttributesConverter
extends java.lang.Object

Converts SAX attributes to RtfAttributes

Author:
Bertrand Delacretaz bdelacretaz@codeconsult.ch, Andreas Putz a.putz@skynamics.com

Constructor Summary
(package private) TextAttributesConverter()
           
 
Method Summary
(package private) static RtfAttributes convertAttributes(org.xml.sax.Attributes attrs, RtfAttributes defaultAttributes, ConverterLogChannel log)
          convert xsl:fo attributes to RTF text attributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextAttributesConverter

TextAttributesConverter()
Method Detail

convertAttributes

static RtfAttributes convertAttributes(org.xml.sax.Attributes attrs,
                                       RtfAttributes defaultAttributes,
                                       ConverterLogChannel log)
                                throws ConverterException
convert xsl:fo attributes to RTF text attributes

Throws:
ConverterException