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