Uses of Class
com.itextpdf.commons.datastructures.Tuple2
-
-
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. currentBmc
Fields 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. tagStructureStack
private java.util.Stack<Tuple2<PdfName,PdfDictionary>>
CanvasWritingContentValidationContext. tagStructureStack
Methods 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 newCanvasBmcValidationContext
based 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 newCanvasBmcValidationContext
based on tag structure stack and current BMC.CanvasWritingContentValidationContext(java.util.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 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
Fields 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. heights
Child 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 private void
PdfUA1Checker. checkOnOpeningBeginMarkedContent(java.util.Stack<Tuple2<PdfName,PdfDictionary>> stack, Tuple2<PdfName,PdfDictionary> currentBmc)
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 void
PdfUA1Checker. checkOnOpeningBeginMarkedContent(java.util.Stack<Tuple2<PdfName,PdfDictionary>> stack, Tuple2<PdfName,PdfDictionary> currentBmc)
private void
PdfUA1Checker. checkOnWritingCanvasToContent(java.util.Stack<Tuple2<PdfName,PdfDictionary>> tagStack)
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
-