Uses of Class
net.webpdf.wsclient.openapi.OperationFreeTextAnnotation.JustificationEnum
-
Packages that use OperationFreeTextAnnotation.JustificationEnum Package Description net.webpdf.wsclient.openapi -
-
Uses of OperationFreeTextAnnotation.JustificationEnum in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return OperationFreeTextAnnotation.JustificationEnum Modifier and Type Method Description static OperationFreeTextAnnotation.JustificationEnumOperationFreeTextAnnotation.JustificationEnum. fromValue(String value)@Nullable OperationFreeTextAnnotation.JustificationEnumOperationFreeTextAnnotation. getJustification()Selects the horizontal justification/alignment/orientation of elementsstatic OperationFreeTextAnnotation.JustificationEnumOperationFreeTextAnnotation.JustificationEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationFreeTextAnnotation.JustificationEnum[]OperationFreeTextAnnotation.JustificationEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.webpdf.wsclient.openapi with parameters of type OperationFreeTextAnnotation.JustificationEnum Modifier and Type Method Description OperationFreeTextAnnotationOperationFreeTextAnnotation. justification(OperationFreeTextAnnotation.JustificationEnum justification)voidOperationFreeTextAnnotation. setJustification(OperationFreeTextAnnotation.JustificationEnum justification)
-