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
13namespace libmspub
14{
15enum 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: */
Definition Arrow.h:14
MSPUBContentChunkType
Definition MSPUBContentChunkType.h:16
@ UNKNOWN_CHUNK
Definition MSPUBContentChunkType.h:17
@ FONT
Definition MSPUBContentChunkType.h:28
@ GROUP
Definition MSPUBContentChunkType.h:24
@ PALETTE
Definition MSPUBContentChunkType.h:22
@ TABLE
Definition MSPUBContentChunkType.h:26
@ LOGO
Definition MSPUBContentChunkType.h:25
@ BORDER_ART
Definition MSPUBContentChunkType.h:23
@ CELLS
Definition MSPUBContentChunkType.h:27
@ PAGE
Definition MSPUBContentChunkType.h:21
@ SHAPE
Definition MSPUBContentChunkType.h:18
@ IMAGE_2K_DATA
Definition MSPUBContentChunkType.h:30
@ DOCUMENT
Definition MSPUBContentChunkType.h:20
@ ALTSHAPE
Definition MSPUBContentChunkType.h:19
@ IMAGE_2K
Definition MSPUBContentChunkType.h:29

Generated for libmspub by doxygen 1.14.0