FormExporter.h
1 #pragma once
2 // Copyright (c) 2001-2024 Aspose Pty Ltd. All Rights Reserved.
3 
4 #include <system/object.h>
5 
6 #include "Aspose.PDF.Cpp/aspose_pdf_api_defs.h"
7 
8 namespace Aspose
9 {
10 namespace Pdf
11 {
12 namespace Plugins
13 {
14 class FormExporterOptions;
15 class FormExporterValuesToCsvOptions;
16 class ResultContainer;
17 } // namespace Plugins
18 } // namespace Pdf
19 } // namespace Aspose
20 namespace System
21 {
22 class String;
23 } // namespace System
24 
25 namespace Aspose {
26 
27 namespace Pdf {
28 
29 namespace Plugins {
30 
34 class ASPOSE_PDF_SHARED_CLASS FormExporter final : public System::Object
35 {
36  typedef FormExporter ThisType;
37  typedef System::Object BaseType;
38 
39  typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
40  ASPOSE_PDF_SHARED_RTTI_INFO_DECL();
41 
42 public:
43 
50  //public ResultContainer Process(IPluginOptions options)
52 
53 private:
54 
55  System::SharedPtr<ResultContainer> ExportFieldValuesToCsv(System::SharedPtr<FormExporterValuesToCsvOptions> exportFieldValuesOptions);
56  static void Export(System::SharedPtr<FormExporterValuesToCsvOptions> exportFieldValuesOptions, System::String resultFileName);
57 
58 };
59 
60 } // namespace Plugins
61 } // namespace Pdf
62 } // namespace Aspose
63 
64 
String class used across the library. Is a substitute for C# System.String when translating code...
Definition: string.h:121
Base class that enables using methods available for System.Object class in C#. All non-trivial classe...
Definition: object.h:64
Definition: Artifact.h:67
Pointer class to wrap types being allocated on heap. Use it to manage memory for classes inheriting O...
Definition: fwd.h:22
Represents FormExporter plugin.
Definition: FormExporter.h:34
Definition: AFRelationship.h:4
Whole PDF file will be submitted.