WdJustificationMode Enumeration 

Specifies the character spacing adjustment for a document.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim wdJustificationMode1 As WdJustificationMode = WdJustificationMode.wdJustificationModeCompress

Syntax

Public Enum WdJustificationMode
public enum WdJustificationMode
public enum class WdJustificationMode
public enum WdJustificationMode
public enum WdJustificationMode

Members

Member name Description
wdJustificationModeCompress Compress.
wdJustificationModeCompressKana Compress, using rules of the kana syllabaries, Hiragana and Katakana.
wdJustificationModeExpand Expand.

Remarks

Used with the JustificationMode property of the Document or Template object.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace