ITableElement.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 Aspose
9 {
10 namespace Pdf
11 {
12 class Rectangle;
13 } // namespace Pdf
14 } // namespace Aspose
15 
16 namespace Aspose {
17 
18 namespace Pdf {
19 
20 namespace Text {
21 
25 class ASPOSE_PDF_SHARED_CLASS ITableElement : public virtual System::Object
26 {
27  typedef ITableElement ThisType;
28  typedef System::Object BaseType;
29 
30  typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
31  ASPOSE_PDF_SHARED_RTTI_INFO_DECL();
32 
33 public:
34 
38  virtual System::SharedPtr<Aspose::Pdf::Rectangle> get_Rectangle() = 0;
39 
40 };
41 
42 } // namespace Text
43 } // namespace Pdf
44 } // namespace Aspose
45 
46 
Base class that enables using methods available for System.Object class in C#. All non-trivial classe...
Definition: object.h:64
This interface represents an element of existing table extracted by TableAbsorber.
Definition: ITableElement.h:25
Pointer class to wrap types being allocated on heap. Use it to manage memory for classes inheriting O...
Definition: fwd.h:22
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.