Documents for PDF, .NET Edition Documentation
ParagraphAlignment Enumeration

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Text Namespace : ParagraphAlignment Enumeration
Specifies the alignment of paragraph text along the flow direction axis.
Syntax
'Declaration
 
Public Enum ParagraphAlignment 
   Inherits System.Enum
public enum ParagraphAlignment : System.Enum 
Members
MemberDescription
CenterThe center of the text flow is aligned to the center of the layout box.
DistributedSame as Justified except the case with a single line which is centered.
FarThe bottom of the text flow is aligned to the bottom edge of the layout box.
JustifiedThe lines of text are justified between the top and bottom edges of the layout box.
NearThe top of the text flow is aligned to the top edge of the layout box.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Text.ParagraphAlignment

See Also

Reference

GrapeCity.Documents.Text Namespace