Table of Contents

Property EastAsianLineBreaking

Namespace
DocWright.Layout
Assembly
DocWright.Layout.dll

EastAsianLineBreaking

Gets whether a line may break between any two East Asian characters. True when the document declares compatibility mode 14 (Word 2010) or later; false for mode 12 and earlier and for a document that declares no mode, which Word opens as Word 2007: there an East Asian character is a word character, a run of them wraps as one word, and a run longer than the line breaks at the last character that fits (WQ-0046). Word applies no kinsoku in either mode on a machine without an East Asian editing language, and DocWright applies none.

public bool EastAsianLineBreaking { get; }

Property Value

bool