Uses of Class
net.webpdf.wsclient.schema.operation.JustificationType
-
Packages that use JustificationType Package Description net.webpdf.wsclient.schema.operation -
-
Uses of JustificationType in net.webpdf.wsclient.schema.operation
Fields in net.webpdf.wsclient.schema.operation declared as JustificationType Modifier and Type Field Description protected JustificationTypeFreeTextAnnotationType. justificationMethods in net.webpdf.wsclient.schema.operation that return JustificationType Modifier and Type Method Description static JustificationTypeJustificationType. fromValue(String v)JustificationTypeFreeTextAnnotationType. getJustification()Gets the value of the justification property.static JustificationTypeJustificationType. valueOf(String name)Returns the enum constant of this type with the specified name.static JustificationType[]JustificationType. 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 JustificationType Modifier and Type Method Description voidFreeTextAnnotationType. setJustification(JustificationType value)Sets the value of the justification property.
-