Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 917 Bytes

Word.Template.JustificationMode.md

File metadata and controls

41 lines (24 loc) · 917 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Template.JustificationMode property (Word)
vbawd10.chm157941773
vbawd10.chm157941773
Word.Template.JustificationMode
914994e8-8ea3-4119-271c-193970da060c
06/08/2017
medium

Template.JustificationMode property (Word)

Returns or sets the character spacing adjustment for the specified template. Read/write WdJustificationMode.

Syntax

expression. JustificationMode

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

Example

This example sets Microsoft Word to compress only punctuation marks when adjusting character spacing.

NormalTemplate.JustificationMode = wdJustificationModeCompressKana

See also

Template Object

[!includeSupport and feedback]