'Declaration
Public Enum PdfStandardLayoutBlockAlign Inherits System.Enum
'Usage
Dim instance As PdfStandardLayoutBlockAlign
public enum PdfStandardLayoutBlockAlign : System.Enum
public enum class PdfStandardLayoutBlockAlign : public System.Enum
'Declaration
Public Enum PdfStandardLayoutBlockAlign Inherits System.Enum
'Usage
Dim instance As PdfStandardLayoutBlockAlign
public enum PdfStandardLayoutBlockAlign : System.Enum
public enum class PdfStandardLayoutBlockAlign : public System.Enum
Member | Description |
---|---|
After | After edge of the last child's allocation rectangle aligned with that of the table cell's content rectangle. |
Before | Before edge of the first child's allocation rectangle aligned with that of the table cell's content rectangle. |
Justify | Children aligned with both the before and after edges of the table cell's content rectangle. The first child shall be placed as described for Before and the last child as described for After, with equal spacing between the children. If there is only one child, it shall be aligned with the before edge only, as for Before. |
Middle | Children centred within the table cell. The distance between the before edge of the first child's allocation rectangle and that of the table cell's content rectangle shall be the same as the distance between the after edge of the last child's allocation rectangle and that of the table cell's content rectangle. |
System.Object
System.ValueType
System.Enum
Xfinium.Pdf.LogicalStructure.PdfStandardLayoutBlockAlign
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