ホーム › UI.Controls.RichEdit › OBJECTTYPE
OBJECTTYPE
列挙型メンバー 31
| 名前 | 10進 | 16進 |
|---|---|---|
| tomSimpleText | 0 | 0x0 |
| tomRuby | 1 | 0x1 |
| tomHorzVert | 2 | 0x2 |
| tomWarichu | 3 | 0x3 |
| tomEq | 9 | 0x9 |
| tomMath | 10 | 0xA |
| tomAccent | 10 | 0xA |
| tomBox | 11 | 0xB |
| tomBoxedFormula | 12 | 0xC |
| tomBrackets | 13 | 0xD |
| tomBracketsWithSeps | 14 | 0xE |
| tomEquationArray | 15 | 0xF |
| tomFraction | 16 | 0x10 |
| tomFunctionApply | 17 | 0x11 |
| tomLeftSubSup | 18 | 0x12 |
| tomLowerLimit | 19 | 0x13 |
| tomMatrix | 20 | 0x14 |
| tomNary | 21 | 0x15 |
| tomOpChar | 22 | 0x16 |
| tomOverbar | 23 | 0x17 |
| tomPhantom | 24 | 0x18 |
| tomRadical | 25 | 0x19 |
| tomSlashedFraction | 26 | 0x1A |
| tomStack | 27 | 0x1B |
| tomStretchStack | 28 | 0x1C |
| tomSubscript | 29 | 0x1D |
| tomSubSup | 30 | 0x1E |
| tomSuperscript | 31 | 0x1F |
| tomUnderbar | 32 | 0x20 |
| tomUpperLimit | 33 | 0x21 |
| tomObjectMax | 33 | 0x21 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum OBJECTTYPE : int {
tomSimpleText = 0,
tomRuby = 1,
tomHorzVert = 2,
tomWarichu = 3,
tomEq = 9,
tomMath = 10,
tomAccent = 10,
tomBox = 11,
tomBoxedFormula = 12,
tomBrackets = 13,
tomBracketsWithSeps = 14,
tomEquationArray = 15,
tomFraction = 16,
tomFunctionApply = 17,
tomLeftSubSup = 18,
tomLowerLimit = 19,
tomMatrix = 20,
tomNary = 21,
tomOpChar = 22,
tomOverbar = 23,
tomPhantom = 24,
tomRadical = 25,
tomSlashedFraction = 26,
tomStack = 27,
tomStretchStack = 28,
tomSubscript = 29,
tomSubSup = 30,
tomSuperscript = 31,
tomUnderbar = 32,
tomUpperLimit = 33,
tomObjectMax = 33
} OBJECTTYPE;public enum OBJECTTYPE : int
{
tomSimpleText = 0,
tomRuby = 1,
tomHorzVert = 2,
tomWarichu = 3,
tomEq = 9,
tomMath = 10,
tomAccent = 10,
tomBox = 11,
tomBoxedFormula = 12,
tomBrackets = 13,
tomBracketsWithSeps = 14,
tomEquationArray = 15,
tomFraction = 16,
tomFunctionApply = 17,
tomLeftSubSup = 18,
tomLowerLimit = 19,
tomMatrix = 20,
tomNary = 21,
tomOpChar = 22,
tomOverbar = 23,
tomPhantom = 24,
tomRadical = 25,
tomSlashedFraction = 26,
tomStack = 27,
tomStretchStack = 28,
tomSubscript = 29,
tomSubSup = 30,
tomSuperscript = 31,
tomUnderbar = 32,
tomUpperLimit = 33,
tomObjectMax = 33,
}Public Enum OBJECTTYPE As Integer
tomSimpleText = 0
tomRuby = 1
tomHorzVert = 2
tomWarichu = 3
tomEq = 9
tomMath = 10
tomAccent = 10
tomBox = 11
tomBoxedFormula = 12
tomBrackets = 13
tomBracketsWithSeps = 14
tomEquationArray = 15
tomFraction = 16
tomFunctionApply = 17
tomLeftSubSup = 18
tomLowerLimit = 19
tomMatrix = 20
tomNary = 21
tomOpChar = 22
tomOverbar = 23
tomPhantom = 24
tomRadical = 25
tomSlashedFraction = 26
tomStack = 27
tomStretchStack = 28
tomSubscript = 29
tomSubSup = 30
tomSuperscript = 31
tomUnderbar = 32
tomUpperLimit = 33
tomObjectMax = 33
End Enumimport enum
class OBJECTTYPE(enum.IntEnum):
tomSimpleText = 0
tomRuby = 1
tomHorzVert = 2
tomWarichu = 3
tomEq = 9
tomMath = 10
tomAccent = 10
tomBox = 11
tomBoxedFormula = 12
tomBrackets = 13
tomBracketsWithSeps = 14
tomEquationArray = 15
tomFraction = 16
tomFunctionApply = 17
tomLeftSubSup = 18
tomLowerLimit = 19
tomMatrix = 20
tomNary = 21
tomOpChar = 22
tomOverbar = 23
tomPhantom = 24
tomRadical = 25
tomSlashedFraction = 26
tomStack = 27
tomStretchStack = 28
tomSubscript = 29
tomSubSup = 30
tomSuperscript = 31
tomUnderbar = 32
tomUpperLimit = 33
tomObjectMax = 33// OBJECTTYPE
pub const tomSimpleText: i32 = 0;
pub const tomRuby: i32 = 1;
pub const tomHorzVert: i32 = 2;
pub const tomWarichu: i32 = 3;
pub const tomEq: i32 = 9;
pub const tomMath: i32 = 10;
pub const tomAccent: i32 = 10;
pub const tomBox: i32 = 11;
pub const tomBoxedFormula: i32 = 12;
pub const tomBrackets: i32 = 13;
pub const tomBracketsWithSeps: i32 = 14;
pub const tomEquationArray: i32 = 15;
pub const tomFraction: i32 = 16;
pub const tomFunctionApply: i32 = 17;
pub const tomLeftSubSup: i32 = 18;
pub const tomLowerLimit: i32 = 19;
pub const tomMatrix: i32 = 20;
pub const tomNary: i32 = 21;
pub const tomOpChar: i32 = 22;
pub const tomOverbar: i32 = 23;
pub const tomPhantom: i32 = 24;
pub const tomRadical: i32 = 25;
pub const tomSlashedFraction: i32 = 26;
pub const tomStack: i32 = 27;
pub const tomStretchStack: i32 = 28;
pub const tomSubscript: i32 = 29;
pub const tomSubSup: i32 = 30;
pub const tomSuperscript: i32 = 31;
pub const tomUnderbar: i32 = 32;
pub const tomUpperLimit: i32 = 33;
pub const tomObjectMax: i32 = 33;// OBJECTTYPE
const (
tomSimpleText int32 = 0
tomRuby int32 = 1
tomHorzVert int32 = 2
tomWarichu int32 = 3
tomEq int32 = 9
tomMath int32 = 10
tomAccent int32 = 10
tomBox int32 = 11
tomBoxedFormula int32 = 12
tomBrackets int32 = 13
tomBracketsWithSeps int32 = 14
tomEquationArray int32 = 15
tomFraction int32 = 16
tomFunctionApply int32 = 17
tomLeftSubSup int32 = 18
tomLowerLimit int32 = 19
tomMatrix int32 = 20
tomNary int32 = 21
tomOpChar int32 = 22
tomOverbar int32 = 23
tomPhantom int32 = 24
tomRadical int32 = 25
tomSlashedFraction int32 = 26
tomStack int32 = 27
tomStretchStack int32 = 28
tomSubscript int32 = 29
tomSubSup int32 = 30
tomSuperscript int32 = 31
tomUnderbar int32 = 32
tomUpperLimit int32 = 33
tomObjectMax int32 = 33
)const
tomSimpleText = 0;
tomRuby = 1;
tomHorzVert = 2;
tomWarichu = 3;
tomEq = 9;
tomMath = 10;
tomAccent = 10;
tomBox = 11;
tomBoxedFormula = 12;
tomBrackets = 13;
tomBracketsWithSeps = 14;
tomEquationArray = 15;
tomFraction = 16;
tomFunctionApply = 17;
tomLeftSubSup = 18;
tomLowerLimit = 19;
tomMatrix = 20;
tomNary = 21;
tomOpChar = 22;
tomOverbar = 23;
tomPhantom = 24;
tomRadical = 25;
tomSlashedFraction = 26;
tomStack = 27;
tomStretchStack = 28;
tomSubscript = 29;
tomSubSup = 30;
tomSuperscript = 31;
tomUnderbar = 32;
tomUpperLimit = 33;
tomObjectMax = 33;// OBJECTTYPE
pub const tomSimpleText: i32 = 0;
pub const tomRuby: i32 = 1;
pub const tomHorzVert: i32 = 2;
pub const tomWarichu: i32 = 3;
pub const tomEq: i32 = 9;
pub const tomMath: i32 = 10;
pub const tomAccent: i32 = 10;
pub const tomBox: i32 = 11;
pub const tomBoxedFormula: i32 = 12;
pub const tomBrackets: i32 = 13;
pub const tomBracketsWithSeps: i32 = 14;
pub const tomEquationArray: i32 = 15;
pub const tomFraction: i32 = 16;
pub const tomFunctionApply: i32 = 17;
pub const tomLeftSubSup: i32 = 18;
pub const tomLowerLimit: i32 = 19;
pub const tomMatrix: i32 = 20;
pub const tomNary: i32 = 21;
pub const tomOpChar: i32 = 22;
pub const tomOverbar: i32 = 23;
pub const tomPhantom: i32 = 24;
pub const tomRadical: i32 = 25;
pub const tomSlashedFraction: i32 = 26;
pub const tomStack: i32 = 27;
pub const tomStretchStack: i32 = 28;
pub const tomSubscript: i32 = 29;
pub const tomSubSup: i32 = 30;
pub const tomSuperscript: i32 = 31;
pub const tomUnderbar: i32 = 32;
pub const tomUpperLimit: i32 = 33;
pub const tomObjectMax: i32 = 33;const
tomSimpleText* = 0
tomRuby* = 1
tomHorzVert* = 2
tomWarichu* = 3
tomEq* = 9
tomMath* = 10
tomAccent* = 10
tomBox* = 11
tomBoxedFormula* = 12
tomBrackets* = 13
tomBracketsWithSeps* = 14
tomEquationArray* = 15
tomFraction* = 16
tomFunctionApply* = 17
tomLeftSubSup* = 18
tomLowerLimit* = 19
tomMatrix* = 20
tomNary* = 21
tomOpChar* = 22
tomOverbar* = 23
tomPhantom* = 24
tomRadical* = 25
tomSlashedFraction* = 26
tomStack* = 27
tomStretchStack* = 28
tomSubscript* = 29
tomSubSup* = 30
tomSuperscript* = 31
tomUnderbar* = 32
tomUpperLimit* = 33
tomObjectMax* = 33enum OBJECTTYPE : int {
tomSimpleText = 0,
tomRuby = 1,
tomHorzVert = 2,
tomWarichu = 3,
tomEq = 9,
tomMath = 10,
tomAccent = 10,
tomBox = 11,
tomBoxedFormula = 12,
tomBrackets = 13,
tomBracketsWithSeps = 14,
tomEquationArray = 15,
tomFraction = 16,
tomFunctionApply = 17,
tomLeftSubSup = 18,
tomLowerLimit = 19,
tomMatrix = 20,
tomNary = 21,
tomOpChar = 22,
tomOverbar = 23,
tomPhantom = 24,
tomRadical = 25,
tomSlashedFraction = 26,
tomStack = 27,
tomStretchStack = 28,
tomSubscript = 29,
tomSubSup = 30,
tomSuperscript = 31,
tomUnderbar = 32,
tomUpperLimit = 33,
tomObjectMax = 33,
}#define global tomSimpleText 0x0
#define global tomRuby 0x1
#define global tomHorzVert 0x2
#define global tomWarichu 0x3
#define global tomEq 0x9
#define global tomMath 0xA
#define global tomAccent 0xA
#define global tomBox 0xB
#define global tomBoxedFormula 0xC
#define global tomBrackets 0xD
#define global tomBracketsWithSeps 0xE
#define global tomEquationArray 0xF
#define global tomFraction 0x10
#define global tomFunctionApply 0x11
#define global tomLeftSubSup 0x12
#define global tomLowerLimit 0x13
#define global tomMatrix 0x14
#define global tomNary 0x15
#define global tomOpChar 0x16
#define global tomOverbar 0x17
#define global tomPhantom 0x18
#define global tomRadical 0x19
#define global tomSlashedFraction 0x1A
#define global tomStack 0x1B
#define global tomStretchStack 0x1C
#define global tomSubscript 0x1D
#define global tomSubSup 0x1E
#define global tomSuperscript 0x1F
#define global tomUnderbar 0x20
#define global tomUpperLimit 0x21
#define global tomObjectMax 0x21