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