Uses of Class
net.webpdf.wsclient.openapi.OperationTextAnnotation.AppearanceGenerationEnum
-
Packages that use OperationTextAnnotation.AppearanceGenerationEnum Package Description net.webpdf.wsclient.openapi -
-
Uses of OperationTextAnnotation.AppearanceGenerationEnum in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return OperationTextAnnotation.AppearanceGenerationEnum Modifier and Type Method Description static OperationTextAnnotation.AppearanceGenerationEnumOperationTextAnnotation.AppearanceGenerationEnum. fromValue(String value)@Nullable OperationTextAnnotation.AppearanceGenerationEnumOperationTextAnnotation. getAppearanceGeneration()Determines for which named annotations appearance streams shall be generated.static OperationTextAnnotation.AppearanceGenerationEnumOperationTextAnnotation.AppearanceGenerationEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationTextAnnotation.AppearanceGenerationEnum[]OperationTextAnnotation.AppearanceGenerationEnum. 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 OperationTextAnnotation.AppearanceGenerationEnum Modifier and Type Method Description OperationTextAnnotationOperationTextAnnotation. appearanceGeneration(OperationTextAnnotation.AppearanceGenerationEnum appearanceGeneration)voidOperationTextAnnotation. setAppearanceGeneration(OperationTextAnnotation.AppearanceGenerationEnum appearanceGeneration)
-