Class RenderingIntentValidationContext
- java.lang.Object
-
- com.itextpdf.kernel.validation.context.RenderingIntentValidationContext
-
- All Implemented Interfaces:
IValidationContext
public class RenderingIntentValidationContext extends java.lang.Object implements IValidationContext
Class for rendering intent validation context.
-
-
Constructor Summary
Constructors Constructor Description RenderingIntentValidationContext(PdfName intent)Instantiates a newRenderingIntentValidationContextbased on pdf name.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PdfNamegetIntent()Gets the intent pdf name.ValidationTypegetType()Gets type of the context.
-
-
-
Field Detail
-
intent
private final PdfName intent
-
-
Constructor Detail
-
RenderingIntentValidationContext
public RenderingIntentValidationContext(PdfName intent)
Instantiates a newRenderingIntentValidationContextbased on pdf name.- Parameters:
intent- the intent pdf name
-
-
Method Detail
-
getIntent
public PdfName getIntent()
Gets the intent pdf name.- Returns:
- the intent pdf name
-
getType
public ValidationType getType()
Description copied from interface:IValidationContextGets type of the context.- Specified by:
getTypein interfaceIValidationContext- Returns:
- the type
-
-