SlideSizeValues 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.
Slide Size Type
public enum SlideSizeValuespublic readonly struct SlideSizeValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Presentation.SlideSizeValues>, IEquatable<DocumentFormat.OpenXml.Presentation.SlideSizeValues>type SlideSizeValues = type SlideSizeValues = struct
    interface IEnumValue
    interface IEnumValueFactory<SlideSizeValues>Public Enum SlideSizeValuesPublic Structure SlideSizeValues
Implements IEnumValue, IEnumValueFactory(Of SlideSizeValues), IEquatable(Of SlideSizeValues)- Inheritance
- 
				SlideSizeValues
- Inheritance
- 
				SlideSizeValues
Fields
| Name | Value | Description | 
|---|---|---|
| Screen4x3 | 0 | Screen 4x3. When the item is serialized out as xml, its value is "screen4x3". | 
| Letter | 1 | Letter. When the item is serialized out as xml, its value is "letter". | 
| A4 | 2 | A4. When the item is serialized out as xml, its value is "A4". | 
| Film35mm | 3 | 35mm Film. When the item is serialized out as xml, its value is "35mm". | 
| Overhead | 4 | Overhead. When the item is serialized out as xml, its value is "overhead". | 
| Banner | 5 | Banner. When the item is serialized out as xml, its value is "banner". | 
| Custom | 6 | Custom. When the item is serialized out as xml, its value is "custom". | 
| Ledger | 7 | Ledger. When the item is serialized out as xml, its value is "ledger". | 
| A3 | 8 | A3. When the item is serialized out as xml, its value is "A3". | 
| B4ISO | 9 | B4ISO. When the item is serialized out as xml, its value is "B4ISO". | 
| B5ISO | 10 | B5ISO. When the item is serialized out as xml, its value is "B5ISO". | 
| B4JIS | 11 | B4JIS. When the item is serialized out as xml, its value is "B4JIS". | 
| B5JIS | 12 | B5JIS. When the item is serialized out as xml, its value is "B5JIS". | 
| HagakiCard | 13 | Hagaki Card. When the item is serialized out as xml, its value is "hagakiCard". | 
| Screen16x9 | 14 | Screen 16x9. When the item is serialized out as xml, its value is "screen16x9". | 
| Screen16x10 | 15 | Screen 16x10. When the item is serialized out as xml, its value is "screen16x10". | 
| A3 | A3. When the item is serialized out as xml, its value is "A3". | |
| A4 | A4. When the item is serialized out as xml, its value is "A4". | |
| B4ISO | B4ISO. When the item is serialized out as xml, its value is "B4ISO". | |
| B4JIS | B4JIS. When the item is serialized out as xml, its value is "B4JIS". | |
| B5ISO | B5ISO. When the item is serialized out as xml, its value is "B5ISO". | |
| B5JIS | B5JIS. When the item is serialized out as xml, its value is "B5JIS". | |
| Banner | Banner. When the item is serialized out as xml, its value is "banner". | |
| Custom | Custom. When the item is serialized out as xml, its value is "custom". | |
| Equality(SlideSizeValues, SlideSizeValues) | ||
| Equals(Object) | ||
| Equals(SlideSizeValues) | ||
| Film35mm | 35mm Film. When the item is serialized out as xml, its value is "35mm". | |
| GetHashCode() | ||
| HagakiCard | Hagaki Card. When the item is serialized out as xml, its value is "hagakiCard". | |
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<SlideSizeValues>.Create(String) | ||
| Inequality(SlideSizeValues, SlideSizeValues) | ||
| Ledger | Ledger. When the item is serialized out as xml, its value is "ledger". | |
| Letter | Letter. When the item is serialized out as xml, its value is "letter". | |
| Overhead | Overhead. When the item is serialized out as xml, its value is "overhead". | |
| Screen16x10 | Screen 16x10. When the item is serialized out as xml, its value is "screen16x10". | |
| Screen16x9 | Screen 16x9. When the item is serialized out as xml, its value is "screen16x9". | |
| Screen4x3 | Screen 4x3. When the item is serialized out as xml, its value is "screen4x3". | |
| SlideSizeValues(String) | Creates a new SlideSizeValues enum instance | |
| ToString() |