Package org.apache.fop.render.rtf
Class PageAttributesConverter
java.lang.Object
org.apache.fop.render.rtf.PageAttributesConverter
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 -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
Constructor is private, because it's just a utility class. -
Method Summary
Modifier and TypeMethodDescription(package private) static RtfAttributes
convertPageAttributes
(SimplePageMaster pagemaster) convert xsl:fo attributes to RTF text attributes
-
Field Details
-
log
private static org.apache.commons.logging.Log log
-
-
Constructor Details
-
PageAttributesConverter
private PageAttributesConverter()Constructor is private, because it's just a utility class.
-
-
Method Details
-
convertPageAttributes
convert xsl:fo attributes to RTF text attributes
-