Share via


AnnotationType Enum

Definition

Provides a set of constants that identify types of annotations in a document, as used by the ISpreadsheetItemProvider Microsoft UI Automation interface.

public enum class AnnotationType
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
enum class AnnotationType
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
public enum AnnotationType
Public Enum AnnotationType
Inheritance
AnnotationType
Attributes

Fields

AdvancedProofingIssue 60020

An advanced proofing issue.

Author 60019

Author info.

CircularReferenceError 60022

A circular reference error.

Comment 60003

A comment. Comments can take different forms depending on the application.

ConflictingChange 60018

A conflicting change.

DataValidationError 60021

A data validation error.

DeletionChange 60012

A deletion change.

EditingLockedChange 60016

An editing locked change.

Endnote 60009

Endnote content.

ExternalChange 60017

An external change.

60007

The footer for a page in a document.

Footnote 60010

Footnote content.

FormatChange 60014

A format change.

FormulaError 60004

An error in a formula. Formula errors typically include red text and exclamation marks.

GrammarError 60002

A grammatical error, often denoted by a green squiggly line.

Header 60006

The header for a page in a document.

Highlighted 60008

Highlighted content, typically denoted by a contrasting background color.

InsertionChange 60011

An insertion change.

MoveChange 60013

A move change.

SpellingError 60001

A spelling error, often denoted by a red squiggly line.

TrackChanges 60005

A change that was made to the document.

Unknown 60000

The annotation type is unknown.

UnsyncedChange 60015

An unsynced change.

Remarks

This enumeration is used as an input value to the GetAnnotationTypes method.

The values in AnnotationType parallel the values in the Annotation Type Identifiers constants.

Applies to

See also