Uses of Class
net.webpdf.wsclient.openapi.OperationFileAnnotation.IconEnum
-
Packages that use OperationFileAnnotation.IconEnum Package Description net.webpdf.wsclient.openapi -
-
Uses of OperationFileAnnotation.IconEnum in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return OperationFileAnnotation.IconEnum Modifier and Type Method Description static OperationFileAnnotation.IconEnumOperationFileAnnotation.IconEnum. fromValue(String value)@Nullable OperationFileAnnotation.IconEnumOperationFileAnnotation. getIcon()If an attachment is embedded at the page level, this option can be used to specify the icon that should be used to show it: The value you use here will define which icon will be used, as well as the basic dimensions for the annotation generated in the PDF.static OperationFileAnnotation.IconEnumOperationFileAnnotation.IconEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationFileAnnotation.IconEnum[]OperationFileAnnotation.IconEnum. 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 OperationFileAnnotation.IconEnum Modifier and Type Method Description OperationFileAnnotationOperationFileAnnotation. icon(OperationFileAnnotation.IconEnum icon)voidOperationFileAnnotation. setIcon(OperationFileAnnotation.IconEnum icon)
-