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