org.apache.pdfbox.pdmodel.graphics.color
Class PDOutputIntent
java.lang.Object
org.apache.pdfbox.pdmodel.graphics.color.PDOutputIntent
- All Implemented Interfaces:
- COSObjectable
public class PDOutputIntent
- extends Object
- implements COSObjectable
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PDOutputIntent
public PDOutputIntent(PDDocument doc,
InputStream colorProfile)
throws Exception
- Throws:
Exception
PDOutputIntent
public PDOutputIntent(COSDictionary dictionary)
getCOSObject
public COSBase getCOSObject()
- Description copied from interface:
COSObjectable
- Convert this standard java object to a COS object.
- Specified by:
getCOSObject in interface COSObjectable
- Returns:
- The cos object that matches this Java object.
getDestOutputIntent
public COSStream getDestOutputIntent()
getInfo
public String getInfo()
setInfo
public void setInfo(String value)
getOutputCondition
public String getOutputCondition()
setOutputCondition
public void setOutputCondition(String value)
getOutputConditionIdentifier
public String getOutputConditionIdentifier()
setOutputConditionIdentifier
public void setOutputConditionIdentifier(String value)
getRegistryName
public String getRegistryName()
setRegistryName
public void setRegistryName(String value)
Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.