mlreportgen.dom.Hyphenation Class
Namespace: mlreportgen.dom
Enable hyphenation
Description
Use an object of the mlreportgen.dom.Hyphenation
class to specify the
hyphenation behavior for paragraphs and table cells. A Hyphenation
object
affects only a PDF report.
By default, hyphenation is disabled for paragraphs and table cells. When hyphenation is disabled, where possible, a line break occurs between words. When necessary to prevent overflow, a line break may occur anywhere in a word.
When hyphenation is enabled, a line break occurs at the end of a syllable and a hyphenation character is inserted. If a table cell contains a long sequence of numbers or letters that have no clear syllable breaks, overflow can occur. The table stretches to accommodate the overflow.
The mlreportgen.dom.Hyphenation
class is a handle
class.
Class Attributes
ConstructOnLoad | true |
HandleCompatible | true |
For information on class attributes, see Class Attributes.