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