XFINIUM.PDF Documentation
PdfStandardLayoutTextAlign Enumeration



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

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

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