ホーム › Web.MsHtml › styleTextAlignLast
styleTextAlignLast
列挙型メンバー 7
| 名前 | 10進 | 16進 |
|---|---|---|
| styleTextAlignLastNotSet | 0 | 0x0 |
| styleTextAlignLastLeft | 1 | 0x1 |
| styleTextAlignLastCenter | 2 | 0x2 |
| styleTextAlignLastRight | 3 | 0x3 |
| styleTextAlignLastJustify | 4 | 0x4 |
| styleTextAlignLastAuto | 5 | 0x5 |
| styleTextAlignLast_Max | 2147483647 | 0x7FFFFFFF |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum styleTextAlignLast : int {
styleTextAlignLastNotSet = 0,
styleTextAlignLastLeft = 1,
styleTextAlignLastCenter = 2,
styleTextAlignLastRight = 3,
styleTextAlignLastJustify = 4,
styleTextAlignLastAuto = 5,
styleTextAlignLast_Max = 2147483647
} styleTextAlignLast;public enum styleTextAlignLast : int
{
styleTextAlignLastNotSet = 0,
styleTextAlignLastLeft = 1,
styleTextAlignLastCenter = 2,
styleTextAlignLastRight = 3,
styleTextAlignLastJustify = 4,
styleTextAlignLastAuto = 5,
styleTextAlignLast_Max = 2147483647,
}Public Enum styleTextAlignLast As Integer
styleTextAlignLastNotSet = 0
styleTextAlignLastLeft = 1
styleTextAlignLastCenter = 2
styleTextAlignLastRight = 3
styleTextAlignLastJustify = 4
styleTextAlignLastAuto = 5
styleTextAlignLast_Max = 2147483647
End Enumimport enum
class styleTextAlignLast(enum.IntEnum):
styleTextAlignLastNotSet = 0
styleTextAlignLastLeft = 1
styleTextAlignLastCenter = 2
styleTextAlignLastRight = 3
styleTextAlignLastJustify = 4
styleTextAlignLastAuto = 5
styleTextAlignLast_Max = 2147483647// styleTextAlignLast
pub const styleTextAlignLastNotSet: i32 = 0;
pub const styleTextAlignLastLeft: i32 = 1;
pub const styleTextAlignLastCenter: i32 = 2;
pub const styleTextAlignLastRight: i32 = 3;
pub const styleTextAlignLastJustify: i32 = 4;
pub const styleTextAlignLastAuto: i32 = 5;
pub const styleTextAlignLast_Max: i32 = 2147483647;// styleTextAlignLast
const (
styleTextAlignLastNotSet int32 = 0
styleTextAlignLastLeft int32 = 1
styleTextAlignLastCenter int32 = 2
styleTextAlignLastRight int32 = 3
styleTextAlignLastJustify int32 = 4
styleTextAlignLastAuto int32 = 5
styleTextAlignLast_Max int32 = 2147483647
)const
styleTextAlignLastNotSet = 0;
styleTextAlignLastLeft = 1;
styleTextAlignLastCenter = 2;
styleTextAlignLastRight = 3;
styleTextAlignLastJustify = 4;
styleTextAlignLastAuto = 5;
styleTextAlignLast_Max = 2147483647;// styleTextAlignLast
pub const styleTextAlignLastNotSet: i32 = 0;
pub const styleTextAlignLastLeft: i32 = 1;
pub const styleTextAlignLastCenter: i32 = 2;
pub const styleTextAlignLastRight: i32 = 3;
pub const styleTextAlignLastJustify: i32 = 4;
pub const styleTextAlignLastAuto: i32 = 5;
pub const styleTextAlignLast_Max: i32 = 2147483647;const
styleTextAlignLastNotSet* = 0
styleTextAlignLastLeft* = 1
styleTextAlignLastCenter* = 2
styleTextAlignLastRight* = 3
styleTextAlignLastJustify* = 4
styleTextAlignLastAuto* = 5
styleTextAlignLast_Max* = 2147483647enum styleTextAlignLast : int {
styleTextAlignLastNotSet = 0,
styleTextAlignLastLeft = 1,
styleTextAlignLastCenter = 2,
styleTextAlignLastRight = 3,
styleTextAlignLastJustify = 4,
styleTextAlignLastAuto = 5,
styleTextAlignLast_Max = 2147483647,
}#define global styleTextAlignLastNotSet 0x0
#define global styleTextAlignLastLeft 0x1
#define global styleTextAlignLastCenter 0x2
#define global styleTextAlignLastRight 0x3
#define global styleTextAlignLastJustify 0x4
#define global styleTextAlignLastAuto 0x5
#define global styleTextAlignLast_Max 0x7FFFFFFF