FileHyperlink.h
1 #pragma once
2 // Copyright (c) 2001-2024 Aspose Pty Ltd. All Rights Reserved.
3 
4 #include <system/string.h>
5 
6 #include "Aspose.PDF.Cpp/Generator/Hyperlink.h"
7 #include "Aspose.PDF.Cpp/aspose_pdf_api_defs.h"
8 
9 namespace Aspose
10 {
11 namespace Pdf
12 {
13 enum class ExtendedBoolean;
14 } // namespace Pdf
15 } // namespace Aspose
16 
17 namespace Aspose {
18 
19 namespace Pdf {
20 
24 class ASPOSE_PDF_SHARED_CLASS FileHyperlink final : public Aspose::Pdf::Hyperlink
25 {
26  typedef FileHyperlink ThisType;
28 
29  typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
30  ASPOSE_PDF_SHARED_RTTI_INFO_DECL();
31 
32 public:
33 
37  ASPOSE_PDF_SHARED_API ExtendedBoolean get_NewWindow() const;
41  ASPOSE_PDF_SHARED_API void set_NewWindow(ExtendedBoolean value);
45  ASPOSE_PDF_SHARED_API System::String get_Path() const;
49  ASPOSE_PDF_SHARED_API void set_Path(System::String value);
50 
54  ASPOSE_PDF_SHARED_API FileHyperlink();
59  ASPOSE_PDF_SHARED_API FileHyperlink(System::String path);
60 
61 private:
62 
63  ExtendedBoolean pr_NewWindow;
64  System::String path;
65 
66 };
67 
68 } // namespace Pdf
69 } // namespace Aspose
70 
71 
String class used across the library. Is a substitute for C# System.String when translating code...
Definition: string.h:121
ExtendedBoolean
Represents boolean type that supports Undefined value.
Definition: ExtendedBoolean.h:16
Definition: AFRelationship.h:4
means saving without change of format, i.e. as PDF use it please instead of &#39;SaveFormat.None&#39;, that is obsolete one
Whole PDF file will be submitted.