Uses of Class
org.apache.pdfbox.pdmodel.interactive.measurement.PDNumberFormatDictionary
-
Packages that use PDNumberFormatDictionary Package Description org.apache.pdfbox.pdmodel.interactive.measurement The measurement package contains classes that work with elements specifying measure properties. -
-
Uses of PDNumberFormatDictionary in org.apache.pdfbox.pdmodel.interactive.measurement
Methods in org.apache.pdfbox.pdmodel.interactive.measurement that return PDNumberFormatDictionary Modifier and Type Method Description PDNumberFormatDictionary[]PDRectlinearMeasureDictionary. getAngles()This will return the angles.PDNumberFormatDictionary[]PDRectlinearMeasureDictionary. getAreas()This will return the areas.PDNumberFormatDictionary[]PDRectlinearMeasureDictionary. getChangeXs()This will return the changes along the x-axis.PDNumberFormatDictionary[]PDRectlinearMeasureDictionary. getChangeYs()This will return the changes along the y-axis.PDNumberFormatDictionary[]PDRectlinearMeasureDictionary. getDistances()This will return the distances.PDNumberFormatDictionary[]PDRectlinearMeasureDictionary. getLineSloaps()This will return the sloaps of a line.Methods in org.apache.pdfbox.pdmodel.interactive.measurement with parameters of type PDNumberFormatDictionary Modifier and Type Method Description voidPDRectlinearMeasureDictionary. setAngles(PDNumberFormatDictionary[] angles)This will set the angles.voidPDRectlinearMeasureDictionary. setAreas(PDNumberFormatDictionary[] areas)This will set the areas.voidPDRectlinearMeasureDictionary. setChangeXs(PDNumberFormatDictionary[] changeXs)This will set the changes along the x-axis.voidPDRectlinearMeasureDictionary. setChangeYs(PDNumberFormatDictionary[] changeYs)This will set the changes along the y-axis.voidPDRectlinearMeasureDictionary. setDistances(PDNumberFormatDictionary[] distances)This will set the distances.voidPDRectlinearMeasureDictionary. setLineSloaps(PDNumberFormatDictionary[] lineSloaps)This will set the sloaps of a line.
-