ホーム › Web.MsHtml › styleFontWeight
styleFontWeight
列挙型メンバー 15
| 名前 | 10進 | 16進 |
|---|---|---|
| styleFontWeightNotSet | 0 | 0x0 |
| styleFontWeight100 | 1 | 0x1 |
| styleFontWeight200 | 2 | 0x2 |
| styleFontWeight300 | 3 | 0x3 |
| styleFontWeight400 | 4 | 0x4 |
| styleFontWeight500 | 5 | 0x5 |
| styleFontWeight600 | 6 | 0x6 |
| styleFontWeight700 | 7 | 0x7 |
| styleFontWeight800 | 8 | 0x8 |
| styleFontWeight900 | 9 | 0x9 |
| styleFontWeightNormal | 10 | 0xA |
| styleFontWeightBold | 11 | 0xB |
| styleFontWeightBolder | 12 | 0xC |
| styleFontWeightLighter | 13 | 0xD |
| styleFontWeight_Max | 2147483647 | 0x7FFFFFFF |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum styleFontWeight : int {
styleFontWeightNotSet = 0,
styleFontWeight100 = 1,
styleFontWeight200 = 2,
styleFontWeight300 = 3,
styleFontWeight400 = 4,
styleFontWeight500 = 5,
styleFontWeight600 = 6,
styleFontWeight700 = 7,
styleFontWeight800 = 8,
styleFontWeight900 = 9,
styleFontWeightNormal = 10,
styleFontWeightBold = 11,
styleFontWeightBolder = 12,
styleFontWeightLighter = 13,
styleFontWeight_Max = 2147483647
} styleFontWeight;public enum styleFontWeight : int
{
styleFontWeightNotSet = 0,
styleFontWeight100 = 1,
styleFontWeight200 = 2,
styleFontWeight300 = 3,
styleFontWeight400 = 4,
styleFontWeight500 = 5,
styleFontWeight600 = 6,
styleFontWeight700 = 7,
styleFontWeight800 = 8,
styleFontWeight900 = 9,
styleFontWeightNormal = 10,
styleFontWeightBold = 11,
styleFontWeightBolder = 12,
styleFontWeightLighter = 13,
styleFontWeight_Max = 2147483647,
}Public Enum styleFontWeight As Integer
styleFontWeightNotSet = 0
styleFontWeight100 = 1
styleFontWeight200 = 2
styleFontWeight300 = 3
styleFontWeight400 = 4
styleFontWeight500 = 5
styleFontWeight600 = 6
styleFontWeight700 = 7
styleFontWeight800 = 8
styleFontWeight900 = 9
styleFontWeightNormal = 10
styleFontWeightBold = 11
styleFontWeightBolder = 12
styleFontWeightLighter = 13
styleFontWeight_Max = 2147483647
End Enumimport enum
class styleFontWeight(enum.IntEnum):
styleFontWeightNotSet = 0
styleFontWeight100 = 1
styleFontWeight200 = 2
styleFontWeight300 = 3
styleFontWeight400 = 4
styleFontWeight500 = 5
styleFontWeight600 = 6
styleFontWeight700 = 7
styleFontWeight800 = 8
styleFontWeight900 = 9
styleFontWeightNormal = 10
styleFontWeightBold = 11
styleFontWeightBolder = 12
styleFontWeightLighter = 13
styleFontWeight_Max = 2147483647// styleFontWeight
pub const styleFontWeightNotSet: i32 = 0;
pub const styleFontWeight100: i32 = 1;
pub const styleFontWeight200: i32 = 2;
pub const styleFontWeight300: i32 = 3;
pub const styleFontWeight400: i32 = 4;
pub const styleFontWeight500: i32 = 5;
pub const styleFontWeight600: i32 = 6;
pub const styleFontWeight700: i32 = 7;
pub const styleFontWeight800: i32 = 8;
pub const styleFontWeight900: i32 = 9;
pub const styleFontWeightNormal: i32 = 10;
pub const styleFontWeightBold: i32 = 11;
pub const styleFontWeightBolder: i32 = 12;
pub const styleFontWeightLighter: i32 = 13;
pub const styleFontWeight_Max: i32 = 2147483647;// styleFontWeight
const (
styleFontWeightNotSet int32 = 0
styleFontWeight100 int32 = 1
styleFontWeight200 int32 = 2
styleFontWeight300 int32 = 3
styleFontWeight400 int32 = 4
styleFontWeight500 int32 = 5
styleFontWeight600 int32 = 6
styleFontWeight700 int32 = 7
styleFontWeight800 int32 = 8
styleFontWeight900 int32 = 9
styleFontWeightNormal int32 = 10
styleFontWeightBold int32 = 11
styleFontWeightBolder int32 = 12
styleFontWeightLighter int32 = 13
styleFontWeight_Max int32 = 2147483647
)const
styleFontWeightNotSet = 0;
styleFontWeight100 = 1;
styleFontWeight200 = 2;
styleFontWeight300 = 3;
styleFontWeight400 = 4;
styleFontWeight500 = 5;
styleFontWeight600 = 6;
styleFontWeight700 = 7;
styleFontWeight800 = 8;
styleFontWeight900 = 9;
styleFontWeightNormal = 10;
styleFontWeightBold = 11;
styleFontWeightBolder = 12;
styleFontWeightLighter = 13;
styleFontWeight_Max = 2147483647;// styleFontWeight
pub const styleFontWeightNotSet: i32 = 0;
pub const styleFontWeight100: i32 = 1;
pub const styleFontWeight200: i32 = 2;
pub const styleFontWeight300: i32 = 3;
pub const styleFontWeight400: i32 = 4;
pub const styleFontWeight500: i32 = 5;
pub const styleFontWeight600: i32 = 6;
pub const styleFontWeight700: i32 = 7;
pub const styleFontWeight800: i32 = 8;
pub const styleFontWeight900: i32 = 9;
pub const styleFontWeightNormal: i32 = 10;
pub const styleFontWeightBold: i32 = 11;
pub const styleFontWeightBolder: i32 = 12;
pub const styleFontWeightLighter: i32 = 13;
pub const styleFontWeight_Max: i32 = 2147483647;const
styleFontWeightNotSet* = 0
styleFontWeight100* = 1
styleFontWeight200* = 2
styleFontWeight300* = 3
styleFontWeight400* = 4
styleFontWeight500* = 5
styleFontWeight600* = 6
styleFontWeight700* = 7
styleFontWeight800* = 8
styleFontWeight900* = 9
styleFontWeightNormal* = 10
styleFontWeightBold* = 11
styleFontWeightBolder* = 12
styleFontWeightLighter* = 13
styleFontWeight_Max* = 2147483647enum styleFontWeight : int {
styleFontWeightNotSet = 0,
styleFontWeight100 = 1,
styleFontWeight200 = 2,
styleFontWeight300 = 3,
styleFontWeight400 = 4,
styleFontWeight500 = 5,
styleFontWeight600 = 6,
styleFontWeight700 = 7,
styleFontWeight800 = 8,
styleFontWeight900 = 9,
styleFontWeightNormal = 10,
styleFontWeightBold = 11,
styleFontWeightBolder = 12,
styleFontWeightLighter = 13,
styleFontWeight_Max = 2147483647,
}#define global styleFontWeightNotSet 0x0
#define global styleFontWeight100 0x1
#define global styleFontWeight200 0x2
#define global styleFontWeight300 0x3
#define global styleFontWeight400 0x4
#define global styleFontWeight500 0x5
#define global styleFontWeight600 0x6
#define global styleFontWeight700 0x7
#define global styleFontWeight800 0x8
#define global styleFontWeight900 0x9
#define global styleFontWeightNormal 0xA
#define global styleFontWeightBold 0xB
#define global styleFontWeightBolder 0xC
#define global styleFontWeightLighter 0xD
#define global styleFontWeight_Max 0x7FFFFFFF