DioDocs for PDF
FrameBorders 列挙体

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Drawing 名前空間 : FrameBorders 列挙体
Specifies which border lines are drawn in a table cell or table frame.
シンタックス
'宣言
 
Public Enum FrameBorders 
   Inherits System.Enum
public enum FrameBorders : System.Enum 
メンバ
メンバ解説
AllBordersDraw all border lines (left, top, right, bottom).
AntiDiagonalDraw the anti-diagonal.
BottomBorderDraw the bottom border line.
LeftBorderDraw the left border line.
MainDiagonalDraw the main diagonal.
MiddleHorizontalDraw a horizontal line at the middle.
MiddleVerticalDraw a vertical line at the middle.
NoneNo border lines are drawn.
RightBorderDraw the right border line.
TopBorderDraw the top border line.
継承階層

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

参照

GrapeCity.Documents.Drawing 名前空間