Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Photo Album Layout Definition
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration PhotoAlbumLayoutValues
'Usage
Dim instance As PhotoAlbumLayoutValues
public enum PhotoAlbumLayoutValues
Members
| Member name | Description | |
|---|---|---|
| FitToSlide | Fit Photos to Slide. When the item is serialized out as xml, its value is "fitToSlide". | |
| OnePic | 1 Photo per Slide. When the item is serialized out as xml, its value is "1pic". | |
| TwoPic | 2 Photos per Slide. When the item is serialized out as xml, its value is "2pic". | |
| FourPic | 4 Photos per Slide. When the item is serialized out as xml, its value is "4pic". | |
| OnePicWithTitle | 1 Photo per Slide with Titles. When the item is serialized out as xml, its value is "1picTitle". | |
| TwoPicWithTitle | 2 Photos per Slide with Titles. When the item is serialized out as xml, its value is "2picTitle". | |
| FourPicWithTitle | 4 Photos per Slide with Titles. When the item is serialized out as xml, its value is "4picTitle". |