API Reference

Enum

WordZoomPreset

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

Defines OfficeIMO values corresponding to DocumentFormat.OpenXml.Wordprocessing.PresetZoomValues.

Inheritance

  • Enum
  • WordZoomPreset

Usage

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

Values

public const WordZoomPreset None #

Represents the Open XML value none.

Value: 0
public const WordZoomPreset FullPage #

Represents the Open XML value fullPage.

Value: 1
public const WordZoomPreset BestFit #

Represents the Open XML value bestFit.

Value: 2
public const WordZoomPreset TextFit #

Represents the Open XML value textFit.

Value: 3