public class CanvasBmcValidationContext extends Object implements IValidationContext
| Constructor and Description |
|---|
CanvasBmcValidationContext(Stack<com.itextpdf.commons.datastructures.Tuple2<PdfName,PdfDictionary>> tagStructureStack,
com.itextpdf.commons.datastructures.Tuple2<PdfName,PdfDictionary> currentBmc)
Instantiates a new
CanvasBmcValidationContext based on tag structure stack and current BMC. |
| Modifier and Type | Method and Description |
|---|---|
com.itextpdf.commons.datastructures.Tuple2<PdfName,PdfDictionary> |
getCurrentBmc()
Gets current BMC.
|
Stack<com.itextpdf.commons.datastructures.Tuple2<PdfName,PdfDictionary>> |
getTagStructureStack()
Gets tag structure stack.
|
ValidationType |
getType()
Gets type of the context.
|
public CanvasBmcValidationContext(Stack<com.itextpdf.commons.datastructures.Tuple2<PdfName,PdfDictionary>> tagStructureStack, com.itextpdf.commons.datastructures.Tuple2<PdfName,PdfDictionary> currentBmc)
CanvasBmcValidationContext based on tag structure stack and current BMC.tagStructureStack - the tag structure stackcurrentBmc - the current BMCpublic Stack<com.itextpdf.commons.datastructures.Tuple2<PdfName,PdfDictionary>> getTagStructureStack()
public com.itextpdf.commons.datastructures.Tuple2<PdfName,PdfDictionary> getCurrentBmc()
public ValidationType getType()
IValidationContextgetType in interface IValidationContextCopyright © 1998–2024 Apryse Group NV. All rights reserved.