Package: mlreportgen.dom
Superclasses:
Indent first line of paragraph
Indent first line of a paragraph.
creates
an empty first line indentation format object.firstLineIndentObj
= FirstLineIndent()
indents
first line of paragraph by the specified amount.firstLineIndentObj
= FirstLineIndent(width
)
indents
either the first line of the paragraph relative to the page margin
or indents the subsequent lines relative to the page margin (hanging
indentation).firstLineIndentObj
= FirstLineIndent(style
,width
)