Uses of Class
com.adobe.pdfservices.operation.pdfjobs.params.pdfproperties.PDFPropertiesParams
-
Packages that use PDFPropertiesParams Package Description com.adobe.pdfservices.operation.pdfjobs.jobs Contains implementation classes and sub-packages forPDFServicesJob
.com.adobe.pdfservices.operation.pdfjobs.params.pdfproperties Contains the param classes forPDFPropertiesJob
. -
-
Uses of PDFPropertiesParams in com.adobe.pdfservices.operation.pdfjobs.jobs
Methods in com.adobe.pdfservices.operation.pdfjobs.jobs with parameters of type PDFPropertiesParams Modifier and Type Method Description PDFPropertiesJob
PDFPropertiesJob. setParams(PDFPropertiesParams pdfPropertiesParams)
Set params for the job. -
Uses of PDFPropertiesParams in com.adobe.pdfservices.operation.pdfjobs.params.pdfproperties
Methods in com.adobe.pdfservices.operation.pdfjobs.params.pdfproperties that return PDFPropertiesParams Modifier and Type Method Description PDFPropertiesParams
PDFPropertiesParams.Builder. build()
Returns a newPDFPropertiesParams
instance built from the current state of this builder.
-