OutputIntent

Inheritance: java.lang.Object

public final class OutputIntent

Represents an output intent that matches the color characteristics of a PDF document with those of a target output device or production environment in which the document will be printed.

Methods

MethodDescription
getSubtype()Gets the output intent subtype.
getOutputCondition()Gets a text that concisely identifies the intended output device or production condition in human-readable form.
getOutputConditionIdentifier()Gets a text that identifies the intended output device or production condition in human- or machine-readable form.
getRegistryName()Gets a text that identifies the registry in which the condition designated by OutputConditionIdentifier (#getOutputConditionIdentifier#getOutputConditionIdentifier) is defined.
getInfo()Gets a human-readable text that contains additional information or comments about the intended target device or production condition.

getSubtype()

public final String getSubtype()

Gets the output intent subtype.

Returns: java.lang.String - String value

getOutputCondition()

public final String getOutputCondition()

Gets a text that concisely identifies the intended output device or production condition in human-readable form.

Returns: java.lang.String - String value

getOutputConditionIdentifier()

public final String getOutputConditionIdentifier()

Gets a text that identifies the intended output device or production condition in human- or machine-readable form.

Returns: java.lang.String - String value

getRegistryName()

public final String getRegistryName()

Gets a text that identifies the registry in which the condition designated by OutputConditionIdentifier (#getOutputConditionIdentifier#getOutputConditionIdentifier) is defined.

Returns: java.lang.String - String value

getInfo()

public final String getInfo()

Gets a human-readable text that contains additional information or comments about the intended target device or production condition.

Returns: java.lang.String - String value