PlaceholderValues Enumeration
Placeholder IDs
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration PlaceholderValues
'Usage
Dim instance As PlaceholderValues
public enum PlaceholderValues
Members
Member name | Description | |
---|---|---|
Title | Title. When the item is serialized out as xml, its value is "title". | |
Body | Body. When the item is serialized out as xml, its value is "body". | |
CenteredTitle | Centered Title. When the item is serialized out as xml, its value is "ctrTitle". | |
SubTitle | Subtitle. When the item is serialized out as xml, its value is "subTitle". | |
DateAndTime | Date and Time. When the item is serialized out as xml, its value is "dt". | |
SlideNumber | Slide Number. When the item is serialized out as xml, its value is "sldNum". | |
Footer | Footer. When the item is serialized out as xml, its value is "ftr". | |
Header | Header. When the item is serialized out as xml, its value is "hdr". | |
Object | Object. When the item is serialized out as xml, its value is "obj". | |
Chart | Chart. When the item is serialized out as xml, its value is "chart". | |
Table | Table. When the item is serialized out as xml, its value is "tbl". | |
ClipArt | Clip Art. When the item is serialized out as xml, its value is "clipArt". | |
Diagram | Diagram. When the item is serialized out as xml, its value is "dgm". | |
Media | Media. When the item is serialized out as xml, its value is "media". | |
SlideImage | Slide Image. When the item is serialized out as xml, its value is "sldImg". | |
Picture | Picture. When the item is serialized out as xml, its value is "pic". |