Enum TextAlignment
Enum unit for text alignment.
Namespace: Syncfusion.Blazor.SfPdfViewer
Assembly: Syncfusion.Blazor.SfPdfViewer.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum TextAlignment
Fields
| Name | Description |
|---|---|
| Center | Represents the text alignment in Center. The text content will be shown at center. |
| Justify | Represents the text alignment of Justify. The text is aligned along the left margin. |
| Left | Represents the text alignment in left. The text content will be shown in left side. |
| Right | Represents the text alignment in Right. The text content will be shown in right side. |