'宣言 Public Enum BreakEnum Inherits System.Enum
'使用法 Dim instance As BreakEnum
public enum BreakEnum : System.Enum
'宣言 Public Enum BreakEnum Inherits System.Enum
'使用法 Dim instance As BreakEnum
public enum BreakEnum : System.Enum
| メンバ | 解説 | 
|---|---|
| Column | New column should be started. | 
| Line | New line on inline flow should be started. | 
| None | No break. | 
| Page | New page should be started. | 
System.Object
   System.ValueType
      System.Enum
         C1.C1Preview.BreakEnum