LineEnding.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 LineEnding
23 {
27  None,
31  Square,
35  Circle,
39  Diamond,
43  OpenArrow,
51  Butt,
55  ROpenArrow,
63  Slash
64 };
65 
66 
67 // C# preprocessor directive: #if __cplusplus
68 
69 
70 // C# preprocessor directive: #else
71 
72 
73 // C# preprocessor directive: #endif
74 
75 class ASPOSE_PDF_SHARED_CLASS LineEndingConverter : public System::Object
76 {
78  typedef System::Object BaseType;
79 
80  typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
81  ASPOSE_PDF_SHARED_RTTI_INFO_DECL();
82 
83 public:
84 
85  static ASPOSE_PDF_SHARED_API System::String ToString(LineEnding value);
86  static ASPOSE_PDF_SHARED_API LineEnding ToEnum(System::String value);
87 
88 };
89 
90 } // namespace Annotations
91 } // namespace Pdf
92 } // namespace Aspose
93 
94 
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
Two short lines meeting in an acute angle as in the OpenArrow style and connected by a third line to ...
A diamond shape filled with the annotation�s interior color, if any.
A short line at the endpoint perpendicular to the line itself.
A short line at the endpoint approximately 30 degrees clockwise from perpendicular to the line itself...
LineEnding
Enumerates the line ending styles to be used in drawing the line.
Definition: LineEnding.h:22
Definition: AFRelationship.h:4
Two short lines meeting in an acute angle to form an open arrowhead.
A triangular closed arrowhead in the reverse direction from ClosedArrow.
Two short lines in the reverse direction from OpenArrow.
Whole PDF file will be submitted.