Colibrio Reader Framework API - Cloud license
    Preparing search index...

    Defines the hyphenation style for the publication. These map to the CSS hyphens property.

    Enumeration Members

    AUTO: "auto"

    The browser is free to automatically break words at appropriate hyphenation points, following whatever rules it chooses.

    MANUAL: "manual"

    Words are broken for line-wrapping only where characters inside the word suggest line break opportunities.

    NONE: "none"

    Lines will only wrap at whitespace. Words are not broken at line breaks, even if characters inside the word suggest line break points.