Aspose.Tasks for C++
CssSavingArgs.h
1 #pragma once
2 //-----------------------------------------------------------------------
3 // <copyright file="CssSavingArgs.cs" company="Aspose Pty Ltd">
4 // Copyright (c) 2002-2024 Aspose Pty Ltd. All Rights Reserved.
5 // </copyright>
6 //-----------------------------------------------------------------------
7 
8 #include "aspose.tasks.cpp/Saving/Html/ResourceSavingArgs.h"
9 #include "aspose.tasks.cpp/aspose_tasks_api_defs.h"
10 
11 namespace Aspose {
12 
13 namespace Tasks {
14 
15 /// <summary>
16 /// This class represents set of data that related to external CSS file's saving that
17 /// occurs during conversion to HTML format.
18 /// </summary>
19 class ASPOSE_TASKS_SHARED_CLASS CssSavingArgs : public Aspose::Tasks::ResourceSavingArgs
20 {
21  typedef CssSavingArgs ThisType;
23 
24  typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
25  ASPOSE_TASKS_SHARED_RTTI_INFO_DECL();
26 
27 public:
28 
29  /// <summary>
30  /// Initializes a new instance of the <see cref="CssSavingArgs"></see> class.
31  /// </summary>
32  // ReSharper disable once StyleCop.SA1650
33  // ReSharper disable once EmptyConstructor
34  ASPOSE_TASKS_SHARED_API CssSavingArgs();
35 
36 };
37 
38 } // namespace Tasks
39 } // namespace Aspose
40 
41 
This class represents set of data that related to external CSS file's saving that occurs during conve...
Definition: CssSavingArgs.h:20
CssSavingArgs()
Initializes a new instance of the CssSavingArgs class.
This class represents set of data that related to external resource file's saving that occurs during ...
Definition: ResourceSavingArgs.h:29
Definition: Asn.h:13