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