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)
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.