00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026 #ifndef WP5FILESTRUCTURE_H
00027 #define WP5FILESTRUCTURE_H
00028
00029
00030 extern int WP5_FIXED_LENGTH_FUNCTION_GROUP_SIZE[16];
00031
00032 #define WP5_ATTRIBUTE_EXTRA_LARGE 0x00
00033 #define WP5_ATTRIBUTE_VERY_LARGE 0x01
00034 #define WP5_ATTRIBUTE_LARGE 0x02
00035 #define WP5_ATTRIBUTE_SMALL_PRINT 0x03
00036 #define WP5_ATTRIBUTE_FINE_PRINT 0x04
00037 #define WP5_ATTRIBUTE_SUPERSCRIPT 0x05
00038 #define WP5_ATTRIBUTE_SUBSCRIPT 0x06
00039 #define WP5_ATTRIBUTE_OUTLINE 0x07
00040 #define WP5_ATTRIBUTE_ITALICS 0x08
00041 #define WP5_ATTRIBUTE_SHADOW 0x09
00042 #define WP5_ATTRIBUTE_REDLINE 0x0A
00043 #define WP5_ATTRIBUTE_DOUBLE_UNDERLINE 0xB
00044 #define WP5_ATTRIBUTE_BOLD 0x0C
00045 #define WP5_ATTRIBUTE_STRIKE_OUT 0x0D
00046 #define WP5_ATTRIBUTE_UNDERLINE 0x0E
00047 #define WP5_ATTRIBUTE_SMALL_CAPS 0x0F
00048
00049
00050
00051 #define WP5_TOP_EXTENDED_CHARACTER 0xC0
00052 #define WP5_TOP_ATTRIBUTE_ON 0xC3
00053 #define WP5_TOP_ATTRIBUTE_OFF 0xC4
00054 #define WP5_TOP_PAGE_FORMAT_GROUP 0xD0
00055 #define WP5_TOP_FONT_GROUP 0xD1
00056 #define WP5_TOP_FORMAT_GROUP 0xD4
00057
00058
00059 #define WP5_TOP_PAGE_FORMAT_GROUP_LEFT_RIGHT_MARGIN_SET 0x01
00060 #define WP5_TOP_PAGE_FORMAT_GROUP_SPACING_SET 0x02
00061 #define WP5_TOP_PAGE_FORMAT_GROUP_TOP_BOTTOM_MARGIN_SET 0x05
00062 #define WP5_TOP_PAGE_FORMAT_GROUP_JUSTIFICATION 0x06
00063 #define WP5_TOP_PAGE_FORMAT_GROUP_FORM 0x0B
00064
00065
00066 #define WP5_TOP_FONT_GROUP_COLOR 0x00
00067 #define WP5_TOP_FONT_GROUP_FONT_CHANGE 0x01
00068
00069
00070 #define WP5_FORMAT_GROUP_END_OF_PAGE 0x00
00071
00072 #endif