Document.JustificationMode Property

Definition

Gets or sets the character spacing adjustment for the document.

public:
 property Microsoft::Office::Interop::Word::WdJustificationMode JustificationMode { Microsoft::Office::Interop::Word::WdJustificationMode get(); void set(Microsoft::Office::Interop::Word::WdJustificationMode value); };
public Microsoft.Office.Interop.Word.WdJustificationMode JustificationMode { get; set; }
member this.JustificationMode : Microsoft.Office.Interop.Word.WdJustificationMode with get, set
Public Property JustificationMode As WdJustificationMode

Property Value

One of the WdJustificationMode values.

Applies to