PrintDocument for WinForms
StretchTableEnum 列挙体


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 : StretchTableEnum 列挙体
Enumerates the modes of stretching the rows or columns of a RenderTable when filling an empty space below or on the right of the table.
シンタックス
'宣言
 
Public Enum StretchTableEnum 
   Inherits System.Enum
'使用法
 
Dim instance As StretchTableEnum
public enum StretchTableEnum : System.Enum 
メンバ
メンバ解説
AllColumnsAll columns of a table are stretched equally to fill the page.
AllVectorsAll rows or columns of a table are stretched equally to fill the page.
LastColumnOnPageOnly the last column on a page is stretched to fill it.
LastVectorOnPageOnly the last row or column on a page is stretched to fill it.
NoneRows or columns of a table do no stretch.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.C1Preview.StretchTableEnum

参照

C1.C1Preview 名前空間