API Reference

Enum

WordImageBlackWhiteMode

Namespace OfficeIMO.Word
Assembly OfficeIMO.Word
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Defines OfficeIMO values corresponding to DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues.

Inheritance

  • Enum
  • WordImageBlackWhiteMode

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const WordImageBlackWhiteMode Color #

Represents the Open XML value clr.

Value: 0
public const WordImageBlackWhiteMode Auto #

Represents the Open XML value auto.

Value: 1
public const WordImageBlackWhiteMode Gray #

Represents the Open XML value gray.

Value: 2
public const WordImageBlackWhiteMode LightGray #

Represents the Open XML value ltGray.

Value: 3
public const WordImageBlackWhiteMode InvGray #

Represents the Open XML value invGray.

Value: 4
public const WordImageBlackWhiteMode GrayWhite #

Represents the Open XML value grayWhite.

Value: 5
public const WordImageBlackWhiteMode BlackGray #

Represents the Open XML value blackGray.

Value: 6
public const WordImageBlackWhiteMode BlackWhite #

Represents the Open XML value blackWhite.

Value: 7
public const WordImageBlackWhiteMode Black #

Represents the Open XML value black.

Value: 8
public const WordImageBlackWhiteMode White #

Represents the Open XML value white.

Value: 9
public const WordImageBlackWhiteMode Hidden #

Represents the Open XML value hidden.

Value: 10