Uses of Class
com.itextpdf.layout.font.Range.SubRange
-
Packages that use Range.SubRange Package Description com.itextpdf.layout.font -
-
Uses of Range.SubRange in com.itextpdf.layout.font
Fields in com.itextpdf.layout.font declared as Range.SubRange Modifier and Type Field Description private Range.SubRange[]
Range. ranges
Fields in com.itextpdf.layout.font with type parameters of type Range.SubRange Modifier and Type Field Description private java.util.List<Range.SubRange>
RangeBuilder. ranges
Methods in com.itextpdf.layout.font that return Range.SubRange Modifier and Type Method Description private static Range.SubRange[]
Range. normalizeSubRanges(java.util.List<Range.SubRange> ranges)
Order ranges.Methods in com.itextpdf.layout.font with parameters of type Range.SubRange Modifier and Type Method Description int
Range.SubRange. compareTo(Range.SubRange o)
Method parameters in com.itextpdf.layout.font with type arguments of type Range.SubRange Modifier and Type Method Description private static Range.SubRange[]
Range. normalizeSubRanges(java.util.List<Range.SubRange> ranges)
Order ranges.Constructor parameters in com.itextpdf.layout.font with type arguments of type Range.SubRange Constructor Description Range(java.util.List<Range.SubRange> ranges)
-