PhotoAlbumLayoutValues Enumeration

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".

See Also

Reference

DocumentFormat.OpenXml.Presentation Namespace