WordML2003SaveOptions.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/Saving/SaveOptions.h>
12
#include <Aspose.Words.Cpp/SaveFormat.h>
13
#include <Aspose.Words.Cpp/aspose_words_api_defs.h>
14
15
namespace
Aspose
{
16
17
namespace
Words
{
18
19
namespace
Saving {
20
81
class
ASPOSE_WORDS_SHARED_CLASS
WordML2003SaveOptions
:
public
Aspose::Words::Saving::SaveOptions
82
{
83
typedef
WordML2003SaveOptions
ThisType
;
84
typedef
Aspose::Words::Saving::SaveOptions
BaseType
;
85
86
typedef ::System::BaseTypesInfo<BaseType>
ThisTypeBaseTypesInfo
;
87
ASPOSE_WORDS_SHARED_RTTI_INFO_DECL();
88
89
public
:
90
132
ASPOSE_WORDS_SHARED_API
Aspose::Words::SaveFormat
get_SaveFormat
()
override
;
133
135
ASPOSE_WORDS_SHARED_API
void
set_SaveFormat
(
Aspose::Words::SaveFormat
value)
override
;
136
137
};
138
139
}
140
}
141
}