DioDocs for PDF
ParagraphAlignment 列挙体

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Text 名前空間 : ParagraphAlignment 列挙体
Specifies the alignment of paragraph text along the flow direction axis.
シンタックス
'宣言
 
Public Enum ParagraphAlignment 
   Inherits System.Enum
public enum ParagraphAlignment : System.Enum 
メンバ
メンバ解説
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.
継承階層

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

参照

GrapeCity.Documents.Text 名前空間