PhotoAlbumLayoutValues Enum

Definition

Photo Album Layout Definition

C#
public enum PhotoAlbumLayoutValues
C#
public readonly struct PhotoAlbumLayoutValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues>, IEquatable<DocumentFormat.OpenXml.Presentation.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".

Applies to

Produk Versi
DocumentFormat.OpenXml 2.7.1, 2.7.2, 2.8.0, 2.8.1, 2.9.0, 2.9.1, 2.10.0, 2.10.1, 2.11.0, 2.11.1, 2.11.2, 2.11.3, 2.12.0, 2.12.1, 2.12.2, 2.12.3, 2.13.0, 2.13.1, 2.14.0, 2.15.0, 2.16.0, 2.17.1, 2.18.0, 2.19.0, 2.20.0, 3.0.0, 3.0.1