Main Page
Namespaces
Classes
Files
File List
File Members
MSPUBContentChunkType.h
Go to the documentation of this file.
1
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2
/*
3
* This file is part of the libmspub project.
4
*
5
* This Source Code Form is subject to the terms of the Mozilla Public
6
* License, v. 2.0. If a copy of the MPL was not distributed with this
7
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
8
*/
9
10
#ifndef __MSPUBCHUNKTYPE_H__
11
#define __MSPUBCHUNKTYPE_H__
12
13
namespace
libmspub
14
{
15
enum
MSPUBContentChunkType
//Please fill this in and replace magic constants in MSPUBParser accordingly as you discover what a given chunk type means!
16
{
17
UNKNOWN_CHUNK
= 0,
18
SHAPE
= 0x01,
19
ALTSHAPE
= 0x20,
20
DOCUMENT
= 0x44,
21
PAGE
= 0x43,
22
PALETTE
= 0x5C,
23
BORDER_ART
= 0x46,
24
GROUP
= 0x30,
25
LOGO
= 0x31,
26
TABLE
= 0x10,
27
CELLS
= 0x63,
28
FONT
= 0x6C,
29
IMAGE_2K
,
//these don't exist in Pub 2k3 so their value in the enum is not used.
30
IMAGE_2K_DATA
31
};
32
}
// namespace libmspub
33
34
#endif
/* __MSPUBCHUNKTYPE_H__ */
35
/* vim:set shiftwidth=2 softtabstop=2 expandtab: */
Generated for libmspub by
doxygen
1.8.4