PresetZoomValues Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
None | 0 | No Preset Magnification. When the item is serialized out as xml, its value is "none". |
FullPage | 1 | Display One Full Page. When the item is serialized out as xml, its value is "fullPage". |
BestFit | 2 | Display Page Width. When the item is serialized out as xml, its value is "bestFit". |
TextFit | 3 | Display Text Width. When the item is serialized out as xml, its value is "textFit". |
BestFit | Display Page Width. When the item is serialized out as xml, its value is "bestFit". |
|
Equality(PresetZoomValues, PresetZoomValues) | ||
Equals(Object) | ||
Equals(PresetZoomValues) | ||
FullPage | Display One Full Page. When the item is serialized out as xml, its value is "fullPage". |
|
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<PresetZoomValues>.Create(String) | ||
Inequality(PresetZoomValues, PresetZoomValues) | ||
None | No Preset Magnification. When the item is serialized out as xml, its value is "none". |
|
PresetZoomValues(String) | Creates a new PresetZoomValues enum instance |
|
TextFit | Display Text Width. When the item is serialized out as xml, its value is "textFit". |
|
ToString() |