com.aspose.slides
Interface MetaCharacterType


public interface MetaCharacterType

Represents different types of meta characters used in a text.


Field Summary
static int DATE_TIME
          Date/Time
static int FOOTER
          Slide footer.
static int GENERIC_DATE_TIME
          Generic Date/Time
static int HEADER
          Slide header.
static int SLIDE_NUMBER
          Slide number.
 

Field Detail

SLIDE_NUMBER

static final int SLIDE_NUMBER
Slide number.

See Also:
Constant Field Values

DATE_TIME

static final int DATE_TIME
Date/Time

See Also:
Constant Field Values

GENERIC_DATE_TIME

static final int GENERIC_DATE_TIME
Generic Date/Time

See Also:
Constant Field Values

FOOTER

static final int FOOTER
Slide footer.

See Also:
Constant Field Values

HEADER

static final int HEADER
Slide header.

See Also:
Constant Field Values