Uses of Class
com.itextpdf.commons.datastructures.Tuple2
Packages that use Tuple2
Package
Description
-
Uses of Tuple2 in com.itextpdf.io.font
Fields in com.itextpdf.io.font with type parameters of type Tuple2Modifier and TypeFieldDescriptionOpenTypeParser.CmapTable.cmapEncodingsCollection of the pairs representing Platform ID and Encoding ID of the “cmap” subtables present in the font program. -
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.kernel.validation.context
Fields in com.itextpdf.kernel.validation.context declared as Tuple2Modifier and TypeFieldDescriptionprivate final Tuple2<PdfName, PdfDictionary> CanvasBmcValidationContext.currentBmcFields in com.itextpdf.kernel.validation.context with type parameters of type Tuple2Modifier and TypeFieldDescriptionprivate final Stack<Tuple2<PdfName, PdfDictionary>> CanvasBmcValidationContext.tagStructureStackprivate final Stack<Tuple2<PdfName, PdfDictionary>> CanvasWritingContentValidationContext.tagStructureStackMethods 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 newCanvasBmcValidationContextbased 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 newCanvasBmcValidationContextbased on tag structure stack and current BMC.CanvasWritingContentValidationContext(Stack<Tuple2<PdfName, PdfDictionary>> tagStructureStack) Instantiates a newCanvasWritingContentValidationContextbased 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. -
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_TYPEFields in com.itextpdf.layout.renderer with type parameters of type Tuple2 -
Uses of Tuple2 in com.itextpdf.pdfua.checkers
Methods in com.itextpdf.pdfua.checkers with parameters of type Tuple2Modifier and TypeMethodDescription(package private) voidPdfUA1Checker.checkLogicalStructureInBMC(Stack<Tuple2<PdfName, PdfDictionary>> stack, Tuple2<PdfName, PdfDictionary> currentBmc, PdfDocument document) (package private) voidPdfUAChecker.checkLogicalStructureInBMC(Stack<Tuple2<PdfName, PdfDictionary>> stack, Tuple2<PdfName, PdfDictionary> currentBmc, PdfDocument document) Checks if content marked as Artifact resides in Artifact content, but real content does not.private voidPdfUA1Checker.checkStandardRoleMapping(Tuple2<PdfName, PdfDictionary> tag) private static booleanPdfUAChecker.isRealContent(Tuple2<PdfName, PdfDictionary> tag, PdfDocument document) Method parameters in com.itextpdf.pdfua.checkers with type arguments of type Tuple2Modifier and TypeMethodDescription(package private) voidPdfUAChecker.checkContentInCanvas(Stack<Tuple2<PdfName, PdfDictionary>> tagStack, PdfDocument document) Checks if content is neither marked as Artifact nor tagged as real content.(package private) voidPdfUA1Checker.checkLogicalStructureInBMC(Stack<Tuple2<PdfName, PdfDictionary>> stack, Tuple2<PdfName, PdfDictionary> currentBmc, PdfDocument document) (package private) voidPdfUAChecker.checkLogicalStructureInBMC(Stack<Tuple2<PdfName, PdfDictionary>> stack, Tuple2<PdfName, PdfDictionary> currentBmc, PdfDocument document) Checks if content marked as Artifact resides in Artifact content, but real content does not.private static booleanPdfUAChecker.isInsideArtifact(Stack<Tuple2<PdfName, PdfDictionary>> tagStack) private static booleanPdfUAChecker.isInsideRealContent(Stack<Tuple2<PdfName, PdfDictionary>> tagStack, PdfDocument document) -
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 -
Uses of Tuple2 in com.itextpdf.signatures.validation
Fields in com.itextpdf.signatures.validation declared as Tuple2Modifier and TypeFieldDescriptionprivate Tuple2<Set<PdfIndirectReference>, Set<PdfIndirectReference>> DocumentRevisionsValidator.usuallyModifiedObjectsMethods in com.itextpdf.signatures.validation with parameters of type Tuple2Modifier and TypeMethodDescriptionprivate static booleanDocumentRevisionsValidator.comparePdfArrays(PdfArray array1, PdfArray array2, List<Tuple2<PdfObject, PdfObject>> visitedObjects, Tuple2<Set<PdfIndirectReference>, Set<PdfIndirectReference>> usuallyModifiedObjects) private static booleanDocumentRevisionsValidator.comparePdfDictionaries(PdfDictionary dictionary1, PdfDictionary dictionary2, List<Tuple2<PdfObject, PdfObject>> visitedObjects, Tuple2<Set<PdfIndirectReference>, Set<PdfIndirectReference>> usuallyModifiedObjects) private static booleanDocumentRevisionsValidator.comparePdfObjects(PdfObject pdfObject1, PdfObject pdfObject2, Tuple2<Set<PdfIndirectReference>, Set<PdfIndirectReference>> usuallyModifiedObjects) private static booleanDocumentRevisionsValidator.comparePdfObjects(PdfObject pdfObject1, PdfObject pdfObject2, List<Tuple2<PdfObject, PdfObject>> visitedObjects, Tuple2<Set<PdfIndirectReference>, Set<PdfIndirectReference>> usuallyModifiedObjects) private static booleanDocumentRevisionsValidator.comparePdfStreams(PdfStream stream1, PdfStream stream2, List<Tuple2<PdfObject, PdfObject>> visitedObjects, Tuple2<Set<PdfIndirectReference>, Set<PdfIndirectReference>> usuallyModifiedObjects) Method parameters in com.itextpdf.signatures.validation with type arguments of type Tuple2Modifier and TypeMethodDescriptionprivate static booleanDocumentRevisionsValidator.comparePdfArrays(PdfArray array1, PdfArray array2, List<Tuple2<PdfObject, PdfObject>> visitedObjects, Tuple2<Set<PdfIndirectReference>, Set<PdfIndirectReference>> usuallyModifiedObjects) private static booleanDocumentRevisionsValidator.comparePdfDictionaries(PdfDictionary dictionary1, PdfDictionary dictionary2, List<Tuple2<PdfObject, PdfObject>> visitedObjects, Tuple2<Set<PdfIndirectReference>, Set<PdfIndirectReference>> usuallyModifiedObjects) private static booleanDocumentRevisionsValidator.comparePdfObjects(PdfObject pdfObject1, PdfObject pdfObject2, List<Tuple2<PdfObject, PdfObject>> visitedObjects, Tuple2<Set<PdfIndirectReference>, Set<PdfIndirectReference>> usuallyModifiedObjects) private static booleanDocumentRevisionsValidator.comparePdfStreams(PdfStream stream1, PdfStream stream2, List<Tuple2<PdfObject, PdfObject>> visitedObjects, Tuple2<Set<PdfIndirectReference>, Set<PdfIndirectReference>> usuallyModifiedObjects) -
Uses of Tuple2 in com.itextpdf.signatures.validation.report.xml
Fields in com.itextpdf.signatures.validation.report.xml with type parameters of type Tuple2Methods in com.itextpdf.signatures.validation.report.xml that return types with arguments of type Tuple2Modifier and TypeMethodDescriptionSignatureValidationStatus.getMessages()Gets all reported messages.