search/mag_sel search/close
FieldAutoTextList.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/Fields/FieldSwitchType.h>
15 #include <Aspose.Words.Cpp/Fields/IFieldCodeTokenInfoProvider.h>
16 #include <Aspose.Words.Cpp/Fields/Field.h>
17 #include <Aspose.Words.Cpp/aspose_words_api_defs.h>
18 
19 namespace Aspose {
20 
21 namespace Words {
22 
23 namespace Fields {
24 
77 class ASPOSE_WORDS_SHARED_CLASS FieldAutoTextList : public Aspose::Words::Fields::Field, public Aspose::Words::Fields::IFieldCodeTokenInfoProvider
78 {
81  typedef Aspose::Words::Fields::IFieldCodeTokenInfoProvider BaseType1;
82 
83  typedef ::System::BaseTypesInfo<BaseType, BaseType1> ThisTypeBaseTypesInfo;
84  ASPOSE_WORDS_SHARED_RTTI_INFO_DECL();
85 
86 public:
87 
140  ASPOSE_WORDS_SHARED_API System::String get_EntryName();
141 
143  ASPOSE_WORDS_SHARED_API void set_EntryName(System::String value);
144 
197  ASPOSE_WORDS_SHARED_API System::String get_ListStyle();
198 
200  ASPOSE_WORDS_SHARED_API void set_ListStyle(System::String value);
201 
254  ASPOSE_WORDS_SHARED_API System::String get_ScreenTip();
255 
257  ASPOSE_WORDS_SHARED_API void set_ScreenTip(System::String value);
258 
259  ASPOSE_WORDS_SHARED_API Aspose::Words::Fields::FieldSwitchType GetSwitchType(System::String switchName) override;
260 
261 private:
262 
263  static const int32_t EntryNameArgumentIndex;
264 
265  static const System::String& ListStyleSwitch();
266  static const System::String& ScreenTipSwitch();
267 
268 };
269 
270 }
271 }
272 }