XFINIUM.PDF Documentation
PdfStandardLayoutBlockAlign Enumeration



Xfinium.Pdf.LogicalStructure Namespace : PdfStandardLayoutBlockAlign Enumeration
Specifies the available values for PdfStandardLayoutAttribute.BlockAlign property.
Syntax
'Declaration
 
Public Enum PdfStandardLayoutBlockAlign 
   Inherits System.Enum
'Usage
 
Dim instance As PdfStandardLayoutBlockAlign
public enum PdfStandardLayoutBlockAlign : System.Enum 
public enum class PdfStandardLayoutBlockAlign : public System.Enum 
Members
MemberDescription
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.
JustifyChildren 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.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xfinium.Pdf.LogicalStructure.PdfStandardLayoutBlockAlign

Requirements

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


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

Xfinium.Pdf.LogicalStructure Namespace