'Declaration
Public Enum PdfStandardLayoutTextAlign Inherits System.Enum
'Usage
Dim instance As PdfStandardLayoutTextAlign
public enum PdfStandardLayoutTextAlign : System.Enum
public enum class PdfStandardLayoutTextAlign : public System.Enum
'Declaration
Public Enum PdfStandardLayoutTextAlign Inherits System.Enum
'Usage
Dim instance As PdfStandardLayoutTextAlign
public enum PdfStandardLayoutTextAlign : System.Enum
public enum class PdfStandardLayoutTextAlign : public System.Enum
Member | Description |
---|---|
Center | Centred between the start and end edges. |
End | Aligned with the end edge. |
Justify | Aligned with both the start and end edges, with internal spacing within each line expanded, if necessary, to achieve such alignment. The last (or only) line shall be aligned with the start edge only. |
Start | Aligned with the start edge. |
System.Object
System.ValueType
System.Enum
Xfinium.Pdf.LogicalStructure.PdfStandardLayoutTextAlign
Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard