EnumKinsokuType

Kinsoku processing options.

Static Properties

Name Description
KINSOKU_PRIORITIZE_ADJUSTMENT_AMOUNT The kinsoku prioritize adjustment amount.
KINSOKU_PUSH_IN_FIRST Attempts to move characters to the previous line; if the push-in is not possible, pushes characters to the next line.
KINSOKU_PUSH_OUT_FIRST Attempts to move characters to the next line; if the push-out is not possible, pushes characters to the previous line.
KINSOKU_PUSH_OUT_ONLY Always moves characters to the next line. Does not attempt a push-in.