org.jfor.jfor.converter
Class PageAttributesConverter

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

class PageAttributesConverter
extends java.lang.Object

Converts simple-page-master attributes into strings as defined in RtfPage.

Author:
Christopher Scott, scottc@westinghouse.com

Constructor Summary
(package private) PageAttributesConverter()
           
 
Method Summary
(package private) static RtfAttributes convertAttributes(org.xml.sax.Attributes attrs, 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

PageAttributesConverter

PageAttributesConverter()
Method Detail

convertAttributes

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

Throws:
ConverterException