'宣言 Public Enum BordersModeEnum Inherits System.Enum
'使用法 Dim instance As BordersModeEnum
public enum BordersModeEnum : System.Enum
'宣言 Public Enum BordersModeEnum Inherits System.Enum
'使用法 Dim instance As BordersModeEnum
public enum BordersModeEnum : System.Enum
| メンバ | 解説 |
|---|---|
C1Report | The inner 1/2 of border thickness is considered to be part of the object, the outer 1/2 of border is considered to be outside of the object's space. |
Default | Whole border is considered to be part of the object. |
Rdl | Border thickness is not taken into account at all when calculating objects' sizes and layout. Borders are drawn centered on objects' bounds. |
System.Object
System.ValueType
System.Enum
C1.Document.BordersModeEnum