Click or drag to resize

PlaceholderValues Enumeration

Placeholder IDs

Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.11.3+Branch.master.Sha.3fcdea311b5a001803ff150de35c25fd4cd62f93.3fcdea311b5a001803ff150de35c25fd4cd62f93
Syntax
public enum PlaceholderValues
Members
Member nameValueDescription
Title0 Title.

When the item is serialized out as xml, its value is "title".

Body1 Body.

When the item is serialized out as xml, its value is "body".

CenteredTitle2 Centered Title.

When the item is serialized out as xml, its value is "ctrTitle".

SubTitle3 Subtitle.

When the item is serialized out as xml, its value is "subTitle".

DateAndTime4 Date and Time.

When the item is serialized out as xml, its value is "dt".

SlideNumber5 Slide Number.

When the item is serialized out as xml, its value is "sldNum".

Footer6 Footer.

When the item is serialized out as xml, its value is "ftr".

Header7 Header.

When the item is serialized out as xml, its value is "hdr".

Object8 Object.

When the item is serialized out as xml, its value is "obj".

Chart9 Chart.

When the item is serialized out as xml, its value is "chart".

Table10 Table.

When the item is serialized out as xml, its value is "tbl".

ClipArt11 Clip Art.

When the item is serialized out as xml, its value is "clipArt".

Diagram12 Diagram.

When the item is serialized out as xml, its value is "dgm".

Media13 Media.

When the item is serialized out as xml, its value is "media".

SlideImage14 Slide Image.

When the item is serialized out as xml, its value is "sldImg".

Picture15 Picture.

When the item is serialized out as xml, its value is "pic".

See Also