Package org.apache.fop.render.rtf
Class PageAttributesConverter
- java.lang.Object
-
- org.apache.fop.render.rtf.PageAttributesConverter
-
final class PageAttributesConverter extends java.lang.Object
Converts simple-page-master attributes into strings as defined in RtfPage.
This work was authored by Christopher Scott (scottc@westinghouse.com) and Peter Herweg (pherweg@web.de).
-
-
Field Summary
Fields Modifier and Type Field Description private static org.apache.commons.logging.Log
log
-
Constructor Summary
Constructors Modifier Constructor Description private
PageAttributesConverter()
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
convertPageAttributes(SimplePageMaster pagemaster)
convert xsl:fo attributes to RTF text attributes
-
-
-
Method Detail
-
convertPageAttributes
static RtfAttributes convertPageAttributes(SimplePageMaster pagemaster)
convert xsl:fo attributes to RTF text attributes
-
-