Colibrio Reader Framework API - Cloud license
    Preparing search index...
    interface IUnforcedTextBreakOptionsRule {
        minLines?: number;
        minLinesFromCss?: boolean;
        penalty?: number;
    }

    Properties

    minLines?: number

    Trigger penalty if it contains fewer lines than specified here. Has no effect if minLinesFromCss is set to true.

    minLinesFromCss?: boolean

    If this is set to true, minLines is read from the css properties 'widows' and 'orphans' and the minLines property will have no effect.

    penalty?: number