Justification.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 Justification
23 {
27  Left = 0,
31  Center = 1,
35  Right = 2
36 };
37 
38 
39 // C# preprocessor directive: #if __cplusplus
40 
41 
42 // C# preprocessor directive: #else
43 
44 
45 // C# preprocessor directive: #endif
46 
47 class ASPOSE_PDF_SHARED_CLASS JustificationConverter : public System::Object
48 {
50  typedef System::Object BaseType;
51 
52  typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
53  ASPOSE_PDF_SHARED_RTTI_INFO_DECL();
54 
55 public:
56 
57  static ASPOSE_PDF_SHARED_API System::String ToXfdfString(Justification value);
58  static ASPOSE_PDF_SHARED_API Justification ToEnum(System::String value);
59 
60 };
61 
62 } // namespace Annotations
63 } // namespace Pdf
64 } // namespace Aspose
65 
66 
String class used across the library. Is a substitute for C# System.String when translating code...
Definition: string.h:121
Justification
Enumerates the forms of quadding (justification) to be used in displaying the annotation�s text...
Definition: Justification.h:22
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
Definition: AFRelationship.h:4
Whole PDF file will be submitted.