com.aspose.pdf

Interfaces

Classes

Enums

Exceptions

com.aspose.pdf

Class WarningInfo



  • public final class WarningInfo
    extends Object

    Immutable object for encapsulating warning information.

    • Constructor Detail

      • WarningInfo

        public WarningInfo(int type,
                           String message)

        Constructs instance for gathering information.

        Parameters:
        type - the warning type to set
        message - the warning message to set
    • Method Detail

      • getWarningMessage

        public String getWarningMessage()

        Returns string representation of warning message.

        Returns:
        the warning message
      • getWarningTypeProperty

        public int getWarningTypeProperty()

        Returns warning type.

        Returns:
        the warning type