EscherContainerType.h
Go to the documentation of this file.
00001 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
00002 /*
00003  * This file is part of the libmspub project.
00004  *
00005  * This Source Code Form is subject to the terms of the Mozilla Public
00006  * License, v. 2.0. If a copy of the MPL was not distributed with this
00007  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
00008  */
00009 
00010 #ifndef __ESCHERCONTAINERTYPE_H__
00011 #define __ESCHERCONTAINERTYPE_H__
00012 
00013 #define OFFICE_ART_DGG_CONTAINER      0xF000
00014 #define OFFICE_ART_B_STORE_CONTAINER  0xF001
00015 #define OFFICE_ART_DG_CONTAINER       0xF002
00016 #define OFFICE_ART_SPGR_CONTAINER     0xF003
00017 #define OFFICE_ART_SP_CONTAINER       0xF004
00018 #define OFFICE_ART_CLIENT_DATA        0xF011
00019 #define OFFICE_ART_CLIENT_ANCHOR      0xF010
00020 #define OFFICE_ART_BLIP_PNG           0xF01E
00021 #define OFFICE_ART_BLIP_JPEG          0xF01D
00022 #define OFFICE_ART_BLIP_JPEGCMYK      0xF02A
00023 #define OFFICE_ART_BLIP_DIB           0xF01F
00024 #define OFFICE_ART_BLIP_EMF           0xF01A
00025 #define OFFICE_ART_BLIP_WMF           0xF01B
00026 #define OFFICE_ART_BLIP_PICT          0xF01C
00027 #define OFFICE_ART_BLIP_TIFF          0xF029
00028 #define OFFICE_ART_FOPT               0xF00B
00029 #define OFFICE_ART_TERTIARY_FOPT      0xF122
00030 #define OFFICE_ART_FSP                0xF00A
00031 #define OFFICE_ART_FSPGR              0xF009
00032 #define OFFICE_ART_CHILD_ANCHOR       0xF00F
00033 
00034 #endif /* __ESCHERCONTAINERTYPE_H__ */
00035 /* vim:set shiftwidth=2 softtabstop=2 expandtab: */