Skip to content

Latest commit

 

History

History
46 lines (26 loc) · 1 KB

Word.Template.FarEastLineBreakLevel.md

File metadata and controls

46 lines (26 loc) · 1 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Template.FarEastLineBreakLevel property (Word)
vbawd10.chm157941774
vbawd10.chm157941774
Word.Template.FarEastLineBreakLevel
4bf3fd26-0b6c-f970-19bf-1bd9d8441d54
06/08/2017
medium

Template.FarEastLineBreakLevel property (Word)

Returns or sets the line break control level for the specified document. Read/write WdFarEastLineBreakLevel.

Syntax

expression. FarEastLineBreakLevel

expression Required. A variable that represents a 'Template' object.

Remarks

This property is ignored if the FarEastLineBreakControl property is set to False.

Example

This example sets Microsoft Word to perform line breaking on first-level kinsoku characters in the active document.

ActiveDocument.FarEastLineBreakLevel = wdJustificationModeCompressKana

See also

Template Object

[!includeSupport and feedback]