Uses of Class
org.apache.pdfbox.pdmodel.interactive.measurement.PDNumberFormatDictionary
Packages that use PDNumberFormatDictionary
Package
Description
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 PDNumberFormatDictionaryModifier and TypeMethodDescriptionPDRectlinearMeasureDictionary.getAngles()
This will return the angles.PDRectlinearMeasureDictionary.getAreas()
This will return the areas.PDRectlinearMeasureDictionary.getChangeXs()
This will return the changes along the x-axis.PDRectlinearMeasureDictionary.getChangeYs()
This will return the changes along the y-axis.PDRectlinearMeasureDictionary.getDistances()
This will return the distances.PDRectlinearMeasureDictionary.getLineSloaps()
This will return the sloaps of a line.Methods in org.apache.pdfbox.pdmodel.interactive.measurement with parameters of type PDNumberFormatDictionaryModifier and TypeMethodDescriptionvoid
PDRectlinearMeasureDictionary.setAngles
(PDNumberFormatDictionary[] angles) This will set the angles.void
PDRectlinearMeasureDictionary.setAreas
(PDNumberFormatDictionary[] areas) This will set the areas.void
PDRectlinearMeasureDictionary.setChangeXs
(PDNumberFormatDictionary[] changeXs) This will set the changes along the x-axis.void
PDRectlinearMeasureDictionary.setChangeYs
(PDNumberFormatDictionary[] changeYs) This will set the changes along the y-axis.void
PDRectlinearMeasureDictionary.setDistances
(PDNumberFormatDictionary[] distances) This will set the distances.void
PDRectlinearMeasureDictionary.setLineSloaps
(PDNumberFormatDictionary[] lineSloaps) This will set the sloaps of a line.