Win32 API 日本語リファレンス
ホームUI.Accessibility › UIA_ANNOTATIONTYPE

UIA_ANNOTATIONTYPE

列挙型
基底型i4

メンバー 25

名前10進16進
AnnotationType_Unknown600000xEA60
AnnotationType_SpellingError600010xEA61
AnnotationType_GrammarError600020xEA62
AnnotationType_Comment600030xEA63
AnnotationType_FormulaError600040xEA64
AnnotationType_TrackChanges600050xEA65
AnnotationType_Header600060xEA66
AnnotationType_Footer600070xEA67
AnnotationType_Highlighted600080xEA68
AnnotationType_Endnote600090xEA69
AnnotationType_Footnote600100xEA6A
AnnotationType_InsertionChange600110xEA6B
AnnotationType_DeletionChange600120xEA6C
AnnotationType_MoveChange600130xEA6D
AnnotationType_FormatChange600140xEA6E
AnnotationType_UnsyncedChange600150xEA6F
AnnotationType_EditingLockedChange600160xEA70
AnnotationType_ExternalChange600170xEA71
AnnotationType_ConflictingChange600180xEA72
AnnotationType_Author600190xEA73
AnnotationType_AdvancedProofingIssue600200xEA74
AnnotationType_DataValidationError600210xEA75
AnnotationType_CircularReferenceError600220xEA76
AnnotationType_Mathematics600230xEA77
AnnotationType_Sensitive600240xEA78

各言語での定義

列挙メンバーの定義。HSP タブは #define global(値は16進)。

typedef enum UIA_ANNOTATIONTYPE : int {
    AnnotationType_Unknown = 60000,
    AnnotationType_SpellingError = 60001,
    AnnotationType_GrammarError = 60002,
    AnnotationType_Comment = 60003,
    AnnotationType_FormulaError = 60004,
    AnnotationType_TrackChanges = 60005,
    AnnotationType_Header = 60006,
    AnnotationType_Footer = 60007,
    AnnotationType_Highlighted = 60008,
    AnnotationType_Endnote = 60009,
    AnnotationType_Footnote = 60010,
    AnnotationType_InsertionChange = 60011,
    AnnotationType_DeletionChange = 60012,
    AnnotationType_MoveChange = 60013,
    AnnotationType_FormatChange = 60014,
    AnnotationType_UnsyncedChange = 60015,
    AnnotationType_EditingLockedChange = 60016,
    AnnotationType_ExternalChange = 60017,
    AnnotationType_ConflictingChange = 60018,
    AnnotationType_Author = 60019,
    AnnotationType_AdvancedProofingIssue = 60020,
    AnnotationType_DataValidationError = 60021,
    AnnotationType_CircularReferenceError = 60022,
    AnnotationType_Mathematics = 60023,
    AnnotationType_Sensitive = 60024
} UIA_ANNOTATIONTYPE;
public enum UIA_ANNOTATIONTYPE : int
{
    AnnotationType_Unknown = 60000,
    AnnotationType_SpellingError = 60001,
    AnnotationType_GrammarError = 60002,
    AnnotationType_Comment = 60003,
    AnnotationType_FormulaError = 60004,
    AnnotationType_TrackChanges = 60005,
    AnnotationType_Header = 60006,
    AnnotationType_Footer = 60007,
    AnnotationType_Highlighted = 60008,
    AnnotationType_Endnote = 60009,
    AnnotationType_Footnote = 60010,
    AnnotationType_InsertionChange = 60011,
    AnnotationType_DeletionChange = 60012,
    AnnotationType_MoveChange = 60013,
    AnnotationType_FormatChange = 60014,
    AnnotationType_UnsyncedChange = 60015,
    AnnotationType_EditingLockedChange = 60016,
    AnnotationType_ExternalChange = 60017,
    AnnotationType_ConflictingChange = 60018,
    AnnotationType_Author = 60019,
    AnnotationType_AdvancedProofingIssue = 60020,
    AnnotationType_DataValidationError = 60021,
    AnnotationType_CircularReferenceError = 60022,
    AnnotationType_Mathematics = 60023,
    AnnotationType_Sensitive = 60024,
}
Public Enum UIA_ANNOTATIONTYPE As Integer
    AnnotationType_Unknown = 60000
    AnnotationType_SpellingError = 60001
    AnnotationType_GrammarError = 60002
    AnnotationType_Comment = 60003
    AnnotationType_FormulaError = 60004
    AnnotationType_TrackChanges = 60005
    AnnotationType_Header = 60006
    AnnotationType_Footer = 60007
    AnnotationType_Highlighted = 60008
    AnnotationType_Endnote = 60009
    AnnotationType_Footnote = 60010
    AnnotationType_InsertionChange = 60011
    AnnotationType_DeletionChange = 60012
    AnnotationType_MoveChange = 60013
    AnnotationType_FormatChange = 60014
    AnnotationType_UnsyncedChange = 60015
    AnnotationType_EditingLockedChange = 60016
    AnnotationType_ExternalChange = 60017
    AnnotationType_ConflictingChange = 60018
    AnnotationType_Author = 60019
    AnnotationType_AdvancedProofingIssue = 60020
    AnnotationType_DataValidationError = 60021
    AnnotationType_CircularReferenceError = 60022
    AnnotationType_Mathematics = 60023
    AnnotationType_Sensitive = 60024
End Enum
import enum

class UIA_ANNOTATIONTYPE(enum.IntEnum):
    AnnotationType_Unknown = 60000
    AnnotationType_SpellingError = 60001
    AnnotationType_GrammarError = 60002
    AnnotationType_Comment = 60003
    AnnotationType_FormulaError = 60004
    AnnotationType_TrackChanges = 60005
    AnnotationType_Header = 60006
    AnnotationType_Footer = 60007
    AnnotationType_Highlighted = 60008
    AnnotationType_Endnote = 60009
    AnnotationType_Footnote = 60010
    AnnotationType_InsertionChange = 60011
    AnnotationType_DeletionChange = 60012
    AnnotationType_MoveChange = 60013
    AnnotationType_FormatChange = 60014
    AnnotationType_UnsyncedChange = 60015
    AnnotationType_EditingLockedChange = 60016
    AnnotationType_ExternalChange = 60017
    AnnotationType_ConflictingChange = 60018
    AnnotationType_Author = 60019
    AnnotationType_AdvancedProofingIssue = 60020
    AnnotationType_DataValidationError = 60021
    AnnotationType_CircularReferenceError = 60022
    AnnotationType_Mathematics = 60023
    AnnotationType_Sensitive = 60024
// UIA_ANNOTATIONTYPE
pub const AnnotationType_Unknown: i32 = 60000;
pub const AnnotationType_SpellingError: i32 = 60001;
pub const AnnotationType_GrammarError: i32 = 60002;
pub const AnnotationType_Comment: i32 = 60003;
pub const AnnotationType_FormulaError: i32 = 60004;
pub const AnnotationType_TrackChanges: i32 = 60005;
pub const AnnotationType_Header: i32 = 60006;
pub const AnnotationType_Footer: i32 = 60007;
pub const AnnotationType_Highlighted: i32 = 60008;
pub const AnnotationType_Endnote: i32 = 60009;
pub const AnnotationType_Footnote: i32 = 60010;
pub const AnnotationType_InsertionChange: i32 = 60011;
pub const AnnotationType_DeletionChange: i32 = 60012;
pub const AnnotationType_MoveChange: i32 = 60013;
pub const AnnotationType_FormatChange: i32 = 60014;
pub const AnnotationType_UnsyncedChange: i32 = 60015;
pub const AnnotationType_EditingLockedChange: i32 = 60016;
pub const AnnotationType_ExternalChange: i32 = 60017;
pub const AnnotationType_ConflictingChange: i32 = 60018;
pub const AnnotationType_Author: i32 = 60019;
pub const AnnotationType_AdvancedProofingIssue: i32 = 60020;
pub const AnnotationType_DataValidationError: i32 = 60021;
pub const AnnotationType_CircularReferenceError: i32 = 60022;
pub const AnnotationType_Mathematics: i32 = 60023;
pub const AnnotationType_Sensitive: i32 = 60024;
// UIA_ANNOTATIONTYPE
const (
	AnnotationType_Unknown int32 = 60000
	AnnotationType_SpellingError int32 = 60001
	AnnotationType_GrammarError int32 = 60002
	AnnotationType_Comment int32 = 60003
	AnnotationType_FormulaError int32 = 60004
	AnnotationType_TrackChanges int32 = 60005
	AnnotationType_Header int32 = 60006
	AnnotationType_Footer int32 = 60007
	AnnotationType_Highlighted int32 = 60008
	AnnotationType_Endnote int32 = 60009
	AnnotationType_Footnote int32 = 60010
	AnnotationType_InsertionChange int32 = 60011
	AnnotationType_DeletionChange int32 = 60012
	AnnotationType_MoveChange int32 = 60013
	AnnotationType_FormatChange int32 = 60014
	AnnotationType_UnsyncedChange int32 = 60015
	AnnotationType_EditingLockedChange int32 = 60016
	AnnotationType_ExternalChange int32 = 60017
	AnnotationType_ConflictingChange int32 = 60018
	AnnotationType_Author int32 = 60019
	AnnotationType_AdvancedProofingIssue int32 = 60020
	AnnotationType_DataValidationError int32 = 60021
	AnnotationType_CircularReferenceError int32 = 60022
	AnnotationType_Mathematics int32 = 60023
	AnnotationType_Sensitive int32 = 60024
)
const
  AnnotationType_Unknown = 60000;
  AnnotationType_SpellingError = 60001;
  AnnotationType_GrammarError = 60002;
  AnnotationType_Comment = 60003;
  AnnotationType_FormulaError = 60004;
  AnnotationType_TrackChanges = 60005;
  AnnotationType_Header = 60006;
  AnnotationType_Footer = 60007;
  AnnotationType_Highlighted = 60008;
  AnnotationType_Endnote = 60009;
  AnnotationType_Footnote = 60010;
  AnnotationType_InsertionChange = 60011;
  AnnotationType_DeletionChange = 60012;
  AnnotationType_MoveChange = 60013;
  AnnotationType_FormatChange = 60014;
  AnnotationType_UnsyncedChange = 60015;
  AnnotationType_EditingLockedChange = 60016;
  AnnotationType_ExternalChange = 60017;
  AnnotationType_ConflictingChange = 60018;
  AnnotationType_Author = 60019;
  AnnotationType_AdvancedProofingIssue = 60020;
  AnnotationType_DataValidationError = 60021;
  AnnotationType_CircularReferenceError = 60022;
  AnnotationType_Mathematics = 60023;
  AnnotationType_Sensitive = 60024;
// UIA_ANNOTATIONTYPE
pub const AnnotationType_Unknown: i32 = 60000;
pub const AnnotationType_SpellingError: i32 = 60001;
pub const AnnotationType_GrammarError: i32 = 60002;
pub const AnnotationType_Comment: i32 = 60003;
pub const AnnotationType_FormulaError: i32 = 60004;
pub const AnnotationType_TrackChanges: i32 = 60005;
pub const AnnotationType_Header: i32 = 60006;
pub const AnnotationType_Footer: i32 = 60007;
pub const AnnotationType_Highlighted: i32 = 60008;
pub const AnnotationType_Endnote: i32 = 60009;
pub const AnnotationType_Footnote: i32 = 60010;
pub const AnnotationType_InsertionChange: i32 = 60011;
pub const AnnotationType_DeletionChange: i32 = 60012;
pub const AnnotationType_MoveChange: i32 = 60013;
pub const AnnotationType_FormatChange: i32 = 60014;
pub const AnnotationType_UnsyncedChange: i32 = 60015;
pub const AnnotationType_EditingLockedChange: i32 = 60016;
pub const AnnotationType_ExternalChange: i32 = 60017;
pub const AnnotationType_ConflictingChange: i32 = 60018;
pub const AnnotationType_Author: i32 = 60019;
pub const AnnotationType_AdvancedProofingIssue: i32 = 60020;
pub const AnnotationType_DataValidationError: i32 = 60021;
pub const AnnotationType_CircularReferenceError: i32 = 60022;
pub const AnnotationType_Mathematics: i32 = 60023;
pub const AnnotationType_Sensitive: i32 = 60024;
const
  AnnotationType_Unknown* = 60000
  AnnotationType_SpellingError* = 60001
  AnnotationType_GrammarError* = 60002
  AnnotationType_Comment* = 60003
  AnnotationType_FormulaError* = 60004
  AnnotationType_TrackChanges* = 60005
  AnnotationType_Header* = 60006
  AnnotationType_Footer* = 60007
  AnnotationType_Highlighted* = 60008
  AnnotationType_Endnote* = 60009
  AnnotationType_Footnote* = 60010
  AnnotationType_InsertionChange* = 60011
  AnnotationType_DeletionChange* = 60012
  AnnotationType_MoveChange* = 60013
  AnnotationType_FormatChange* = 60014
  AnnotationType_UnsyncedChange* = 60015
  AnnotationType_EditingLockedChange* = 60016
  AnnotationType_ExternalChange* = 60017
  AnnotationType_ConflictingChange* = 60018
  AnnotationType_Author* = 60019
  AnnotationType_AdvancedProofingIssue* = 60020
  AnnotationType_DataValidationError* = 60021
  AnnotationType_CircularReferenceError* = 60022
  AnnotationType_Mathematics* = 60023
  AnnotationType_Sensitive* = 60024
enum UIA_ANNOTATIONTYPE : int {
    AnnotationType_Unknown = 60000,
    AnnotationType_SpellingError = 60001,
    AnnotationType_GrammarError = 60002,
    AnnotationType_Comment = 60003,
    AnnotationType_FormulaError = 60004,
    AnnotationType_TrackChanges = 60005,
    AnnotationType_Header = 60006,
    AnnotationType_Footer = 60007,
    AnnotationType_Highlighted = 60008,
    AnnotationType_Endnote = 60009,
    AnnotationType_Footnote = 60010,
    AnnotationType_InsertionChange = 60011,
    AnnotationType_DeletionChange = 60012,
    AnnotationType_MoveChange = 60013,
    AnnotationType_FormatChange = 60014,
    AnnotationType_UnsyncedChange = 60015,
    AnnotationType_EditingLockedChange = 60016,
    AnnotationType_ExternalChange = 60017,
    AnnotationType_ConflictingChange = 60018,
    AnnotationType_Author = 60019,
    AnnotationType_AdvancedProofingIssue = 60020,
    AnnotationType_DataValidationError = 60021,
    AnnotationType_CircularReferenceError = 60022,
    AnnotationType_Mathematics = 60023,
    AnnotationType_Sensitive = 60024,
}
#define global AnnotationType_Unknown                0xEA60
#define global AnnotationType_SpellingError          0xEA61
#define global AnnotationType_GrammarError           0xEA62
#define global AnnotationType_Comment                0xEA63
#define global AnnotationType_FormulaError           0xEA64
#define global AnnotationType_TrackChanges           0xEA65
#define global AnnotationType_Header                 0xEA66
#define global AnnotationType_Footer                 0xEA67
#define global AnnotationType_Highlighted            0xEA68
#define global AnnotationType_Endnote                0xEA69
#define global AnnotationType_Footnote               0xEA6A
#define global AnnotationType_InsertionChange        0xEA6B
#define global AnnotationType_DeletionChange         0xEA6C
#define global AnnotationType_MoveChange             0xEA6D
#define global AnnotationType_FormatChange           0xEA6E
#define global AnnotationType_UnsyncedChange         0xEA6F
#define global AnnotationType_EditingLockedChange    0xEA70
#define global AnnotationType_ExternalChange         0xEA71
#define global AnnotationType_ConflictingChange      0xEA72
#define global AnnotationType_Author                 0xEA73
#define global AnnotationType_AdvancedProofingIssue  0xEA74
#define global AnnotationType_DataValidationError    0xEA75
#define global AnnotationType_CircularReferenceError 0xEA76
#define global AnnotationType_Mathematics            0xEA77
#define global AnnotationType_Sensitive              0xEA78