Class ParagraphJustify
Paragraph justification code.
Inheritance
System.Object
ParagraphJustify
Namespace: Syncfusion.DocIO.ReaderWriter.Biff_Records
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public sealed class ParagraphJustify : Enum
Fields
Center
Center justification.
Declaration
public const ParagraphJustify Center
Field Value
Type |
---|
ParagraphJustify |
Left
Left justification.
Declaration
public const ParagraphJustify Left
Field Value
Type |
---|
ParagraphJustify |
LeftAndRight
LeftAndRight justification.
Declaration
public const ParagraphJustify LeftAndRight
Field Value
Type |
---|
ParagraphJustify |
Right
Right justification.
Declaration
public const ParagraphJustify Right
Field Value
Type |
---|
ParagraphJustify |