PlaceholderValues Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Placeholder IDs
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)
- Inheritance
-
PlaceholderValues
- Inheritance
-
PlaceholderValues
Fields
Name | Value | Description |
---|---|---|
Title | 0 | Title. When the item is serialized out as xml, its value is "title". |
Body | 1 | Body. When the item is serialized out as xml, its value is "body". |
CenteredTitle | 2 | Centered Title. When the item is serialized out as xml, its value is "ctrTitle". |
SubTitle | 3 | Subtitle. When the item is serialized out as xml, its value is "subTitle". |
DateAndTime | 4 | Date and Time. When the item is serialized out as xml, its value is "dt". |
SlideNumber | 5 | Slide Number. When the item is serialized out as xml, its value is "sldNum". |
Footer | 6 | Footer. When the item is serialized out as xml, its value is "ftr". |
Header | 7 | Header. When the item is serialized out as xml, its value is "hdr". |
Object | 8 | Object. When the item is serialized out as xml, its value is "obj". |
Chart | 9 | Chart. When the item is serialized out as xml, its value is "chart". |
Table | 10 | Table. When the item is serialized out as xml, its value is "tbl". |
ClipArt | 11 | Clip Art. When the item is serialized out as xml, its value is "clipArt". |
Diagram | 12 | Diagram. When the item is serialized out as xml, its value is "dgm". |
Media | 13 | Media. When the item is serialized out as xml, its value is "media". |
SlideImage | 14 | Slide Image. When the item is serialized out as xml, its value is "sldImg". |
Picture | 15 | Picture. When the item is serialized out as xml, its value is "pic". |
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". |
|
Chart | Chart. When the item is serialized out as xml, its value is "chart". |
|
ClipArt | Clip Art. When the item is serialized out as xml, its value is "clipArt". |
|
DateAndTime | Date and Time. When the item is serialized out as xml, its value is "dt". |
|
Diagram | Diagram. When the item is serialized out as xml, its value is "dgm". |
|
Equality(PlaceholderValues, PlaceholderValues) | ||
Equals(Object) | ||
Equals(PlaceholderValues) | ||
Footer | Footer. When the item is serialized out as xml, its value is "ftr". |
|
GetHashCode() | ||
Header | Header. When the item is serialized out as xml, its value is "hdr". |
|
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<PlaceholderValues>.Create(String) | ||
Inequality(PlaceholderValues, PlaceholderValues) | ||
Media | Media. When the item is serialized out as xml, its value is "media". |
|
Object | Object. When the item is serialized out as xml, its value is "obj". |
|
Picture | Picture. When the item is serialized out as xml, its value is "pic". |
|
PlaceholderValues(String) | Creates a new PlaceholderValues enum instance |
|
SlideImage | Slide Image. When the item is serialized out as xml, its value is "sldImg". |
|
SlideNumber | Slide Number. When the item is serialized out as xml, its value is "sldNum". |
|
SubTitle | Subtitle. When the item is serialized out as xml, its value is "subTitle". |
|
Table | Table. When the item is serialized out as xml, its value is "tbl". |
|
Title | Title. When the item is serialized out as xml, its value is "title". |
|
ToString() |