Uses of Class
eu.europa.esig.dss.enumerations.SignerTextVerticalAlignment
-
Uses of SignerTextVerticalAlignment in eu.europa.esig.dss.enumerations
Methods in eu.europa.esig.dss.enumerations that return SignerTextVerticalAlignment Modifier and Type Method Description static SignerTextVerticalAlignment
SignerTextVerticalAlignment. valueOf(String name)
Returns the enum constant of this type with the specified name.static SignerTextVerticalAlignment[]
SignerTextVerticalAlignment. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SignerTextVerticalAlignment in eu.europa.esig.dss.pades
Methods in eu.europa.esig.dss.pades that return SignerTextVerticalAlignment Modifier and Type Method Description SignerTextVerticalAlignment
SignatureImageTextParameters. getSignerTextVerticalAlignment()
Returns a signer text vertical alignment valueMethods in eu.europa.esig.dss.pades with parameters of type SignerTextVerticalAlignment Modifier and Type Method Description void
SignatureImageTextParameters. setSignerTextVerticalAlignment(SignerTextVerticalAlignment signerTextVerticalAlignment)
Defines a vertical alignment (positioning) of signer text inside the signature field -
Uses of SignerTextVerticalAlignment in eu.europa.esig.dss.pdf.pdfbox.visible.defaultdrawer
Methods in eu.europa.esig.dss.pdf.pdfbox.visible.defaultdrawer with parameters of type SignerTextVerticalAlignment Modifier and Type Method Description static BufferedImage
ImageMerger. mergeOnRight(BufferedImage left, BufferedImage right, Color bgColor, SignerTextVerticalAlignment imageVerticalAlignment)
-
Uses of SignerTextVerticalAlignment in eu.europa.esig.dss.ws.signature.dto.parameters
Methods in eu.europa.esig.dss.ws.signature.dto.parameters that return SignerTextVerticalAlignment Modifier and Type Method Description SignerTextVerticalAlignment
RemoteSignatureImageTextParameters. getSignerTextVerticalAlignment()
Methods in eu.europa.esig.dss.ws.signature.dto.parameters with parameters of type SignerTextVerticalAlignment Modifier and Type Method Description void
RemoteSignatureImageTextParameters. setSignerTextVerticalAlignment(SignerTextVerticalAlignment signerTextVerticalAlignment)