Uses of Class
net.webpdf.wsclient.schema.operation.PdfaEditProfileType
-
Packages that use PdfaEditProfileType Package Description net.webpdf.wsclient.schema.operation -
-
Uses of PdfaEditProfileType in net.webpdf.wsclient.schema.operation
Fields in net.webpdf.wsclient.schema.operation declared as PdfaEditProfileType Modifier and Type Field Description protected PdfaEditProfileTypePdfaSettingsType. pdfaEditProfileMethods in net.webpdf.wsclient.schema.operation that return PdfaEditProfileType Modifier and Type Method Description static PdfaEditProfileTypePdfaEditProfileType. fromValue(String v)PdfaEditProfileTypePdfaSettingsType. getPdfaEditProfile()Gets the value of the pdfaEditProfile property.static PdfaEditProfileTypePdfaEditProfileType. valueOf(String name)Returns the enum constant of this type with the specified name.static PdfaEditProfileType[]PdfaEditProfileType. 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 PdfaEditProfileType Modifier and Type Method Description voidPdfaSettingsType. setPdfaEditProfile(PdfaEditProfileType value)Sets the value of the pdfaEditProfile property.
-