PresetZoomValues Enum

Definition

Defines the PresetZoomValues enumeration.

public enum PresetZoomValues
public readonly struct PresetZoomValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Wordprocessing.PresetZoomValues>, IEquatable<DocumentFormat.OpenXml.Wordprocessing.PresetZoomValues>
type PresetZoomValues = 
type PresetZoomValues = struct
    interface IEnumValue
    interface IEnumValueFactory<PresetZoomValues>
Public Enum PresetZoomValues
Public Structure PresetZoomValues
Implements IEnumValue, IEnumValueFactory(Of PresetZoomValues), IEquatable(Of PresetZoomValues)
Inheritance
PresetZoomValues
Inheritance
PresetZoomValues

Fields

PresetZoomValues(String)

Creates a new PresetZoomValues enum instance

BestFit 2

Display Page Width.

When the item is serialized out as xml, its value is "bestFit".

BestFit

Display Page Width.

When the item is serialized out as xml, its value is "bestFit".

Equals(Object)
Equals(PresetZoomValues)
FullPage

Display One Full Page.

When the item is serialized out as xml, its value is "fullPage".

FullPage 1

Display One Full Page.

When the item is serialized out as xml, its value is "fullPage".

GetHashCode()
None 0

No Preset Magnification.

When the item is serialized out as xml, its value is "none".

None

No Preset Magnification.

When the item is serialized out as xml, its value is "none".

Equality(PresetZoomValues, PresetZoomValues)
Inequality(PresetZoomValues, PresetZoomValues)
TextFit

Display Text Width.

When the item is serialized out as xml, its value is "textFit".

TextFit 3

Display Text Width.

When the item is serialized out as xml, its value is "textFit".

ToString()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<PresetZoomValues>.Create(String)

Applies to