Uses of Enum Class
org.bh_foundation.e_sign.dto.RenderChoice
Packages that use RenderChoice
Package
Description
-
Uses of RenderChoice in org.bh_foundation.e_sign.controllers
Methods in org.bh_foundation.e_sign.controllers with parameters of type RenderChoiceModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?> DocumentController.newSign(org.springframework.web.multipart.MultipartFile file, Integer page, RenderChoice render_choice, String passphrase, String rect, String doc_size) org.springframework.http.ResponseEntity<?> DocumentController.sign(String id, org.springframework.web.multipart.MultipartFile file, String passphrase, RenderChoice render_choice, String rect, String doc_size) -
Uses of RenderChoice in org.bh_foundation.e_sign.dto
Subclasses with type arguments of type RenderChoice in org.bh_foundation.e_sign.dtoMethods in org.bh_foundation.e_sign.dto that return RenderChoiceModifier and TypeMethodDescriptionstatic RenderChoiceReturns the enum constant of this class with the specified name.static RenderChoice[]RenderChoice.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of RenderChoice in org.bh_foundation.e_sign.services.data
Methods in org.bh_foundation.e_sign.services.data with parameters of type RenderChoiceModifier and TypeMethodDescriptionbyte[]DocumentService.applyStamp(org.springframework.web.multipart.MultipartFile file, Integer page, RenderChoice renderChoice, String passphrase, com.itextpdf.kernel.geom.Rectangle rect, DocSize docSize) ResponseDto<?> DocumentService.sign(String documentId, org.springframework.web.multipart.MultipartFile signedFile, String passphrase, RenderChoice renderChoice, com.itextpdf.kernel.geom.Rectangle rect, DocSize docSize) byte[]DocumentService.signSelf(org.springframework.web.multipart.MultipartFile file, Integer page, RenderChoice renderChoice, String passphrase, com.itextpdf.kernel.geom.Rectangle rect, DocSize docSize)