Uses of Class
net.webpdf.wsclient.schema.extraction.text.CoordinatesType
-
Packages that use CoordinatesType Package Description net.webpdf.wsclient.schema.extraction.text -
-
Uses of CoordinatesType in net.webpdf.wsclient.schema.extraction.text
Fields in net.webpdf.wsclient.schema.extraction.text declared as CoordinatesType Modifier and Type Field Description protected CoordinatesTypeRectangleType. coordinatesMethods in net.webpdf.wsclient.schema.extraction.text that return CoordinatesType Modifier and Type Method Description static CoordinatesTypeCoordinatesType. fromValue(String v)CoordinatesTypeRectangleType. getCoordinates()Gets the value of the coordinates property.static CoordinatesTypeCoordinatesType. valueOf(String name)Returns the enum constant of this type with the specified name.static CoordinatesType[]CoordinatesType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.webpdf.wsclient.schema.extraction.text with parameters of type CoordinatesType Modifier and Type Method Description voidRectangleType. setCoordinates(CoordinatesType value)Sets the value of the coordinates property.
-