java.lang.Object
com.aspose.words.WarningInfo
public class WarningInfo
- extends java.lang.Object
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 IWarningCallback.warning(com.aspose.words.WarningInfo) method.
- See Also:
- IWarningCallback
Property Getters/Setters Summary |
java.lang.String | getDescription() | |
|
Returns the description of the warning.
|
int | getSource() | |
|
Returns the source of the warning.
The value of the property is WarningSource integer constant. |
int | getWarningType() | |
|
Returns the type of the warning.
The value of the property is WarningType integer constant. |
Property Getters/Setters Detail |
getDescription | |
public java.lang.String getDescription()
|
-
Returns the description of the warning.
getSource | |
public int getSource()
|
-
Returns the source of the warning.
The value of the property is WarningSource integer constant.
getWarningType | |
public int getWarningType()
|
-
Returns the type of the warning.
The value of the property is WarningType integer constant.
See Also:
Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
Aspose.Words Support Forum - our preferred method of support.