com.aspose.diagram
Class WarningInfo

java.lang.Object
    extended by com.aspose.diagram.WarningInfo

public class WarningInfo 
extends java.lang.Object

Warning info


Constructor Summary
WarningInfo(int warningType, java.lang.String description)
           Create warning info.
 
Property Getters/Setters Summary
java.lang.StringgetDescription()
           Get description of warning info.
intgetWarningType()
           Get warning type. The value of the property is WarningType integer constant.
 

Constructor Detail

WarningInfo

public WarningInfo(int warningType, java.lang.String description)
Create warning info.
Parameters:
warningType - A WarningType value. warning type
description - warning description

Property Getters/Setters Detail

getWarningType

public int getWarningType()
Get warning type. The value of the property is WarningType integer constant.

getDescription

public java.lang.String getDescription()
Get description of warning info.

See Also:
          Aspose.Diagram Documentation - the home page for the Aspose.Diagram Product Documentation.
          Aspose.Diagram Support Forum - our preferred method of support.