DioDocs for PDF
TextAlignment 列挙体

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Text 名前空間 : TextAlignment 列挙体
Specifies the alignment of paragraph text along the reading direction axis.
シンタックス
'宣言
 
Public Enum TextAlignment 
   Inherits System.Enum
public enum TextAlignment : System.Enum 
メンバ
メンバ解説
CenterThe center of the paragraph text is aligned to the center of the layout box.
DistributedJustifies all text lines regardless of paragraph breaks.
JustifiedAligns text to the leading side, and also justifies text to fill the lines.
LeadingThe leading edge of the paragraph text is aligned to the leading edge of the layout box.
TrailingThe trailing edge of the paragraph text is aligned to the trailing edge of the layout box.
継承階層

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

参照

GrapeCity.Documents.Text 名前空間