DioDocs for PDF
FlowDirection 列挙体

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Text 名前空間 : FlowDirection 列挙体
Indicates the direction of how lines of text are placed relative to one another.
シンタックス
'宣言
 
Public Enum FlowDirection 
   Inherits System.Enum
public enum FlowDirection : System.Enum 
メンバ
メンバ解説
HorizontalTopToBottomSpecifies that horizontal text lines are placed from top to bottom.
VerticalLeftToRightSpecifies that vertical text lines are placed from left to right.
VerticalRightToLeftSpecifies that vertical text lines are placed from right to left.
継承階層

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

参照

GrapeCity.Documents.Text 名前空間