Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathOptions Class / Justification Property

In This Topic
    Justification Property (OMathOptions)
    In This Topic
    Gets or sets the default justification of OMathParagraph at the document level.

    The default value is OMathJustification.CenterGroup.

    Individual OMathParagraph instances can overrule this property.

    This property is ignored when UseDisplayDefaults is false.

    Syntax
    'Declaration
     
    Public Property Justification As OMathJustification
    public OMathJustification Justification {get; set;}
    See Also