OfficeIMO

API Reference

Enum

WrapTextImage

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

Specifies the available options for how text should wrap around an image.

Inheritance

  • Enum
  • WrapTextImage

Values

public const WrapTextImage InLineWithText #

No wrapping is applied and the image is placed inline with the surrounding text.

Value: 0
public const WrapTextImage Square #

Wrap text around the image using a square boundary.

Value: 1
public const WrapTextImage Tight #

Wrap text tightly around the outline of the image.

Value: 2
public const WrapTextImage Through #

Allow text to flow through transparent regions of the image.

Value: 3
public const WrapTextImage TopAndBottom #

Place text above and below the image leaving the sides clear.

Value: 4
public const WrapTextImage BehindText #

Position the image behind the text.

Value: 5
public const WrapTextImage InFrontOfText #

Position the image in front of the text.

Value: 6