PhotoAlbumLayoutValues 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.
Photo Album Layout Definition
public enum PhotoAlbumLayoutValuespublic readonly struct PhotoAlbumLayoutValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues>, IEquatable<DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues>type PhotoAlbumLayoutValues = type PhotoAlbumLayoutValues = struct
    interface IEnumValue
    interface IEnumValueFactory<PhotoAlbumLayoutValues>Public Enum PhotoAlbumLayoutValuesPublic Structure PhotoAlbumLayoutValues
Implements IEnumValue, IEnumValueFactory(Of PhotoAlbumLayoutValues), IEquatable(Of PhotoAlbumLayoutValues)- Inheritance
- 
				PhotoAlbumLayoutValues
- Inheritance
- 
				PhotoAlbumLayoutValues
Fields
| Name | Value | Description | 
|---|---|---|
| FitToSlide | 0 | Fit Photos to Slide. When the item is serialized out as xml, its value is "fitToSlide". | 
| OnePic | 1 | 1 Photo per Slide. When the item is serialized out as xml, its value is "1pic". | 
| TwoPic | 2 | 2 Photos per Slide. When the item is serialized out as xml, its value is "2pic". | 
| FourPic | 3 | 4 Photos per Slide. When the item is serialized out as xml, its value is "4pic". | 
| OnePicWithTitle | 4 | 1 Photo per Slide with Titles. When the item is serialized out as xml, its value is "1picTitle". | 
| TwoPicWithTitle | 5 | 2 Photos per Slide with Titles. When the item is serialized out as xml, its value is "2picTitle". | 
| FourPicWithTitle | 6 | 4 Photos per Slide with Titles. When the item is serialized out as xml, its value is "4picTitle". | 
| Equality(PhotoAlbumLayoutValues, PhotoAlbumLayoutValues) | ||
| Equals(Object) | ||
| Equals(PhotoAlbumLayoutValues) | ||
| FitToSlide | Fit Photos to Slide. When the item is serialized out as xml, its value is "fitToSlide". | |
| FourPic | 4 Photos per Slide. When the item is serialized out as xml, its value is "4pic". | |
| FourPicWithTitle | 4 Photos per Slide with Titles. When the item is serialized out as xml, its value is "4picTitle". | |
| GetHashCode() | ||
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<PhotoAlbumLayoutValues>.Create(String) | ||
| Inequality(PhotoAlbumLayoutValues, PhotoAlbumLayoutValues) | ||
| OnePic | 1 Photo per Slide. When the item is serialized out as xml, its value is "1pic". | |
| OnePicWithTitle | 1 Photo per Slide with Titles. When the item is serialized out as xml, its value is "1picTitle". | |
| PhotoAlbumLayoutValues(String) | Creates a new PhotoAlbumLayoutValues enum instance | |
| ToString() | ||
| TwoPic | 2 Photos per Slide. When the item is serialized out as xml, its value is "2pic". | |
| TwoPicWithTitle | 2 Photos per Slide with Titles. When the item is serialized out as xml, its value is "2picTitle". |