search/mag_sel search/close
Forms2OleControlCollection.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 <system/object.h>
12 #include <cstdint>
13 
14 #include <Aspose.Words.Cpp/aspose_words_api_defs.h>
15 
16 namespace Aspose { namespace Words { namespace Forms2 { class FormControl; } } }
17 namespace System { namespace Collections { namespace Generic { template <typename> class List; } } }
18 namespace Aspose { namespace Words { namespace Drawing { namespace Ole { class Forms2OleControl; } } } }
19 
20 namespace Aspose {
21 
22 namespace Words {
23 
24 namespace Drawing {
25 
26 namespace Ole {
27 
57 class ASPOSE_WORDS_SHARED_CLASS Forms2OleControlCollection : public System::Object
58 {
59  typedef Forms2OleControlCollection ThisType;
60  typedef System::Object BaseType;
61 
62  typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
63  ASPOSE_WORDS_SHARED_RTTI_INFO_DECL();
64 
65  friend class Aspose::Words::Forms2::FormControl;
66 
67 public:
68 
98  ASPOSE_WORDS_SHARED_API int32_t get_Count();
99 
129  ASPOSE_WORDS_SHARED_API System::SharedPtr<Aspose::Words::Drawing::Ole::Forms2OleControl> idx_get(int32_t index);
130 
131  ASPOSE_WORDS_SHARED_API Forms2OleControlCollection();
132 
133 protected:
134 
136 
137 private:
138 
140 
141 };
142 
143 }
144 }
145 }
146 }