_Document.JustificationMode Property

Returns or sets the character spacing adjustment for the specified document.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property JustificationMode As WdJustificationMode
    Get
    Set
'Usage
Dim instance As _Document
Dim value As WdJustificationMode

value = instance.JustificationMode

instance.JustificationMode = value
WdJustificationMode JustificationMode { get; set; }

Property Value

Type: Microsoft.Office.Interop.Word.WdJustificationMode

See Also

Reference

_Document Interface

_Document Members

Microsoft.Office.Interop.Word Namespace