Uses of Class
net.webpdf.wsclient.schema.operation.MarkupsAnnotationType
-
Packages that use MarkupsAnnotationType Package Description net.webpdf.wsclient.schema.operation -
-
Uses of MarkupsAnnotationType in net.webpdf.wsclient.schema.operation
Fields in net.webpdf.wsclient.schema.operation declared as MarkupsAnnotationType Modifier and Type Field Description protected MarkupsAnnotationTypeMarkupAnnotationType. markupTypeMethods in net.webpdf.wsclient.schema.operation that return MarkupsAnnotationType Modifier and Type Method Description static MarkupsAnnotationTypeMarkupsAnnotationType. fromValue(String v)MarkupsAnnotationTypeMarkupAnnotationType. getMarkupType()Gets the value of the markupType property.static MarkupsAnnotationTypeMarkupsAnnotationType. valueOf(String name)Returns the enum constant of this type with the specified name.static MarkupsAnnotationType[]MarkupsAnnotationType. 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 MarkupsAnnotationType Modifier and Type Method Description voidMarkupAnnotationType. setMarkupType(MarkupsAnnotationType value)Sets the value of the markupType property.
-