'宣言 Public Enum PageJumpTypeEnum Inherits System.Enum
'使用法 Dim instance As PageJumpTypeEnum
public enum PageJumpTypeEnum : System.Enum
'宣言 Public Enum PageJumpTypeEnum Inherits System.Enum
'使用法 Dim instance As PageJumpTypeEnum
public enum PageJumpTypeEnum : System.Enum
| メンバ | 解説 | 
|---|---|
| Absolute | Move directly to the specified page. | 
| First | Move to the first page. | 
| Last | Move to the last page. | 
| Next | Move to the next page. | 
| Previous | Move to the previous page. | 
| Relative | Move to the page specified relative to the current page. | 
System.Object
   System.ValueType
      System.Enum
         C1.C1Preview.PageJumpTypeEnum