Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 919 Bytes

Word.Document.JustificationMode.md

File metadata and controls

41 lines (24 loc) · 919 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Document.JustificationMode property (Word)
vbawd10.chm158007606
vbawd10.chm158007606
Word.Document.JustificationMode
17d1a45f-eab7-b9f4-99d7-b5a12c7acc10
06/08/2017
medium

Document.JustificationMode property (Word)

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

Syntax

expression. JustificationMode

expression Required. A variable that represents a Document object.

Example

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

ActiveDocument.JustificationMode = wdJustificationModeCompressKana

See also

Document Object

[!includeSupport and feedback]