public class PDFX_3_Conversion extends Profile implements PDFX_ConversionProfile
| Constructor and Description |
|---|
PDFX_3_Conversion(ICC_Profile destOutputProfile) |
| Modifier and Type | Method and Description |
|---|---|
ConversionOptions |
getConversionOptions()
Returns conversion options for this profile.
|
String |
getDescription()
Returns a simple description of this profile.
|
static String |
getDescription(ICC_Profile prof) |
String |
getName()
Returns the name of this profile.
|
String |
getOutputProfileName() |
String |
getPDFXName() |
void |
setDefaultTitle(String name) |
getProfileList, toStringpublic PDFX_3_Conversion(ICC_Profile destOutputProfile)
public String getOutputProfileName()
public static String getDescription(ICC_Profile prof)
public void setDefaultTitle(String name)
setDefaultTitle in interface PDFX_ConversionProfilepublic ConversionOptions getConversionOptions()
ProfilegetConversionOptions in interface PDFX_ConversionProfilegetConversionOptions in class Profilepublic String getPDFXName()
getPDFXName in interface PDFX_ConversionProfilepublic String getName()
Profilepublic String getDescription()
ProfilegetDescription in class Profile