Uses of Class
net.webpdf.wsclient.schema.operation.AppearanceGenerationType
-
Packages that use AppearanceGenerationType Package Description net.webpdf.wsclient.schema.operation -
-
Uses of AppearanceGenerationType in net.webpdf.wsclient.schema.operation
Fields in net.webpdf.wsclient.schema.operation declared as AppearanceGenerationType Modifier and Type Field Description protected AppearanceGenerationTypeRubberStampAnnotationType. appearanceGenerationprotected AppearanceGenerationTypeTextAnnotationType. appearanceGenerationMethods in net.webpdf.wsclient.schema.operation that return AppearanceGenerationType Modifier and Type Method Description static AppearanceGenerationTypeAppearanceGenerationType. fromValue(String v)AppearanceGenerationTypeRubberStampAnnotationType. getAppearanceGeneration()Gets the value of the appearanceGeneration property.AppearanceGenerationTypeTextAnnotationType. getAppearanceGeneration()Gets the value of the appearanceGeneration property.static AppearanceGenerationTypeAppearanceGenerationType. valueOf(String name)Returns the enum constant of this type with the specified name.static AppearanceGenerationType[]AppearanceGenerationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.webpdf.wsclient.schema.operation with parameters of type AppearanceGenerationType Modifier and Type Method Description voidRubberStampAnnotationType. setAppearanceGeneration(AppearanceGenerationType value)Sets the value of the appearanceGeneration property.voidTextAnnotationType. setAppearanceGeneration(AppearanceGenerationType value)Sets the value of the appearanceGeneration property.
-