Package: mlreportgen.dom
Formatted block of text
Use an mlreportgen.dom.Paragraph
object to define a paragraph. You
can append document elements, such as an image, to a paragraph.
The mlreportgen.dom.Paragraph
class is a handle
class.
ConstructOnLoad | true |
HandleCompatible | true |
For information on class attributes, see Class Attributes.
creates an empty paragraph.paragraphObj
= mlreportgen.dom.Paragraph()
creates a paragraph that contains the specified text.paragraphObj
= mlreportgen.dom.Paragraph(text
)
creates a paragraph that contains the document element specified by
paragraphObj
= mlreportgen.dom.Paragraph(docElementObj
)docElementObj
.
mlreportgen.dom.BackgroundColor
| mlreportgen.dom.Bold
| mlreportgen.dom.Color
| mlreportgen.dom.CustomAttribute
| mlreportgen.dom.FirstLineIndent
| mlreportgen.dom.FontFamily
| mlreportgen.dom.FontSize
| mlreportgen.dom.HAlign
| mlreportgen.dom.Italic
| mlreportgen.dom.OuterMargin
| mlreportgen.dom.Preformatted
| mlreportgen.dom.Strike
| mlreportgen.dom.Underline
| mlreportgen.dom.WhiteSpace