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,
59  HeadersAndFooters = 10143
60 };
61 
62 }
63 
64 }
65 
66 #endif
67 
68 /* vim:set shiftwidth=2 softtabstop=2 expandtab: */
@ DateTimeField
Definition: IWAObjectType.h:36
@ Image
Definition: IWAObjectType.h:38
@ Text
Definition: IWAObjectType.h:22
@ CommentField
Definition: IWAObjectType.h:27
@ ConnectionLine
Definition: IWAObjectType.h:40
@ Comment
Definition: IWAObjectType.h:43
@ Link
Definition: IWAObjectType.h:35
@ HeadersAndFooters
Definition: IWAObjectType.h:59
@ DrawableShape
Definition: IWAObjectType.h:26
@ ParagraphStyle
Definition: IWAObjectType.h:30
@ PageMasterData
Definition: IWAObjectType.h:58
@ CellStyle
Definition: IWAObjectType.h:48
@ Note
Definition: IWAObjectType.h:25
@ SectionStyle
Definition: IWAObjectType.h:32
@ PageMaster
Definition: IWAObjectType.h:57
@ TableStyle
Definition: IWAObjectType.h:47
@ GridLines
Definition: IWAObjectType.h:54
@ ListStyle
Definition: IWAObjectType.h:31
@ DataList
Definition: IWAObjectType.h:49
@ Headers
Definition: IWAObjectType.h:50
@ Group
Definition: IWAObjectType.h:39
@ TabularInfo
Definition: IWAObjectType.h:44
@ TextRef
Definition: IWAObjectType.h:52
@ MediaStyle
Definition: IWAObjectType.h:41
@ GraphicStyle
Definition: IWAObjectType.h:33
@ PageField
Definition: IWAObjectType.h:37
@ TabularModel
Definition: IWAObjectType.h:45
@ CharacterStyle
Definition: IWAObjectType.h:29
@ GridLine
Definition: IWAObjectType.h:55
@ StickyNote
Definition: IWAObjectType.h:28
@ Tile
Definition: IWAObjectType.h:46
@ ShapeField
Definition: IWAObjectType.h:23
@ NoteStart
Definition: IWAObjectType.h:24
Definition: IWORKBezierElement.cpp:21

Generated for libetonyek by doxygen 1.9.1