Win32 API 日本語リファレンス
ホームWeb.MsHtml › styleWebkitBoxPack

styleWebkitBoxPack

列挙型
基底型i4

メンバー 6

名前10進16進
styleWebkitBoxPackStart00x0
styleWebkitBoxPackEnd10x1
styleWebkitBoxPackCenter20x2
styleWebkitBoxPackJustify30x3
styleWebkitBoxPackNotSet50x5
styleWebkitBoxPack_Max21474836470x7FFFFFFF

各言語での定義

列挙メンバーの定義。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 Enum
import 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* = 2147483647
enum 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