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 INCLUDED_MSPUBCHUNKTYPE_H
11 #define INCLUDED_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 {
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.
31 };
32 } // namespace libmspub
33 
34 #endif /* INCLUDED_MSPUBCHUNKTYPE_H */
35 /* vim:set shiftwidth=2 softtabstop=2 expandtab: */
MSPUBContentChunkType
Definition: MSPUBContentChunkType.h:15
Definition: MSPUBContentChunkType.h:29
Definition: MSPUBContentChunkType.h:23
Definition: MSPUBContentChunkType.h:22
Definition: MSPUBContentChunkType.h:18
Definition: MSPUBContentChunkType.h:26
Definition: MSPUBContentChunkType.h:28
Definition: MSPUBContentChunkType.h:24
Definition: MSPUBContentChunkType.h:30
Definition: MSPUBContentChunkType.h:20
Definition: Arrow.h:13
Definition: MSPUBContentChunkType.h:19
Definition: MSPUBContentChunkType.h:27
Definition: MSPUBContentChunkType.h:25
Definition: MSPUBContentChunkType.h:21
Definition: MSPUBContentChunkType.h:17

Generated for libmspub by doxygen 1.8.13