Uses of Class
com.itextpdf.text.pdf.spatial.units.Fraction
-
Packages that use Fraction Package Description com.itextpdf.text.pdf.spatial.objects com.itextpdf.text.pdf.spatial.units -
-
Uses of Fraction in com.itextpdf.text.pdf.spatial.objects
Methods in com.itextpdf.text.pdf.spatial.objects with parameters of type Fraction Modifier and Type Method Description void
NumberFormatDictionary. setFractionalValue(Fraction f)
Indicate whether and in what manner to display a fractional value from the result of converting to the units of this NumberFormat means of the conversion factor entry. -
Uses of Fraction in com.itextpdf.text.pdf.spatial.units
Methods in com.itextpdf.text.pdf.spatial.units that return Fraction Modifier and Type Method Description static Fraction
Fraction. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Fraction[]
Fraction. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-