search/mag_sel search/close
CellCollection.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 { namespace RW { namespace Doc { namespace Writer { class TablePrWriter; } } } } }
15 namespace Aspose { namespace Words { namespace Tables { class Row; } } }
16 namespace Aspose { namespace Words { class CompositeNode; } }
17 namespace Aspose { namespace Words { namespace Tables { class Cell; } } }
18 
19 namespace Aspose {
20 
21 namespace Words {
22 
23 namespace Tables {
24 
68 class ASPOSE_WORDS_SHARED_CLASS CellCollection : public Aspose::Words::NodeCollection
69 {
70  typedef CellCollection ThisType;
71  typedef Aspose::Words::NodeCollection BaseType;
72 
73  typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
74  ASPOSE_WORDS_SHARED_RTTI_INFO_DECL();
75 
76  friend class Aspose::Words::RW::Doc::Writer::TablePrWriter;
77  friend class Aspose::Words::Tables::Row;
78 
79 public:
80 
135  ASPOSE_WORDS_SHARED_API System::SharedPtr<Aspose::Words::Tables::Cell> idx_get(int32_t index);
136 
183 
184 protected:
185 
186  bool get_HasFormatRevision();
187 
189 
190  MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION(CellCollection, CODEPORTING_ARGS(System::SharedPtr<Aspose::Words::CompositeNode> parent));
191 
192  virtual ASPOSE_WORDS_SHARED_API ~CellCollection();
193 
194 };
195 
196 }
197 }
198 }