search/mag_sel search/close
TableCollection.h
1 // Copyright 2001-2021 Aspose Pty Ltd. All Rights Reserved.
3 //
4 // This file is part of Aspose.Words. The source code in this file
5 // is only intended as a supplement to the documentation, and is provided
6 // "as is", without warranty of any kind, either expressed or implied.
9 #pragma once
10 
11 #include <Aspose.Words.Cpp/NodeCollection.h>
12 #include <Aspose.Words.Cpp/aspose_words_api_defs.h>
13 
14 namespace Aspose { namespace Words { class InlineStory; } }
15 namespace Aspose { namespace Words { class Story; } }
16 namespace Aspose { namespace Words { namespace Tables { class Cell; } } }
17 namespace Aspose { namespace Words { class CompositeNode; } }
18 namespace Aspose { namespace Words { namespace Tables { class Table; } } }
19 
20 namespace Aspose {
21 
22 namespace Words {
23 
24 namespace Tables {
25 
132 class ASPOSE_WORDS_SHARED_CLASS TableCollection : public Aspose::Words::NodeCollection
133 {
134  typedef TableCollection ThisType;
135  typedef Aspose::Words::NodeCollection BaseType;
136 
137  typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
138  ASPOSE_WORDS_SHARED_RTTI_INFO_DECL();
139 
140  friend class Aspose::Words::InlineStory;
141  friend class Aspose::Words::Story;
142  friend class Aspose::Words::Tables::Cell;
143 
144 public:
145 
200  ASPOSE_WORDS_SHARED_API System::SharedPtr<Aspose::Words::Tables::Table> idx_get(int32_t index);
201 
248 
249 protected:
250 
252 
253  MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION(TableCollection, CODEPORTING_ARGS(System::SharedPtr<Aspose::Words::CompositeNode> parent));
254 
255  virtual ASPOSE_WORDS_SHARED_API ~TableCollection();
256 
257 };
258 
259 }
260 }
261 }