PlaceholderValues 枚举

定义

占位符 ID

public enum PlaceholderValues
public readonly struct PlaceholderValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Presentation.PlaceholderValues>, IEquatable<DocumentFormat.OpenXml.Presentation.PlaceholderValues>
type PlaceholderValues = 
type PlaceholderValues = struct
    interface IEnumValue
    interface IEnumValueFactory<PlaceholderValues>
Public Enum PlaceholderValues
Public Structure PlaceholderValues
Implements IEnumValue, IEnumValueFactory(Of PlaceholderValues), IEquatable(Of PlaceholderValues)
继承
PlaceholderValues
继承
PlaceholderValues

字段

名称 说明
Title 0

标题。

当项序列化为 xml 时,其值为“title”。

Body 1

身体。

当项序列化为 xml 时,其值为“body”。

CenteredTitle 2

居中标题。

当项序列化为 xml 时,其值为“ctrTitle”。

SubTitle 3

副标题。

当项序列化为 xml 时,其值为“subTitle”。

DateAndTime 4

日期和时间。

当项序列化为 xml 时,其值为“dt”。

SlideNumber 5

幻灯片编号。

当项序列化为 xml 时,其值为“sldNum”。

6

页脚。

当项序列化为 xml 时,其值为“ftr”。

Header 7

页眉。

将项序列化为 xml 时,其值为“hdr”。

Object 8

对象。

当项序列化为 xml 时,其值为“obj”。

Chart 9

图表。

当项序列化为 xml 时,其值为“chart”。

Table 10

桌子。

当项序列化为 xml 时,其值为“tbl”。

ClipArt 11

剪贴画。

当项序列化为 xml 时,其值为“clipArt”。

Diagram 12

图。

当项序列化为 xml 时,其值为“dgm”。

Media 13

媒体。

当项序列化为 xml 时,其值为“media”。

SlideImage 14

幻灯片图像。

当项序列化为 xml 时,其值为“sldImg”。

Picture 15

图片。

当项序列化为 xml 时,其值为“pic”。

Body

身体。

当项序列化为 xml 时,其值为“body”。

CenteredTitle

居中标题。

当项序列化为 xml 时,其值为“ctrTitle”。

Chart

图表。

当项序列化为 xml 时,其值为“chart”。

ClipArt

剪贴画。

当项序列化为 xml 时,其值为“clipArt”。

DateAndTime

日期和时间。

当项序列化为 xml 时,其值为“dt”。

Diagram

图。

当项序列化为 xml 时,其值为“dgm”。

Equality(PlaceholderValues, PlaceholderValues)
Equals(Object)
Equals(PlaceholderValues)

页脚。

当项序列化为 xml 时,其值为“ftr”。

GetHashCode()
Header

页眉。

将项序列化为 xml 时,其值为“hdr”。

IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<PlaceholderValues>.Create(String)
Inequality(PlaceholderValues, PlaceholderValues)
Media

媒体。

当项序列化为 xml 时,其值为“media”。

Object

对象。

当项序列化为 xml 时,其值为“obj”。

Picture

图片。

当项序列化为 xml 时,其值为“pic”。

PlaceholderValues(String)

创建新的 PlaceholderValues 枚举实例

SlideImage

幻灯片图像。

当项序列化为 xml 时,其值为“sldImg”。

SlideNumber

幻灯片编号。

当项序列化为 xml 时,其值为“sldNum”。

SubTitle

副标题。

当项序列化为 xml 时,其值为“subTitle”。

Table

桌子。

当项序列化为 xml 时,其值为“tbl”。

Title

标题。

当项序列化为 xml 时,其值为“title”。

ToString()

适用于