Contains information about a warning that Aspose.Words issued during document loading or saving.
You do not create instances of this class. Objects of this class are created and passed by Aspose.Words to the Warning() method.
Shows how to set the property for finding the closest match for a missing font from the available font sources.
#include <Aspose.Words.Cpp/WarningInfo.h>
Public Member Functions | |
String | get_Description () const |
Returns the description of the warning. More... | |
WarningSource | get_Source () const |
Returns the source of the warning. More... | |
WarningType | get_WarningType () const |
Returns the type of the warning. More... | |
virtual const TypeInfo & | GetType () const override |
virtual bool | Is (const TypeInfo &target) const override |
Static Public Member Functions | |
static const TypeInfo & | Type () |
System::String Aspose::Words::WarningInfo::get_Description | ( | ) | const |
Returns the description of the warning.
Shows how to set the property for finding the closest match for a missing font from the available font sources.
Aspose::Words::WarningSource Aspose::Words::WarningInfo::get_Source | ( | ) | const |
Returns the source of the warning.
Aspose::Words::WarningType Aspose::Words::WarningInfo::get_WarningType | ( | ) | const |
Returns the type of the warning.
Shows how to set the property for finding the closest match for a missing font from the available font sources.
|
overridevirtual |
Reimplemented from System::Object.
|
overridevirtual |
Reimplemented from System::Object.
|
static |