FieldBidiOutline.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 <Aspose.Words.Cpp/Fields/Field.h>
12
#include <Aspose.Words.Cpp/aspose_words_api_defs.h>
13
14
namespace
Aspose
{
15
16
namespace
Words
{
17
18
namespace
Fields {
19
53
class
ASPOSE_WORDS_SHARED_CLASS
FieldBidiOutline
:
public
Aspose::Words::Fields::Field
54
{
55
typedef
FieldBidiOutline
ThisType
;
56
typedef
Aspose::Words::Fields::Field
BaseType
;
57
58
typedef ::System::BaseTypesInfo<BaseType>
ThisTypeBaseTypesInfo
;
59
ASPOSE_WORDS_SHARED_RTTI_INFO_DECL();
60
61
};
62
63
}
64
}
65
}