Uses of Class
eu.europa.esig.dss.enumerations.VisualSignatureAlignmentVertical
Package | Description |
---|---|
eu.europa.esig.dss.enumerations | |
eu.europa.esig.dss.pades | |
eu.europa.esig.dss.ws.signature.dto.parameters |
-
Uses of VisualSignatureAlignmentVertical in eu.europa.esig.dss.enumerations
Methods in eu.europa.esig.dss.enumerations that return VisualSignatureAlignmentVertical Modifier and Type Method Description static VisualSignatureAlignmentVertical
VisualSignatureAlignmentVertical. valueOf(String name)
Returns the enum constant of this type with the specified name.static VisualSignatureAlignmentVertical[]
VisualSignatureAlignmentVertical. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of VisualSignatureAlignmentVertical in eu.europa.esig.dss.pades
Methods in eu.europa.esig.dss.pades that return VisualSignatureAlignmentVertical Modifier and Type Method Description VisualSignatureAlignmentVertical
SignatureImageParameters. getVisualSignatureAlignmentVertical()
Returns a vertical alignment value of the signature fieldMethods in eu.europa.esig.dss.pades with parameters of type VisualSignatureAlignmentVertical Modifier and Type Method Description void
SignatureImageParameters. setAlignmentVertical(VisualSignatureAlignmentVertical alignmentVertical)
Sets a vertical alignment respectively to a page of the signature field -
Uses of VisualSignatureAlignmentVertical in eu.europa.esig.dss.ws.signature.dto.parameters
Methods in eu.europa.esig.dss.ws.signature.dto.parameters that return VisualSignatureAlignmentVertical Modifier and Type Method Description VisualSignatureAlignmentVertical
RemoteSignatureImageParameters. getAlignmentVertical()
Methods in eu.europa.esig.dss.ws.signature.dto.parameters with parameters of type VisualSignatureAlignmentVertical Modifier and Type Method Description void
RemoteSignatureImageParameters. setAlignmentVertical(VisualSignatureAlignmentVertical alignmentVertical)