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
public enum WdJustificationMode
public enum WdJustificationMode
public enum WdJustificationMode
| Member name | Description |
|---|
| wdJustificationModeCompress | Compress. |
| wdJustificationModeCompressKana | Compress, using rules of the kana syllabaries, Hiragana and Katakana. |
| wdJustificationModeExpand | Expand. |
Used with the JustificationMode property of the Document or Template object.
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000
Target Platforms