Uses of Class
com.itextpdf.commons.datastructures.Tuple2
Package
Description
-
Uses of Tuple2 in com.itextpdf.kernel.validation.context
Modifier and TypeMethodDescriptionCanvasBmcValidationContext.getTagStructureStack()
Gets tag structure stack.CanvasWritingContentValidationContext.getTagStructureStack()
Gets the tag structure stack.ModifierConstructorDescriptionCanvasBmcValidationContext
(Stack<Tuple2<PdfName, PdfDictionary>> tagStructureStack, Tuple2<PdfName, PdfDictionary> currentBmc) Instantiates a newCanvasBmcValidationContext
based on tag structure stack and current BMC.ModifierConstructorDescriptionCanvasBmcValidationContext
(Stack<Tuple2<PdfName, PdfDictionary>> tagStructureStack, Tuple2<PdfName, PdfDictionary> currentBmc) Instantiates a newCanvasBmcValidationContext
based on tag structure stack and current BMC.CanvasWritingContentValidationContext
(Stack<Tuple2<PdfName, PdfDictionary>> tagStructureStack) Instantiates a newCanvasWritingContentValidationContext
based on tag structure stack. -
Uses of Tuple2 in com.itextpdf.layout.font.selectorstrategy
Modifier 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.