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