次の方法で共有


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

フィールド

名前 説明
FitToSlide 0

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

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

OnePic 1

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

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

TwoPic 2

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

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

FourPic 3

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

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

OnePicWithTitle 4

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

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

TwoPicWithTitle 5

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

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

FourPicWithTitle 6

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

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

Equality(PhotoAlbumLayoutValues, PhotoAlbumLayoutValues)
Equals(Object)
Equals(PhotoAlbumLayoutValues)
FitToSlide

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

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

FourPic

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

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

FourPicWithTitle

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

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

GetHashCode()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<PhotoAlbumLayoutValues>.Create(String)
Inequality(PhotoAlbumLayoutValues, PhotoAlbumLayoutValues)
OnePic

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

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

OnePicWithTitle

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

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

PhotoAlbumLayoutValues(String)

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

ToString()
TwoPic

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

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

TwoPicWithTitle

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

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

適用対象