Package: mlreportgen.dom
Superclasses:
Array of FO properties for formatting PDF output
Creates an object that contains one or more Extensible Stylesheet Language (XSL) formatting
objects (FO) for PDF output. Specify the formats using mlreportgen.dom.FOProperty
. For information on FO properties, see www.w3.org/2002/08/XSLFOsummary.html.
Note
Use FOProperties
objects only for FO properties
not supported by other DOM format objects. Most DOM format objects
work for all output types. Using FOProperty
objects
makes your report application specific to PDF output.
creates
an props
= FOProperties(prop
)FOProperties
object based on mlreportgen.dom.CSSProperty
objects.
The mlreportgen.dom.FOProperty
object specifies
the CSS format to use and its value.