Uses of Class
com.itextpdf.commons.datastructures.Tuple2
-
Packages that use Tuple2 Package Description com.itextpdf.kernel.pdf.canvas com.itextpdf.layout.font.selectorstrategy com.itextpdf.layout.renderer com.itextpdf.pdfua.checkers com.itextpdf.pdfua.checkers.utils.tables -
-
Uses of Tuple2 in com.itextpdf.kernel.pdf.canvas
Fields in com.itextpdf.kernel.pdf.canvas with type parameters of type Tuple2 Modifier and Type Field Description private java.util.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 Tuple2 Modifier and Type Method Description java.util.List<Tuple2<GlyphLine,PdfFont>>
AbstractFontSelectorStrategy. getGlyphLines(java.lang.String text)
Converts text into glyphs with the best matching font.java.util.List<Tuple2<GlyphLine,PdfFont>>
IFontSelectorStrategy. getGlyphLines(java.lang.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 Tuple2 Modifier and Type Field Description private static Tuple2<java.lang.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 Tuple2 Modifier and Type Method Description private java.util.Stack<Tuple2<PdfName,PdfDictionary>>
PdfUA1Checker. getTagStack(java.lang.Object data)
Methods in com.itextpdf.pdfua.checkers with parameters of type Tuple2 Modifier and Type Method Description private 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 Tuple2 Modifier and Type Method Description private boolean
PdfUA1Checker. isInsideArtifact(java.util.Stack<Tuple2<PdfName,PdfDictionary>> tagStack)
private boolean
PdfUA1Checker. isInsideRealContent(java.util.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 Tuple2 Modifier and Type Field Description private java.util.HashMap<PdfStructElem,Tuple2<java.lang.Integer,java.lang.Integer>>
TableStructElementIterator. locationCache
-