Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef IWAOBJECTTYPE_H_INCLUDED
00011 #define IWAOBJECTTYPE_H_INCLUDED
00012
00013 namespace libetonyek
00014 {
00015
00016 namespace IWAObjectType
00017 {
00018
00019 enum
00020 {
00021 Text = 2001,
00022 DrawableShape = 2011,
00023 StickyNote = 2014,
00024 CharacterStyle = 2021,
00025 ParagraphStyle = 2022,
00026 ListStyle = 2023,
00027 GraphicStyle = 2025,
00028 Link = 2032,
00029 Image = 3005,
00030 Group = 3008,
00031 Comment = 3056,
00032 TabularInfo = 6000,
00033 TabularModel = 6001,
00034 Tile = 6002,
00035 TableStyle = 6003,
00036 CellStyle = 6004,
00037 DataList = 6005,
00038 Headers = 6006
00039 };
00040
00041 }
00042
00043 }
00044
00045 #endif
00046
00047