XFINIUM.PDF Documentation
PdfStandardLayoutRubyPosition Enumeration



Xfinium.Pdf.LogicalStructure Namespace : PdfStandardLayoutRubyPosition Enumeration
Specifies the available values for PdfStandardLayoutAttribute.RubyPosition property.
Syntax
'Declaration
 
Public Enum PdfStandardLayoutRubyPosition 
   Inherits System.Enum
'Usage
 
Dim instance As PdfStandardLayoutRubyPosition
public enum PdfStandardLayoutRubyPosition : System.Enum 
public enum class PdfStandardLayoutRubyPosition : public System.Enum 
Members
MemberDescription
AfterThe PdfStandardStructureTypes.RubyAnnotationText content shall be aligned along the after edge of the element.
BeforeThe PdfStandardStructureTypes.RubyAnnotationText content shall be aligned along the before edge of the element.
InlineThe PdfStandardStructureTypes.RubyAnnotationText and associated PdfStandardStructureTypes.RubyPunctuation elements shall be formatted as a parenthesis comment, following the PdfStandardStructureTypes.RubyBaseText element.
WarichuThe PdfStandardStructureTypes.RubyAnnotationText and associated PdfStandardStructureTypes.RubyPunctuation elements shall be formatted as a warichu, following the PdfStandardStructureTypes.RubyBaseText element.
Inheritance Hierarchy

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

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