Direction.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 
20 enum class Direction
21 {
25  L2R,
29  R2L
30 };
31 
32 
33 // C# preprocessor directive: #if __cplusplus
34 
35 
36 // C# preprocessor directive: #else
37 
38 
39 // C# preprocessor directive: #endif
40 
41 class ASPOSE_PDF_SHARED_CLASS DirectionConverter : public System::Object
42 {
44  typedef System::Object BaseType;
45 
46  typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
47  ASPOSE_PDF_SHARED_RTTI_INFO_DECL();
48 
49 public:
50 
51  static ASPOSE_PDF_SHARED_API System::String ToString(Direction value);
52  static ASPOSE_PDF_SHARED_API Direction ToEnum(System::String value);
53 
54 };
55 
56 } // namespace Pdf
57 } // namespace Aspose
58 
59 
Left to right direction.
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
Right to left direction.
Definition: Direction.h:41
Definition: AFRelationship.h:4
Direction
Text direction.
Definition: Direction.h:20
Whole PDF file will be submitted.