search/mag_sel search/close
FieldUserInitials.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 
62 class ASPOSE_WORDS_SHARED_CLASS FieldUserInitials : public Aspose::Words::Fields::Field
63 {
66 
67  typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
68  ASPOSE_WORDS_SHARED_RTTI_INFO_DECL();
69 
70 public:
71 
107  ASPOSE_WORDS_SHARED_API System::String get_UserInitials();
108 
110  ASPOSE_WORDS_SHARED_API void set_UserInitials(System::String value);
111 
112 protected:
113 
114  ASPOSE_WORDS_SHARED_API System::SharedPtr<Aspose::Words::Fields::FieldUpdateAction> UpdateCore() override;
115 
116  virtual ASPOSE_WORDS_SHARED_API ~FieldUserInitials();
117 
118 private:
119 
120  static const int32_t UserInitialsArgumentIndex;
121  static const int32_t MaxResultLength;
122 
123 };
124 
125 }
126 }
127 }