WdJustificationMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the character spacing adjustment for a document.
public enum class WdJustificationMode
[System.Runtime.InteropServices.Guid("8F1C83EA-C44E-332C-96CB-AA583DE5FA82")]
public enum WdJustificationMode
type WdJustificationMode =
Public Enum WdJustificationMode
- Inheritance
-
WdJustificationMode
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdJustificationModeExpand | 0 | Expand. |
wdJustificationModeCompress | 1 | Compress. |
wdJustificationModeCompressKana | 2 | Compress, using rules of the kana syllabaries, Hiragana and Katakana. |
Remarks
Used with the JustificationMode property of the Document or Template object.