'宣言 Public Enum PageArea Inherits System.Enum
'使用法 Dim instance As PageArea
public enum PageArea : System.Enum
'宣言 Public Enum PageArea Inherits System.Enum
'使用法 Dim instance As PageArea
public enum PageArea : System.Enum
| メンバ | 解説 |
|---|---|
MarginBottom | Margin at bottom. |
MarginLeft | Margin at left. |
MarginLeftBottom | Margin at left-bottom. |
MarginLeftTop | Margin at left-top. |
MarginRight | Margin at right. |
MarginRightBottom | Margin at right-bottom. |
MarginRightTop | Margin at right-top. |
MarginTop | Margin at top. |
None | None. |
PageBody | The page body. |
System.Object
System.ValueType
System.Enum
C1.Document.PageArea