Uses of Class
net.webpdf.wsclient.schema.operation.CoordinatesType
-
Packages that use CoordinatesType Package Description net.webpdf.wsclient.schema.operation -
-
Uses of CoordinatesType in net.webpdf.wsclient.schema.operation
Fields in net.webpdf.wsclient.schema.operation declared as CoordinatesType Modifier and Type Field Description protected CoordinatesTypePaddedRectangleType. coordinatesprotected CoordinatesTypePointType. coordinatesprotected CoordinatesTypeRectangleType. coordinatesprotected CoordinatesTypeSignaturePositionType. coordinatesMethods in net.webpdf.wsclient.schema.operation that return CoordinatesType Modifier and Type Method Description static CoordinatesTypeCoordinatesType. fromValue(String v)CoordinatesTypePaddedRectangleType. getCoordinates()Gets the value of the coordinates property.CoordinatesTypePointType. getCoordinates()Gets the value of the coordinates property.CoordinatesTypeRectangleType. getCoordinates()Gets the value of the coordinates property.CoordinatesTypeSignaturePositionType. 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.operation with parameters of type CoordinatesType Modifier and Type Method Description voidPaddedRectangleType. setCoordinates(CoordinatesType value)Sets the value of the coordinates property.voidPointType. setCoordinates(CoordinatesType value)Sets the value of the coordinates property.voidRectangleType. setCoordinates(CoordinatesType value)Sets the value of the coordinates property.voidSignaturePositionType. setCoordinates(CoordinatesType value)Sets the value of the coordinates property.
-