Uses of Class
com.itextpdf.commons.datastructures.Tuple2
Packages that use Tuple2
Package
Description
-
Uses of Tuple2 in com.itextpdf.kernel.pdf.canvas
Fields in com.itextpdf.kernel.pdf.canvas with type parameters of type Tuple2Modifier and TypeFieldDescriptionprivate Stack
<Tuple2<PdfName, PdfDictionary>> PdfCanvas.tagStructureStack
-
Uses of Tuple2 in com.itextpdf.layout.font.selectorstrategy
Methods in com.itextpdf.layout.font.selectorstrategy that return types with arguments of type Tuple2Modifier and TypeMethodDescriptionAbstractFontSelectorStrategy.getGlyphLines
(String text) Converts text into glyphs with the best matching font.IFontSelectorStrategy.getGlyphLines
(String text) Converts text into glyphs with the best matching font. -
Uses of Tuple2 in com.itextpdf.layout.renderer
Fields in com.itextpdf.layout.renderer declared as Tuple2Modifier and TypeFieldDescriptionprivate static final Tuple2
<String, PdfDictionary> AbstractRenderer.CHECK_TUPLE2_TYPE
-
Uses of Tuple2 in com.itextpdf.pdfua.checkers
Methods in com.itextpdf.pdfua.checkers that return types with arguments of type Tuple2Modifier and TypeMethodDescriptionprivate Stack
<Tuple2<PdfName, PdfDictionary>> PdfUA1Checker.getTagStack
(Object data) Methods in com.itextpdf.pdfua.checkers with parameters of type Tuple2Modifier and TypeMethodDescriptionprivate void
PdfUA1Checker.checkStandardRoleMapping
(Tuple2<PdfName, PdfDictionary> tag) private boolean
PdfUA1Checker.isRealContent
(Tuple2<PdfName, PdfDictionary> tag) Method parameters in com.itextpdf.pdfua.checkers with type arguments of type Tuple2Modifier and TypeMethodDescriptionprivate boolean
PdfUA1Checker.isInsideArtifact
(Stack<Tuple2<PdfName, PdfDictionary>> tagStack) private boolean
PdfUA1Checker.isInsideRealContent
(Stack<Tuple2<PdfName, PdfDictionary>> tagStack) -
Uses of Tuple2 in com.itextpdf.pdfua.checkers.utils.tables
Fields in com.itextpdf.pdfua.checkers.utils.tables with type parameters of type Tuple2Modifier and TypeFieldDescriptionprivate final HashMap
<PdfStructElem, Tuple2<Integer, Integer>> TableStructElementIterator.locationCache