MetaCharacterType Enumeration
|
Represents different types of meta characters used in a text.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public enum MetaCharacterType
Public Enumeration MetaCharacterType
public enum class MetaCharacterType
Members
|
|
Member name
|
Value
|
Description
|
|
|
SlideNumer
|
0
|
Slide number
|
|
|
DateTime
|
1
|
Date/Time
|
|
|
GenericDateTime
|
2
|
Generic Date/Time
|
|
|
Footer
|
3
|
Footer
|
|
|
Header
|
4
|
Header
|
|
|
RtfFormatDateTime
|
5
|
Date/Time with specified format string (same format as used in RTF).
|
See Also