Level.LevelJustification Property

Justification.Represents the element tag in schema: w:lvlJc

Namespace:  DocumentFormat.OpenXml.Wordprocessing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property LevelJustification As LevelJustification
    Get
    Set
'Usage
Dim instance As Level
Dim value As LevelJustification

value = instance.LevelJustification

instance.LevelJustification = value
public LevelJustification LevelJustification { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Wordprocessing.LevelJustification
Returns LevelJustification.

See Also

Reference

Level Class

Level Members

DocumentFormat.OpenXml.Wordprocessing Namespace