PrintDocument for WinForms
CellSplitBehaviorEnum 列挙体


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 : CellSplitBehaviorEnum 列挙体
Enumerates the possible handling of a RenderTable cell's content when the cell is split between pages.
シンタックス
'宣言
 
Public Enum CellSplitBehaviorEnum 
   Inherits System.Enum
'使用法
 
Dim instance As CellSplitBehaviorEnum
public enum CellSplitBehaviorEnum : System.Enum 
メンバ
メンバ解説
CopyThe content of a cell should be copied each time the cell is split.
CutThe content of a cell should be printed just once, and cut if the cell is split and not all content fits.
SplitThe content of a cell should be split if the cell is split.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.C1Preview.CellSplitBehaviorEnum

参照

C1.C1Preview 名前空間