Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members

WP5FileStructure.h

Go to the documentation of this file.
00001 /* libwpd
00002  * Copyright (C) 2003 William Lachance (william.lachance@sympatico.ca)
00003  * Copyright (C) 2003 Marc Maurer (j.m.maurer@student.utwente.nl)
00004  *  
00005  * This library is free software; you can redistribute it and/or
00006  * modify it under the terms of the GNU Library General Public
00007  * License as published by the Free Software Foundation; either
00008  * version 2 of the License, or (at your option) any later version.
00009  *
00010  * This library is distributed in the hope that it will be useful,
00011  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00012  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00013  * Library General Public License for more details.
00014  *
00015  * You should have received a copy of the GNU Library General Public
00016  * License along with this library; if not, write to the Free Software
00017  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
00018  *
00019  * For further information visit http://libwpd.sourceforge.net
00020  */
00021 
00022 /* "This product is not manufactured, approved, or supported by 
00023  * Corel Corporation or Corel Corporation Limited."
00024  */
00025 
00026 #ifndef WP5FILESTRUCTURE_H
00027 #define WP5FILESTRUCTURE_H
00028 
00029 // size of the fixed length functiongroups 0xC0 to 0xCF
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 /* Main function group list  */
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 /* Page Format Group */
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 /* Font Group */
00066 #define WP5_TOP_FONT_GROUP_COLOR 0x00
00067 #define WP5_TOP_FONT_GROUP_FONT_CHANGE 0x01 
00068 
00069 /* Format Group */
00070 #define WP5_FORMAT_GROUP_END_OF_PAGE 0x00
00071 
00072 #endif /* WP5FILESTRUCTURE_H */

Generated on Tue May 3 21:36:47 2005 for libwpd by doxygen 1.3.9.1