Uses of Class
com.itextpdf.commons.datastructures.Tuple2
-
-
Uses of Tuple2 in com.itextpdf.io.font
Fields in com.itextpdf.io.font with type parameters of type Tuple2 Modifier and Type Field Description (package private) java.util.List<Tuple2<java.lang.Integer,java.lang.Integer>>OpenTypeParser.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 Tuple2 Modifier and Type Field Description private java.util.Stack<Tuple2<PdfName,PdfDictionary>>PdfCanvas. tagStructureStack -
Uses of Tuple2 in com.itextpdf.kernel.validation.context
Fields in com.itextpdf.kernel.validation.context declared as Tuple2 Modifier and Type Field Description private Tuple2<PdfName,PdfDictionary>CanvasBmcValidationContext. currentBmcFields in com.itextpdf.kernel.validation.context with type parameters of type Tuple2 Modifier and Type Field Description private java.util.Stack<Tuple2<PdfName,PdfDictionary>>CanvasBmcValidationContext. tagStructureStackprivate java.util.Stack<Tuple2<PdfName,PdfDictionary>>CanvasWritingContentValidationContext. tagStructureStackMethods in com.itextpdf.kernel.validation.context that return Tuple2 Modifier and Type Method Description Tuple2<PdfName,PdfDictionary>CanvasBmcValidationContext. getCurrentBmc()Gets current BMC.Methods in com.itextpdf.kernel.validation.context that return types with arguments of type Tuple2 Modifier and Type Method Description java.util.Stack<Tuple2<PdfName,PdfDictionary>>CanvasBmcValidationContext. getTagStructureStack()Gets tag structure stack.java.util.Stack<Tuple2<PdfName,PdfDictionary>>CanvasWritingContentValidationContext. getTagStructureStack()Gets the tag structure stack.Constructors in com.itextpdf.kernel.validation.context with parameters of type Tuple2 Constructor Description CanvasBmcValidationContext(java.util.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 Tuple2 Constructor Description CanvasBmcValidationContext(java.util.Stack<Tuple2<PdfName,PdfDictionary>> tagStructureStack, Tuple2<PdfName,PdfDictionary> currentBmc)Instantiates a newCanvasBmcValidationContextbased on tag structure stack and current BMC.CanvasWritingContentValidationContext(java.util.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 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_TYPEFields in com.itextpdf.layout.renderer with type parameters of type Tuple2 Modifier and Type Field Description private java.util.Map<IRenderer,Tuple2<UnitValue,UnitValue>>FlexContainerRenderer. heightsChild renderers and their heights and min heights before the layout. -
Uses of Tuple2 in com.itextpdf.pdfua.checkers
Methods in com.itextpdf.pdfua.checkers with parameters of type Tuple2 Modifier and Type Method Description (package private) voidPdfUA1Checker. checkLogicalStructureInBMC(java.util.Stack<Tuple2<PdfName,PdfDictionary>> stack, Tuple2<PdfName,PdfDictionary> currentBmc, PdfDocument document)(package private) voidPdfUAChecker. checkLogicalStructureInBMC(java.util.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 Tuple2 Modifier and Type Method Description (package private) voidPdfUAChecker. checkContentInCanvas(java.util.Stack<Tuple2<PdfName,PdfDictionary>> tagStack, PdfDocument document)Checks if content is neither marked as Artifact nor tagged as real content.(package private) voidPdfUA1Checker. checkLogicalStructureInBMC(java.util.Stack<Tuple2<PdfName,PdfDictionary>> stack, Tuple2<PdfName,PdfDictionary> currentBmc, PdfDocument document)(package private) voidPdfUAChecker. checkLogicalStructureInBMC(java.util.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(java.util.Stack<Tuple2<PdfName,PdfDictionary>> tagStack)private static booleanPdfUAChecker. isInsideRealContent(java.util.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 Tuple2 Modifier and Type Field Description private java.util.HashMap<PdfStructElem,Tuple2<java.lang.Integer,java.lang.Integer>>TableStructElementIterator. locationCache -
Uses of Tuple2 in com.itextpdf.signatures.validation
Fields in com.itextpdf.signatures.validation declared as Tuple2 Modifier and Type Field Description private Tuple2<java.util.Set<PdfIndirectReference>,java.util.Set<PdfIndirectReference>>DocumentRevisionsValidator. usuallyModifiedObjectsMethods in com.itextpdf.signatures.validation with parameters of type Tuple2 Modifier and Type Method Description private static booleanDocumentRevisionsValidator. comparePdfArrays(PdfArray array1, PdfArray array2, java.util.List<Tuple2<PdfObject,PdfObject>> visitedObjects, Tuple2<java.util.Set<PdfIndirectReference>,java.util.Set<PdfIndirectReference>> usuallyModifiedObjects)private static booleanDocumentRevisionsValidator. comparePdfDictionaries(PdfDictionary dictionary1, PdfDictionary dictionary2, java.util.List<Tuple2<PdfObject,PdfObject>> visitedObjects, Tuple2<java.util.Set<PdfIndirectReference>,java.util.Set<PdfIndirectReference>> usuallyModifiedObjects)private static booleanDocumentRevisionsValidator. comparePdfObjects(PdfObject pdfObject1, PdfObject pdfObject2, Tuple2<java.util.Set<PdfIndirectReference>,java.util.Set<PdfIndirectReference>> usuallyModifiedObjects)private static booleanDocumentRevisionsValidator. comparePdfObjects(PdfObject pdfObject1, PdfObject pdfObject2, java.util.List<Tuple2<PdfObject,PdfObject>> visitedObjects, Tuple2<java.util.Set<PdfIndirectReference>,java.util.Set<PdfIndirectReference>> usuallyModifiedObjects)private static booleanDocumentRevisionsValidator. comparePdfStreams(PdfStream stream1, PdfStream stream2, java.util.List<Tuple2<PdfObject,PdfObject>> visitedObjects, Tuple2<java.util.Set<PdfIndirectReference>,java.util.Set<PdfIndirectReference>> usuallyModifiedObjects)Method parameters in com.itextpdf.signatures.validation with type arguments of type Tuple2 Modifier and Type Method Description private static booleanDocumentRevisionsValidator. comparePdfArrays(PdfArray array1, PdfArray array2, java.util.List<Tuple2<PdfObject,PdfObject>> visitedObjects, Tuple2<java.util.Set<PdfIndirectReference>,java.util.Set<PdfIndirectReference>> usuallyModifiedObjects)private static booleanDocumentRevisionsValidator. comparePdfDictionaries(PdfDictionary dictionary1, PdfDictionary dictionary2, java.util.List<Tuple2<PdfObject,PdfObject>> visitedObjects, Tuple2<java.util.Set<PdfIndirectReference>,java.util.Set<PdfIndirectReference>> usuallyModifiedObjects)private static booleanDocumentRevisionsValidator. comparePdfObjects(PdfObject pdfObject1, PdfObject pdfObject2, java.util.List<Tuple2<PdfObject,PdfObject>> visitedObjects, Tuple2<java.util.Set<PdfIndirectReference>,java.util.Set<PdfIndirectReference>> usuallyModifiedObjects)private static booleanDocumentRevisionsValidator. comparePdfStreams(PdfStream stream1, PdfStream stream2, java.util.List<Tuple2<PdfObject,PdfObject>> visitedObjects, Tuple2<java.util.Set<PdfIndirectReference>,java.util.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 Tuple2 Modifier and Type Field Description private java.util.List<Tuple2<java.lang.String,java.lang.String>>SignatureValidationStatus. messagesMethods in com.itextpdf.signatures.validation.report.xml that return types with arguments of type Tuple2 Modifier and Type Method Description java.util.Collection<Tuple2<java.lang.String,java.lang.String>>SignatureValidationStatus. getMessages()Gets all reported messages.
-