java.lang.Object
com.aspose.diagram.WarningInfo
public class WarningInfo
| Constructor Summary |
|---|
WarningInfo(int warningType, java.lang.String description)
Create warning info. |
| Property Getters/Setters Summary | ||
|---|---|---|
java.lang.String | getDescription() | |
| Get description of warning info. | ||
int | getWarningType() | |
| Get warning type. The value of the property is WarningType integer constant. | ||
| Constructor Detail |
|---|
public WarningInfo(int warningType, java.lang.String description)
warningType - A description - warning description| Property Getters/Setters Detail |
|---|
getWarningType | |
public int getWarningType() | |
getDescription | |
public java.lang.String getDescription() | |