Uses of Class
net.webpdf.wsclient.schema.operation.RedactAnnotationType
-
Packages that use RedactAnnotationType Package Description net.webpdf.wsclient.schema.operation -
-
Uses of RedactAnnotationType in net.webpdf.wsclient.schema.operation
Fields in net.webpdf.wsclient.schema.operation declared as RedactAnnotationType Modifier and Type Field Description protected RedactAnnotationTypeAnnotationType.Edit. redactFields in net.webpdf.wsclient.schema.operation with type parameters of type RedactAnnotationType Modifier and Type Field Description protected List<RedactAnnotationType>AnnotationType.Add. redactMethods in net.webpdf.wsclient.schema.operation that return RedactAnnotationType Modifier and Type Method Description RedactAnnotationTypeObjectFactory. createRedactAnnotationType()Create an instance ofRedactAnnotationTypeRedactAnnotationTypeAnnotationType.Edit. getRedact()Gets the value of the redact property.Methods in net.webpdf.wsclient.schema.operation that return types with arguments of type RedactAnnotationType Modifier and Type Method Description List<RedactAnnotationType>AnnotationType.Add. getRedact()Gets the value of the redact property.Methods in net.webpdf.wsclient.schema.operation with parameters of type RedactAnnotationType Modifier and Type Method Description voidAnnotationType.Edit. setRedact(RedactAnnotationType value)Sets the value of the redact property.
-