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

WP3FileStructure.h

Go to the documentation of this file.
00001 /* libwpd
00002  * Copyright (C) 2004 Marc Maurer (j.m.maurer@student.utwente.nl)
00003  * Copyright (C) 2004 Fridrich Strba (fridrich.strba@bluewin.ch)
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 WP3FILESTRUCTURE_H
00027 #define WP3FILESTRUCTURE_H
00028 
00029 // size of the fixed length functiongroups 0xC0 to 0xCF
00030 extern int WP3_FIXED_LENGTH_FUNCTION_GROUP_SIZE[16]; 
00031 
00032 /* Main function group list  */
00033 
00034 #define WP3_EXTENDED_CHARACTER_GROUP 0xC0
00035 
00036 #define WP3_INDENT_GROUP 0xC2
00037 #define WP3_ATTRIBUTE_GROUP 0xC3
00038 
00039 #define WP3_UNDO_GROUP 0xCD
00040 
00041 #define WP3_PAGE_FORMAT_GROUP 0xD0
00042 
00043 #define WP3_MISCELLANEOUS_GROUP 0xD9
00044 #define WP3_WINDOW_GROUP 0xDA
00045 #define WP3_STYLE_GROUP 0xDB
00046 #define WP3_END_OF_LINE_PAGE_GROUP 0xDC
00047 
00048 /* Attribute Group */
00049 #define WP3_ATTRIBUTE_BOLD 0
00050 #define WP3_ATTRIBUTE_ITALICS 1
00051 #define WP3_ATTRIBUTE_UNDERLINE 2
00052 #define WP3_ATTRIBUTE_OUTLINE 3
00053 #define WP3_ATTRIBUTE_SHADOW 4
00054 // 5 to 7 is not documented
00055 #define WP3_ATTRIBUTE_REDLINE 8
00056 #define WP3_ATTRIBUTE_STRIKE_OUT 9
00057 #define WP3_ATTRIBUTE_SUBSCRIPT 10
00058 #define WP3_ATTRIBUTE_SUPERSCRIPT 11
00059 #define WP3_ATTRIBUTE_DOUBLE_UNDERLINE 12
00060 #define WP3_ATTRIBUTE_EXTRA_LARGE 13
00061 #define WP3_ATTRIBUTE_VERY_LARGE 14
00062 #define WP3_ATTRIBUTE_LARGE 15
00063 #define WP3_ATTRIBUTE_SMALL_PRINT 16
00064 #define WP3_ATTRIBUTE_FINE_PRINT 17
00065 #define WP3_ATTRIBUTE_SMALL_CAPS 18
00066 
00067 /* Page Format Group */
00068 #define WP3_PAGE_FORMAT_GROUP_HORIZONTAL_MARGINS 0x01
00069 #define WP3_PAGE_FORMAT_GROUP_LINE_SPACING 0x02
00070 #define WP3_PAGE_FORMAT_GROUP_VERTICAL_MARGINS 0x05
00071 #define WP3_PAGE_FORMAT_GROUP_JUSTIFICATION_MODE 0x06
00072 #define WP3_PAGE_FORMAT_GROUP_INDENT_AT_BEGINNING_OF_PARAGRAPH 0x0C
00073 
00074 /* Miscellaneous Group */
00075 
00076 #define WP3_MISCELLANEOUS_GROUP_PAGE_SIZE_OVERRIDE 0x04
00077 
00078 #endif /* WP3FILESTRUCTURE_H */

Generated on Mon Mar 12 10:11:47 2007 for libwpd by doxygen 1.4.2