|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.cete.dynamicpdf.OutputIntent
public class OutputIntent
Represents an output intents.
Licensing:
This property is a DynamicPDF Generator Enterprise
Edition feature. One of the following licenses is required for non-evaluation usage:
Constructor Summary | |
---|---|
OutputIntent(java.lang.String outputCondition,
java.lang.String outputConditionIdentifier,
java.lang.String registryName)
Initializes a new instance of the OutputIntent class. |
|
OutputIntent(java.lang.String outputCondition,
java.lang.String outputConditionIdentifier,
java.lang.String registryName,
java.lang.String info)
Initializes a new instance of the OutputIntent class. |
|
OutputIntent(java.lang.String outputCondition,
java.lang.String outputConditionIdentifier,
java.lang.String registryName,
java.lang.String info,
IccProfile iccProfile)
Initializes a new instance of the OutputIntent class. |
Method Summary | |
---|---|
static OutputIntent |
getIfraNewsPrint22()
Gets the Ifra Newsprint 22 OutputIntent. |
static OutputIntent |
getIfraNewsPrint28()
Gets the Ifra Newsprint 28 OutputIntent. |
java.lang.String |
getInfo()
Gets the additional information of the output intent. |
static OutputIntent |
getIsoCoated()
Gets the ISO Coated OutputIntent. |
static OutputIntent |
getIsoUncoated()
Gets the ISO Uncoated OutputIntent. |
static OutputIntent |
getIsoUncoatedYellowish()
Gets the ISO Uncoated Yellowish OutputIntent. |
static OutputIntent |
getIsoWebCoated()
Gets the ISO Web Coated OutputIntent. |
java.lang.String |
getOutputCondition()
Gets the output condition of the output intent. |
java.lang.String |
getOutputConditionIdentifier()
Gets the output condition identifier of the output intent. |
java.lang.String |
getRegistryName()
Gets the registry name of the output intent. |
static OutputIntent |
getUSWebCoatedSwop()
Gets the US Web Coated (SWOP) v2 OutputIntent. |
OutputIntentVersion |
getVersion()
Gets the OutputIntentVersion to PDF/X or PDF/A. |
void |
setDestOutputProfile(IccProfile iccProfile)
Sets the destination output profile to the given IccProfile . |
void |
setInfo(java.lang.String value)
Sets the additional information of the output intent. |
void |
setOutputCondition(java.lang.String value)
Sets the output condition of the output intent. |
void |
setOutputConditionIdentifier(java.lang.String value)
Sets the output condition identifier of the output intent. |
void |
setRegistryName(java.lang.String value)
Sets the registry name of the output intent. |
void |
setVersion(OutputIntentVersion value)
Sets the OutputIntentVersion to PDF/X or PDF/A. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OutputIntent(java.lang.String outputCondition, java.lang.String outputConditionIdentifier, java.lang.String registryName)
OutputIntent
class.
outputCondition
- The output condition.outputConditionIdentifier
- The output condition identifier.registryName
- The registry name.OutputIntent
public OutputIntent(java.lang.String outputCondition, java.lang.String outputConditionIdentifier, java.lang.String registryName, java.lang.String info)
OutputIntent
class.
outputCondition
- The output condition.outputConditionIdentifier
- The output condition identifier.registryName
- The registry name.info
- Additional information or comments.OutputIntent
public OutputIntent(java.lang.String outputCondition, java.lang.String outputConditionIdentifier, java.lang.String registryName, java.lang.String info, IccProfile iccProfile)
OutputIntent
class.
outputCondition
- The output condition.outputConditionIdentifier
- The output condition identifier.registryName
- The registry name.info
- Additional information or comments.iccProfile
- The IccProfile to be used.OutputIntent
Method Detail |
---|
public static OutputIntent getUSWebCoatedSwop()
public static OutputIntent getIsoWebCoated()
public static OutputIntent getIsoUncoated()
public static OutputIntent getIsoUncoatedYellowish()
public static OutputIntent getIsoCoated()
public static OutputIntent getIfraNewsPrint28()
public static OutputIntent getIfraNewsPrint22()
public java.lang.String getOutputCondition()
public void setOutputCondition(java.lang.String value)
value
- the output condition of the output intent.public java.lang.String getOutputConditionIdentifier()
public void setOutputConditionIdentifier(java.lang.String value)
value
- the output condition identifier of the output intent.public java.lang.String getRegistryName()
public void setRegistryName(java.lang.String value)
value
- the registry name of the output intent.public java.lang.String getInfo()
public void setInfo(java.lang.String value)
value
- the additional information of the output intent.public void setDestOutputProfile(IccProfile iccProfile)
IccProfile
.
iccProfile
- The IccProfile
to be set.public OutputIntentVersion getVersion()
public void setVersion(OutputIntentVersion value)
value
- the OutputIntentVersion to PDF/X or PDF/A.
|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |