ホーム › Web.MsHtml › styleMsContentZooming
styleMsContentZooming
列挙型メンバー 4
| 名前 | 10進 | 16進 |
|---|---|---|
| styleMsContentZoomingNotSet | 0 | 0x0 |
| styleMsContentZoomingNone | 1 | 0x1 |
| styleMsContentZoomingZoom | 2 | 0x2 |
| styleMsContentZooming_Max | 2147483647 | 0x7FFFFFFF |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum styleMsContentZooming : int {
styleMsContentZoomingNotSet = 0,
styleMsContentZoomingNone = 1,
styleMsContentZoomingZoom = 2,
styleMsContentZooming_Max = 2147483647
} styleMsContentZooming;public enum styleMsContentZooming : int
{
styleMsContentZoomingNotSet = 0,
styleMsContentZoomingNone = 1,
styleMsContentZoomingZoom = 2,
styleMsContentZooming_Max = 2147483647,
}Public Enum styleMsContentZooming As Integer
styleMsContentZoomingNotSet = 0
styleMsContentZoomingNone = 1
styleMsContentZoomingZoom = 2
styleMsContentZooming_Max = 2147483647
End Enumimport enum
class styleMsContentZooming(enum.IntEnum):
styleMsContentZoomingNotSet = 0
styleMsContentZoomingNone = 1
styleMsContentZoomingZoom = 2
styleMsContentZooming_Max = 2147483647// styleMsContentZooming
pub const styleMsContentZoomingNotSet: i32 = 0;
pub const styleMsContentZoomingNone: i32 = 1;
pub const styleMsContentZoomingZoom: i32 = 2;
pub const styleMsContentZooming_Max: i32 = 2147483647;// styleMsContentZooming
const (
styleMsContentZoomingNotSet int32 = 0
styleMsContentZoomingNone int32 = 1
styleMsContentZoomingZoom int32 = 2
styleMsContentZooming_Max int32 = 2147483647
)const
styleMsContentZoomingNotSet = 0;
styleMsContentZoomingNone = 1;
styleMsContentZoomingZoom = 2;
styleMsContentZooming_Max = 2147483647;// styleMsContentZooming
pub const styleMsContentZoomingNotSet: i32 = 0;
pub const styleMsContentZoomingNone: i32 = 1;
pub const styleMsContentZoomingZoom: i32 = 2;
pub const styleMsContentZooming_Max: i32 = 2147483647;const
styleMsContentZoomingNotSet* = 0
styleMsContentZoomingNone* = 1
styleMsContentZoomingZoom* = 2
styleMsContentZooming_Max* = 2147483647enum styleMsContentZooming : int {
styleMsContentZoomingNotSet = 0,
styleMsContentZoomingNone = 1,
styleMsContentZoomingZoom = 2,
styleMsContentZooming_Max = 2147483647,
}#define global styleMsContentZoomingNotSet 0x0
#define global styleMsContentZoomingNone 0x1
#define global styleMsContentZoomingZoom 0x2
#define global styleMsContentZooming_Max 0x7FFFFFFF