OfficeMathRenderer.h
1
// Copyright 2001-2022 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 <Aspose.Words.Cpp/Rendering/NodeRendererBase.h>
12
#include <Aspose.Words.Cpp/aspose_words_api_defs.h>
13
14
namespace
Aspose
15
{
16
namespace
Words
17
{
18
namespace
Math
19
{
20
class
OfficeMath
;
21
}
22
}
23
}
24
25
namespace
Aspose
{
26
27
namespace
Words
{
28
29
namespace
Rendering {
30
76
class
ASPOSE_WORDS_SHARED_CLASS
OfficeMathRenderer
:
public
Aspose::Words::Rendering::NodeRendererBase
77
{
78
typedef
OfficeMathRenderer
ThisType
;
79
typedef
Aspose::Words::Rendering::NodeRendererBase
BaseType
;
80
81
typedef ::System::BaseTypesInfo<BaseType>
ThisTypeBaseTypesInfo
;
82
ASPOSE_WORDS_SHARED_RTTI_INFO_DECL();
83
84
public
:
85
132
ASPOSE_WORDS_SHARED_API
OfficeMathRenderer
(
const
System::SharedPtr<Aspose::Words::Math::OfficeMath>
& math);
133
134
};
135
136
}
137
}
138
}