Uses of Class
com.itextpdf.commons.datastructures.Tuple2
Packages that use Tuple2
Package
Description
-
Uses of Tuple2 in com.itextpdf.kernel.validation.context
Methods in com.itextpdf.kernel.validation.context that return Tuple2Methods in com.itextpdf.kernel.validation.context that return types with arguments of type Tuple2Modifier and TypeMethodDescriptionCanvasBmcValidationContext.getTagStructureStack()
Gets tag structure stack.CanvasWritingContentValidationContext.getTagStructureStack()
Gets the tag structure stack.Constructors in com.itextpdf.kernel.validation.context with parameters of type Tuple2ModifierConstructorDescriptionCanvasBmcValidationContext
(Stack<Tuple2<PdfName, PdfDictionary>> tagStructureStack, Tuple2<PdfName, PdfDictionary> currentBmc) Instantiates a newCanvasBmcValidationContext
based on tag structure stack and current BMC.Constructor parameters in com.itextpdf.kernel.validation.context with type arguments of type Tuple2ModifierConstructorDescriptionCanvasBmcValidationContext
(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
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.