search/mag_sel search/close
FieldMergingArgs.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/string.h>
12 #include <cstdint>
13 
14 #include <Aspose.Words.Cpp/MailMerging/FieldMergingArgsBase.h>
15 #include <Aspose.Words.Cpp/aspose_words_api_defs.h>
16 
17 namespace Aspose { namespace Words { namespace MailMerging { class MailMergeRegion; } } }
18 namespace Aspose { namespace Words { class Document; } }
19 namespace Aspose { namespace Words { namespace Fields { class FieldMergeField; } } }
20 
21 namespace Aspose {
22 
23 namespace Words {
24 
25 namespace MailMerging {
26 
93 {
94  typedef FieldMergingArgs ThisType;
96 
97  typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
98  ASPOSE_WORDS_SHARED_RTTI_INFO_DECL();
99 
100  friend class Aspose::Words::MailMerging::MailMergeRegion;
101 
102 public:
103 
169  ASPOSE_WORDS_SHARED_API System::String get_Text() const;
170 
172  ASPOSE_WORDS_SHARED_API void set_Text(System::String value);
173 
174 protected:
175 
177 
178  MEMBER_FUNCTION_MAKE_OBJECT_DECLARATION(FieldMergingArgs, CODEPORTING_ARGS(System::SharedPtr<Aspose::Words::Document> document, System::String tableName, int32_t recordIndex, System::SharedPtr<Aspose::Words::Fields::FieldMergeField> field, System::String fieldName, System::String documentFieldName, System::SharedPtr<System::Object> fieldValue));
179 
180 private:
181 
182  System::String pr_Text;
183 
184 };
185 
186 }
187 }
188 }