MarkupTypes enumeration

Specifies the types of document markup that can be turned on or off.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.Office.Word.Server.Conversions
Assembly:  Microsoft.Office.Word.Server (in Microsoft.Office.Word.Server.dll)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration MarkupTypes
'Usage
Dim instance As MarkupTypes
[FlagsAttribute]
public enum MarkupTypes

Members

Member name Description
Comments Show document comments.
Ink Show ink markup.
Text Show document text edits to include insertions, deletions, and moves.
Formatting Show document formatting markup.

See also

Reference

Microsoft.Office.Word.Server.Conversions namespace