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 void
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.
-