OfficeMathRenderer.h
1
// Copyright 2001-2021 Aspose Pty Ltd. All Rights Reserved.
3
//
4
// This file is part of Aspose.Words. The source code in this file
5
// is only intended as a supplement to the documentation, and is provided
6
// "as is", without warranty of any kind, either expressed or implied.
9
#pragma once
10
11
#include <system/shared_ptr.h>
12
13
#include <Aspose.Words.Cpp/Rendering/NodeRendererBase.h>
14
#include <Aspose.Words.Cpp/aspose_words_api_defs.h>
15
16
namespace
Aspose
{
namespace
Words
{
namespace
Math {
class
OfficeMath
; } } }
17
18
namespace
Aspose
{
19
20
namespace
Words
{
21
22
namespace
Rendering {
23
69
class
ASPOSE_WORDS_SHARED_CLASS
OfficeMathRenderer
:
public
Aspose::Words::Rendering::NodeRendererBase
70
{
71
typedef
OfficeMathRenderer
ThisType
;
72
typedef
Aspose::Words::Rendering::NodeRendererBase
BaseType
;
73
74
typedef ::System::BaseTypesInfo<BaseType>
ThisTypeBaseTypesInfo
;
75
ASPOSE_WORDS_SHARED_RTTI_INFO_DECL();
76
77
public
:
78
125
ASPOSE_WORDS_SHARED_API
OfficeMathRenderer
(
System::SharedPtr<Aspose::Words::Math::OfficeMath>
math);
126
127
};
128
129
}
130
}
131
}