次の方法で共有


PhotoAlbumLayoutValues 列挙型

定義

フォト アルバムレイアウト定義

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)
継承
PhotoAlbumLayoutValues
継承
PhotoAlbumLayoutValues

フィールド

PhotoAlbumLayoutValues(String)

新しい PhotoAlbumLayoutValues 列挙型インスタンスを作成します

Equals(PhotoAlbumLayoutValues)
Equals(Object)
FitToSlide

写真をスライドに合わせる。

項目を xml としてシリアル化されるときに、その値は "fitToSlide" です。

FitToSlide 0

写真をスライドに合わせる。

項目を xml としてシリアル化されるときに、その値は "fitToSlide" です。

FourPic

スライドあたり 4 枚の写真。

項目を xml としてシリアル化されるときに、その値は "4pic" です。

FourPic 3

スライドあたり 4 枚の写真。

項目を xml としてシリアル化されるときに、その値は "4pic" です。

FourPicWithTitle 6

タイトルを含むスライドごとに 4 枚の写真。

アイテムを xml としてシリアル化されるときに、その値は "4picTitle" です。

FourPicWithTitle

タイトルを含むスライドごとに 4 枚の写真。

アイテムを xml としてシリアル化されるときに、その値は "4picTitle" です。

GetHashCode()
OnePic 1

スライドごとに 1 枚の写真。

項目を xml としてシリアル化されるときに、その値は "1pic" です。

OnePic

スライドごとに 1 枚の写真。

項目を xml としてシリアル化されるときに、その値は "1pic" です。

OnePicWithTitle 4

タイトルを含むスライドごとに 1 枚の写真。

アイテムを xml としてシリアル化されるときに、その値は "1picTitle" です。

OnePicWithTitle

タイトルを含むスライドごとに 1 枚の写真。

アイテムを xml としてシリアル化されるときに、その値は "1picTitle" です。

Equality(PhotoAlbumLayoutValues, PhotoAlbumLayoutValues)
Inequality(PhotoAlbumLayoutValues, PhotoAlbumLayoutValues)
ToString()
TwoPic 2

スライドごとに 2 枚の写真。

項目を xml としてシリアル化されるときに、その値は "2pic" です。

TwoPic

スライドごとに 2 枚の写真。

項目を xml としてシリアル化されるときに、その値は "2pic" です。

TwoPicWithTitle 5

タイトルを含むスライドごとに 2 枚の写真。

アイテムを xml としてシリアル化されるときに、その値は "2picTitle" です。

TwoPicWithTitle

タイトルを含むスライドごとに 2 枚の写真。

アイテムを xml としてシリアル化されるときに、その値は "2picTitle" です。

IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<PhotoAlbumLayoutValues>.Create(String)

適用対象