XFINIUM.PDF Documentation
PdfStandardLayoutRubyAlign Enumeration



Xfinium.Pdf.LogicalStructure Namespace : PdfStandardLayoutRubyAlign Enumeration
Specifies the available values for PdfStandardLayoutAttribute.RubyAlign property.
Syntax
'Declaration
 
Public Enum PdfStandardLayoutRubyAlign 
   Inherits System.Enum
'Usage
 
Dim instance As PdfStandardLayoutRubyAlign
public enum PdfStandardLayoutRubyAlign : System.Enum 
public enum class PdfStandardLayoutRubyAlign : public System.Enum 
Members
MemberDescription
Center The content shall be centred in the inline-progression direction.
Distribute The content shall be expanded to fill the available width in the inline-progression direction. However, space shall also be inserted at the start edge and end edge of the text.
End The content shall be aligned on the end edge in the inlineprogression direction.
Justify The content shall be expanded to fill the available width in the inline-progression direction.
Start The content shall be aligned on the start edge in the inlineprogression direction.
Inheritance Hierarchy

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

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