TextIcon.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 System
9 {
10 class String;
11 } // namespace System
12 
13 namespace Aspose {
14 
15 namespace Pdf {
16 
17 namespace Annotations {
18 
22 enum class TextIcon
23 {
27  Note,
31  Comment,
35  Key,
39  Help,
47  Paragraph,
51  Insert,
55  Check,
59  Cross,
63  Circle,
67  Star
68 };
69 
70 
71 // C# preprocessor directive: #if __cplusplus
72 
73 
74 // C# preprocessor directive: #else
75 
76 
77 // C# preprocessor directive: #endif
78 
79 class ASPOSE_PDF_SHARED_CLASS TextIconConverter : public System::Object
80 {
82  typedef System::Object BaseType;
83 
84  typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
85  ASPOSE_PDF_SHARED_RTTI_INFO_DECL();
86 
87 public:
88 
89  static ASPOSE_PDF_SHARED_API System::String ToString(TextIcon value);
90  static ASPOSE_PDF_SHARED_API TextIcon ToEnum(System::String value);
91 
92 };
93 
94 } // namespace Annotations
95 } // namespace Pdf
96 } // namespace Aspose
97 
98 
A new paragraph symbol (�) should be associated with the caret.
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
This class represents generator paragraph note.
Definition: Note.h:36
Definition: AFRelationship.h:4
TextIcon
Enumerates the icons to be used in displaying the annotation.
Definition: TextIcon.h:22
Whole PDF file will be submitted.