Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the character spacing adjustment for a document.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Enumeration WdJustificationMode
'Usage
Dim instance As WdJustificationMode
public enum WdJustificationMode
Members
| Member name | Description | |
|---|---|---|
| wdJustificationModeExpand | Expand. | |
| wdJustificationModeCompress | Compress. | |
| wdJustificationModeCompressKana | Compress, using rules of the kana syllabaries, Hiragana and Katakana. |
Remarks
Used with the JustificationMode property of the Document or Template object.