WebScreenSizeValues 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.
HTML/Web Screen Size Target
public enum WebScreenSizeValues
public readonly struct WebScreenSizeValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Presentation.WebScreenSizeValues>, IEquatable<DocumentFormat.OpenXml.Presentation.WebScreenSizeValues>
type WebScreenSizeValues =
type WebScreenSizeValues = struct
interface IEnumValue
interface IEnumValueFactory<WebScreenSizeValues>
Public Enum WebScreenSizeValues
Public Structure WebScreenSizeValues
Implements IEnumValue, IEnumValueFactory(Of WebScreenSizeValues), IEquatable(Of WebScreenSizeValues)
- Inheritance
-
WebScreenSizeValues
- Inheritance
-
WebScreenSizeValues
Fields
WebScreenSizeValues(String) | Creates a new WebScreenSizeValues enum instance |
|
Equals(WebScreenSizeValues) | ||
Equals(Object) | ||
GetHashCode() | ||
Equality(WebScreenSizeValues, WebScreenSizeValues) | ||
Inequality(WebScreenSizeValues, WebScreenSizeValues) | ||
Sz1024x768 | 4 | HTML/Web Size Enumeration 1024x768. When the item is serialized out as xml, its value is "1024x768". |
Sz1024x768 | HTML/Web Size Enumeration 1024x768. When the item is serialized out as xml, its value is "1024x768". |
|
Sz1152x882 | HTML/Web Size Enumeration 1152x882. When the item is serialized out as xml, its value is "1152x882". |
|
Sz1152x882 | 5 | HTML/Web Size Enumeration 1152x882. When the item is serialized out as xml, its value is "1152x882". |
Sz1152x900 | HTML/Web Size Enumeration 1152x900. When the item is serialized out as xml, its value is "1152x900". |
|
Sz1152x900 | 6 | HTML/Web Size Enumeration 1152x900. When the item is serialized out as xml, its value is "1152x900". |
Sz1280x1024 | HTML/Web Size Enumeration 1280x1024. When the item is serialized out as xml, its value is "1280x1024". |
|
Sz1280x1024 | 7 | HTML/Web Size Enumeration 1280x1024. When the item is serialized out as xml, its value is "1280x1024". |
Sz1600x1200 | 8 | HTML/Web Size Enumeration 1600x1200. When the item is serialized out as xml, its value is "1600x1200". |
Sz1600x1200 | HTML/Web Size Enumeration 1600x1200. When the item is serialized out as xml, its value is "1600x1200". |
|
Sz1800x1400 | 9 | HTML/Web Size Enumeration 1800x1400. When the item is serialized out as xml, its value is "1800x1400". |
Sz1800x1400 | HTML/Web Size Enumeration 1800x1400. When the item is serialized out as xml, its value is "1800x1400". |
|
Sz1920x1200 | HTML/Web Size Enumeration 1920x1200. When the item is serialized out as xml, its value is "1920x1200". |
|
Sz1920x1200 | 10 | HTML/Web Size Enumeration 1920x1200. When the item is serialized out as xml, its value is "1920x1200". |
Sz544x376 | 0 | HTML/Web Size Enumeration 544x376. When the item is serialized out as xml, its value is "544x376". |
Sz544x376 | HTML/Web Size Enumeration 544x376. When the item is serialized out as xml, its value is "544x376". |
|
Sz640x480 | 1 | HTML/Web Size Enumeration 640x480. When the item is serialized out as xml, its value is "640x480". |
Sz640x480 | HTML/Web Size Enumeration 640x480. When the item is serialized out as xml, its value is "640x480". |
|
Sz720x512 | HTML/Web Size Enumeration 720x515. When the item is serialized out as xml, its value is "720x512". |
|
Sz720x512 | 2 | HTML/Web Size Enumeration 720x515. When the item is serialized out as xml, its value is "720x512". |
Sz800x600 | 3 | HTML/Web Size Enumeration 800x600. When the item is serialized out as xml, its value is "800x600". |
Sz800x600 | HTML/Web Size Enumeration 800x600. When the item is serialized out as xml, its value is "800x600". |
|
ToString() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<WebScreenSizeValues>.Create(String) |