ANNTEXTTOKENTYPE

Summary

Identifies the type of token.

Syntax

typedef enum 
{ 
   ANNTOKEN_NONE = 0, 
   ANNTOKEN_SEPARATOR = 1, 
   ANNTOKEN_TEXT = 2, 
   ANNTOKEN_DATE_YYYY = 3, 
   ANNTOKEN_DATE_YY = 4, 
   ANNTOKEN_DATE_MM = 5, 
   ANNTOKEN_DATE_DD = 6, 
   ANNTOKEN_DATE_MONTH_NAME = 7, 
   ANNTOKEN_DATE_DAY_OF_WEEK = 8, 
   ANNTOKEN_TIME_HH_12 = 9, 
   ANNTOKEN_TIME_HH_24 = 10, 
   ANNTOKEN_TIME_MM = 11, 
   ANNTOKEN_TIME_SS = 12, 
   ANNTOKEN_TIME_MILLISECONDS = 13, 
   ANNTOKEN_AM_PM = 14, 
} ANNTEXTTOKENTYPE, *pANNTEXTTOKENTYPE; 

Members

ANNTOKEN_NONE

String not treated as a token.

ANNTOKEN_SEPARATOR

Add a separator to the automation token menu.

ANNTOKEN_TEXT

A text string.

ANNTOKEN_DATE_YYYY

Current four digit year.

ANNTOKEN_DATE_YY

Current two digit year.

ANNTOKEN_DATE_MM

Two digit representation of current month.

ANNTOKEN_DATE_DD

Two digit representation of current day.

ANNTOKEN_DATE_MONTH_NAME

Current month name (i.e. January).

ANNTOKEN_DATE_DAY_OF_WEEK

Current day of week (i.e. Monday).

ANNTOKEN_TIME_HH_12

Current hour,using a 12 hour clock.

ANNTOKEN_TIME_HH_24

Current hour, using a 24 hour clock.

ANNTOKEN_TIME_MM

Current minute (00-59).

ANNTOKEN_TIME_SS

Current second (00-59).

ANNTOKEN_TIME_MILLISECONDS

Current milliseconds (000-999).

ANNTOKEN_AM_PM

Time of day indicator (AM or PM).

Usage

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Raster Imaging C++ Class Library Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.