Uses of Class
net.webpdf.wsclient.schema.extraction.info.MagnificationType
-
Packages that use MagnificationType Package Description net.webpdf.wsclient.schema.extraction.info -
-
Uses of MagnificationType in net.webpdf.wsclient.schema.extraction.info
Fields in net.webpdf.wsclient.schema.extraction.info declared as MagnificationType Modifier and Type Field Description protected MagnificationTypeInformationType. magnificationMethods in net.webpdf.wsclient.schema.extraction.info that return MagnificationType Modifier and Type Method Description static MagnificationTypeMagnificationType. fromValue(String v)MagnificationTypeInformationType. getMagnification()Gets the value of the magnification property.static MagnificationTypeMagnificationType. valueOf(String name)Returns the enum constant of this type with the specified name.static MagnificationType[]MagnificationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.webpdf.wsclient.schema.extraction.info with parameters of type MagnificationType Modifier and Type Method Description voidInformationType. setMagnification(MagnificationType value)Sets the value of the magnification property.
-