Package org.verapdf.model.pdlayer
Interface OutputIntents
-
- All Superinterfaces:
Object
- All Known Implementing Classes:
GFOutputIntents
public interface OutputIntents extends Object
the array of output intents
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetoutputProfileIndirects()comma separated list of output intents DestOutputProfile valueBooleangetsameOutputProfileIndirect()have as the value of that key the same indirect object, which shall be a valid ICC profile stream.-
Methods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
-
-
-
Method Detail
-
getsameOutputProfileIndirect
Boolean getsameOutputProfileIndirect()
have as the value of that key the same indirect object, which shall be a valid ICC profile stream.
-
getoutputProfileIndirects
String getoutputProfileIndirects()
comma separated list of output intents DestOutputProfile value
-
-