WdJustificationMode Enum

Definition

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

wdJustificationModeCompress 1

Compress.

wdJustificationModeCompressKana 2

Compress, using rules of the kana syllabaries, Hiragana and Katakana.

wdJustificationModeExpand 0

Expand.

Remarks

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

Applies to