Win32 API 日本語リファレンス
ホームUI.Controls.RichEdit › OBJECTTYPE

OBJECTTYPE

列挙型
基底型i4

メンバー 31

名前10進16進
tomSimpleText00x0
tomRuby10x1
tomHorzVert20x2
tomWarichu30x3
tomEq90x9
tomMath100xA
tomAccent100xA
tomBox110xB
tomBoxedFormula120xC
tomBrackets130xD
tomBracketsWithSeps140xE
tomEquationArray150xF
tomFraction160x10
tomFunctionApply170x11
tomLeftSubSup180x12
tomLowerLimit190x13
tomMatrix200x14
tomNary210x15
tomOpChar220x16
tomOverbar230x17
tomPhantom240x18
tomRadical250x19
tomSlashedFraction260x1A
tomStack270x1B
tomStretchStack280x1C
tomSubscript290x1D
tomSubSup300x1E
tomSuperscript310x1F
tomUnderbar320x20
tomUpperLimit330x21
tomObjectMax330x21

各言語での定義

列挙メンバーの定義。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 Enum
import 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* = 33
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,
}
#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