IWAObjectType.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 libetonyek 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 IWAOBJECTTYPE_H_INCLUDED
11 #define IWAOBJECTTYPE_H_INCLUDED
12 
13 namespace libetonyek
14 {
15 
16 namespace IWAObjectType
17 {
18 
19 enum
20 {
21  // 401: StyleRoot, ie. list of different styles id
22  Text = 2001,
23  ShapeField = 2003,
24  NoteStart = 2004, // find at the beginning of a note
25  Note = 2008,
26  DrawableShape = 2011,
27  CommentField = 2013,
28  StickyNote = 2014,
31  ListStyle = 2023,
32  SectionStyle = 2024,
33  GraphicStyle = 2025,
34  // 2031: placeholder field
35  Link = 2032,
36  DateTimeField = 2034,
37  PageField = 2043,
38  Image = 3005,
39  Group = 3008,
41  MediaStyle = 3016,
42  // 3047: related to columns ?
43  Comment = 3056,
44  TabularInfo = 6000,
45  TabularModel = 6001,
46  Tile = 6002,
47  TableStyle = 6003,
48  CellStyle = 6004,
49  DataList = 6005,
50  Headers = 6006,
51 
52  TextRef = 6218,
53 
54  GridLines = 6305,
55  GridLine = 6306,
56 
57  PageMaster = 10011,
58  PageMasterData = 10016,
60 };
61 
62 }
63 
64 }
65 
66 #endif
67 
68 /* vim:set shiftwidth=2 softtabstop=2 expandtab: */
Definition: IWAObjectType.h:24
Definition: IWAObjectType.h:39
Definition: IWORKBezierElement.cpp:20
Definition: IWAObjectType.h:22
Definition: IWAObjectType.h:50
Definition: IWAObjectType.h:25
Definition: IWAObjectType.h:29
Definition: IWAObjectType.h:30
Definition: IWAObjectType.h:33
Definition: IWAObjectType.h:55
Definition: IWAObjectType.h:27
Definition: IWAObjectType.h:59
Definition: IWAObjectType.h:26
Definition: IWAObjectType.h:58
Definition: IWAObjectType.h:28
Definition: IWAObjectType.h:23
Definition: IWAObjectType.h:45
Definition: IWAObjectType.h:32
Definition: IWAObjectType.h:47
Definition: IWAObjectType.h:48
Definition: IWAObjectType.h:31
Definition: IWAObjectType.h:41
Definition: IWAObjectType.h:37
Definition: IWAObjectType.h:54
Definition: IWAObjectType.h:52
Definition: IWAObjectType.h:43
Definition: IWAObjectType.h:57
Definition: IWAObjectType.h:44
Definition: IWAObjectType.h:35
Definition: IWAObjectType.h:38
Definition: IWAObjectType.h:49
Definition: IWAObjectType.h:46
Definition: IWAObjectType.h:36
Definition: IWAObjectType.h:40

Generated for libetonyek by doxygen 1.8.8