search/mag_sel search/close
FieldUserAddress.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 <cstdint>
12 
13 #include <Aspose.Words.Cpp/Fields/Field.h>
14 #include <Aspose.Words.Cpp/aspose_words_api_defs.h>
15 
16 namespace System { class String; }
17 namespace Aspose { namespace Words { namespace Fields { class FieldUpdateAction; } } }
18 namespace System { template <typename> class SmartPtr; }
19 namespace System { template <typename T0> using SharedPtr = System::SmartPtr<T0>; }
20 
21 namespace Aspose {
22 
23 namespace Words {
24 
25 namespace Fields {
26 
61 class ASPOSE_WORDS_SHARED_CLASS FieldUserAddress : public Aspose::Words::Fields::Field
62 {
63  typedef FieldUserAddress ThisType;
65 
66  typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
67  ASPOSE_WORDS_SHARED_RTTI_INFO_DECL();
68 
69 public:
70 
105  ASPOSE_WORDS_SHARED_API System::String get_UserAddress();
106 
108  ASPOSE_WORDS_SHARED_API void set_UserAddress(System::String value);
109 
110 protected:
111 
112  ASPOSE_WORDS_SHARED_API System::SharedPtr<Aspose::Words::Fields::FieldUpdateAction> UpdateCore() override;
113 
114  virtual ASPOSE_WORDS_SHARED_API ~FieldUserAddress();
115 
116 private:
117 
118  static const int32_t UserAddressArgumentIndex;
119  static const int32_t MaxResultLength;
120 
121 };
122 
123 }
124 }
125 }