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