Uses of Class
com.adobe.pdfservices.operation.internal.cpf.dto.request.platform.MultiPartFormField
-
-
Uses of MultiPartFormField in com.adobe.pdfservices.operation.internal.cpf.dto.request.platform.multipleInputsField
Constructors in com.adobe.pdfservices.operation.internal.cpf.dto.request.platform.multipleInputsField with parameters of type MultiPartFormField Constructor Description CombineCPFMultipleInputsField(MultiPartFormField multiPartFormField, CombinePageRange combinePageRange) -
Uses of MultiPartFormField in com.adobe.pdfservices.operation.internal.cpf.dto.response.platform
Methods in com.adobe.pdfservices.operation.internal.cpf.dto.response.platform that return types with arguments of type MultiPartFormField Modifier and Type Method Description List<MultiPartFormField>CPFOutputs. getDocumentOutList()Constructor parameters in com.adobe.pdfservices.operation.internal.cpf.dto.response.platform with type arguments of type MultiPartFormField Constructor Description CPFOutputs(List<MultiPartFormField> documentOutList) -
Uses of MultiPartFormField in com.adobe.pdfservices.operation.internal.cpf.dto.response.platform.ExtractPDF
Methods in com.adobe.pdfservices.operation.internal.cpf.dto.response.platform.ExtractPDF that return MultiPartFormField Modifier and Type Method Description MultiPartFormFieldExtractOutputMetaData. getElementsInfo()Methods in com.adobe.pdfservices.operation.internal.cpf.dto.response.platform.ExtractPDF that return types with arguments of type MultiPartFormField Modifier and Type Method Description List<MultiPartFormField>ExtractOutputMetaData. getElementsRenditions()Map<String,MultiPartFormField>ExtractOutputMetaData. getIndexedMetaInfo()Constructors in com.adobe.pdfservices.operation.internal.cpf.dto.response.platform.ExtractPDF with parameters of type MultiPartFormField Constructor Description ExtractOutputMetaData(MultiPartFormField elementsInfo, List<MultiPartFormField> elementsRenditions)Constructor parameters in com.adobe.pdfservices.operation.internal.cpf.dto.response.platform.ExtractPDF with type arguments of type MultiPartFormField Constructor Description ExtractOutputMetaData(MultiPartFormField elementsInfo, List<MultiPartFormField> elementsRenditions)
-