Uses of Class
net.webpdf.wsclient.openapi.MetadataPositions
-
Packages that use MetadataPositions Package Description net.webpdf.wsclient.openapi -
-
Uses of MetadataPositions in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return MetadataPositions Modifier and Type Method Description MetadataPositionsMetadataPositions. point(MetadataAnnotationPointPoint point)MetadataPositionsMetadataPositions. rectangle(MetadataAnnotationRectangleRectangle rectangle)Methods in net.webpdf.wsclient.openapi that return types with arguments of type MetadataPositions Modifier and Type Method Description @Nullable List<MetadataPositions>MetadataAnnotation. getPositions()Get positionsMethods in net.webpdf.wsclient.openapi with parameters of type MetadataPositions Modifier and Type Method Description MetadataAnnotationMetadataAnnotation. addPositionsItem(MetadataPositions positionsItem)Method parameters in net.webpdf.wsclient.openapi with type arguments of type MetadataPositions Modifier and Type Method Description MetadataAnnotationMetadataAnnotation. positions(List<MetadataPositions> positions)voidMetadataAnnotation. setPositions(List<MetadataPositions> positions)
-