com.spire.presentation
Enum MetaCharacterType

java.lang.Object
  extended by java.lang.Enum<MetaCharacterType>
      extended by com.spire.presentation.MetaCharacterType
All Implemented Interfaces:
java.lang.Comparable<MetaCharacterType>

public enum MetaCharacterType
extends java.lang.Enum<MetaCharacterType>

Represents different types of meta characters used in a text.


Enum Constant Summary
DATE_TIME
          Date/Time
FOOTER
          Footer
GENERIC_DATE_TIME
          Generic Date/Time
HEADER
          Header
RTF_FORMAT_DATE_TIME
          Date/Time with specified format string (same format as used in RTF).
SLIDE_NUMER
          Slide number
 
Method Summary
 java.lang.String getName()
           
 int getValue()
           
 

Enum Constant Detail

SLIDE_NUMER

public static final MetaCharacterType SLIDE_NUMER
Slide number


DATE_TIME

public static final MetaCharacterType DATE_TIME
Date/Time


GENERIC_DATE_TIME

public static final MetaCharacterType GENERIC_DATE_TIME
Generic Date/Time


FOOTER

public static final MetaCharacterType FOOTER
Footer


HEADER

public static final MetaCharacterType HEADER
Header


RTF_FORMAT_DATE_TIME

public static final MetaCharacterType RTF_FORMAT_DATE_TIME
Date/Time with specified format string (same format as used in RTF).

Method Detail

getName

public java.lang.String getName()

getValue

public int getValue()