public class WarningInfo
extends java.lang.Object
To learn more, visit the Programming with Documents documentation article.
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.
IWarningCallback| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Returns the description of the warning.
|
int |
getSource()
Returns the source of the warning.
|
int |
getWarningType()
Returns the type of the warning.
|
public int getWarningType()
WarningType constants.public java.lang.String getDescription()
public int getSource()
WarningSource constants.