Skip to content

ValidatePrintSettingsIssue

Issues your print settings have. This object is a member of ValidatePrintSettingsReport.

Instance methods

description

Description of this issue. Basically, this contains rank and message.

Declaration

public String description();

Properties

rank

An impact of results of the print settings validation. For detail, see Rank.

Declaration

public Rank getRank();

message

A explanation for the issue.

Declaration

public String getMessage();

codeID

A code of the issue. This code is used to specify where the issue occurred. Therefore, this is basically not helpful for you.

Declaration

public int getCodeId();