DioDocs for PDF
FixedTableSides 列挙体

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Drawing 名前空間 : FixedTableSides 列挙体
Specifies which sides of a table are fixed. Position of those sides does not depend on the table content.
シンタックス
'宣言
 
Public Enum FixedTableSides 
   Inherits System.Enum
public enum FixedTableSides : System.Enum 
メンバ
メンバ解説
AllAll sides of a table are fixed.
BottomLeftBottom and left sides are fixed.
BottomLeftRightBottom, left and right sides are fixed.
BottomRightBottom and right sides are fixed.
LeftTopBottomLeft, top and bottom sides are fixed.
RightTopBottomRight, top and bottom sides are fixed.
TopLeftTop and left sides are fixed.
TopLeftRightTop, left and right sides are fixed.
TopRightTop and right sides are fixed.
継承階層

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Drawing.FixedTableSides

参照

GrapeCity.Documents.Drawing 名前空間