Uses of Interface
com.itextpdf.kernel.pdf.tagging.IStructureNode
Packages that use IStructureNode
Package
Description
-
Uses of IStructureNode in com.itextpdf.kernel.pdf.tagging
Classes in com.itextpdf.kernel.pdf.tagging that implement IStructureNodeModifier and TypeClassDescriptionclassRepresents Marked Content Reference (MCR) object wrapper.classclassclassclassA wrapper for structure element dictionaries (ISO-32000 14.7.2 "Structure Hierarchy").classRepresents a wrapper-class for structure tree root dictionary.Methods in com.itextpdf.kernel.pdf.tagging that return IStructureNodeModifier and TypeMethodDescriptionIStructureNode.getParent()PdfMcr.getParent()PdfStructElem.getParent()PdfStructTreeRoot.getParent()PdfStructElem.removeKid(int index) PdfStructElem.removeKid(int index, boolean prepareForReAdding) Methods in com.itextpdf.kernel.pdf.tagging that return types with arguments of type IStructureNodeModifier and TypeMethodDescriptionIStructureNode.getKids()PdfMcr.getKids()PdfStructElem.getKids()Gets list of the direct kids of structure element.PdfStructTreeRoot.getKids()Gets list of the direct kids of StructTreeRoot.Methods in com.itextpdf.kernel.pdf.tagging with parameters of type IStructureNode -
Uses of IStructureNode in com.itextpdf.kernel.pdf.tagutils
Methods in com.itextpdf.kernel.pdf.tagutils with parameters of type IStructureNodeModifier and TypeMethodDescriptionbooleanTagTreeIteratorAvoidDuplicatesApprover.approve(IStructureNode elem) Checks whether the element should be traversed.booleanTagTreeIteratorElementApprover.approve(IStructureNode elem) Checks whether the element should be traversed.voidITagTreeIteratorHandler.nextElement(IStructureNode elem) Called when the next element is reached during the traversal.voidTagTreeIteratorFlusher.nextElement(IStructureNode elem) Called when the next element is reached during the traversal.Constructors in com.itextpdf.kernel.pdf.tagutils with parameters of type IStructureNodeModifierConstructorDescriptionTagTreeIterator(IStructureNode tagTreePointer) Creates a new instance ofTagTreeIterator.TagTreeIterator(IStructureNode tagTreePointer, TagTreeIteratorElementApprover approver, TagTreeIterator.TreeTraversalOrder traversalOrder) Creates a new instance ofTagTreeIterator. -
Uses of IStructureNode in com.itextpdf.kernel.utils
Methods in com.itextpdf.kernel.utils with parameters of type IStructureNodeModifier and TypeMethodDescriptionprotected voidTaggedPdfReaderTool.inspectKid(IStructureNode kid) Inspect the child of the StructTreeRoot.Method parameters in com.itextpdf.kernel.utils with type arguments of type IStructureNodeModifier and TypeMethodDescriptionprotected voidTaggedPdfReaderTool.inspectKids(List<IStructureNode> kids) Inspect the children of the StructTreeRoot. -
Uses of IStructureNode in com.itextpdf.pdfua.checkers.utils
Methods in com.itextpdf.pdfua.checkers.utils with parameters of type IStructureNodeModifier and TypeMethodDescriptionPdfUAValidationContext.getElementIfRoleMatches(PdfName role, IStructureNode structureNode) Checks if aIStructureNoderesolved role's is equal to the provided role.static PdfStructElemTagTreeHandlerUtil.getElementIfRoleMatches(PdfName role, IStructureNode structureNode) Deprecated.voidAnnotationCheckUtil.AnnotationHandler.nextElement(IStructureNode elem) Called when the next element is reached during the traversal.voidFormCheckUtil.FormTagHandler.nextElement(IStructureNode elem) Called when the next element is reached during the traversal.voidFormulaCheckUtil.FormulaTagHandler.nextElement(IStructureNode elem) Called when the next element is reached during the traversal.voidGraphicsCheckUtil.GraphicsHandler.nextElement(IStructureNode elem) Called when the next element is reached during the traversal.voidNoteCheckUtil.NoteTagHandler.nextElement(IStructureNode elem) Called when the next element is reached during the traversal.PdfUAValidationContext.resolveToStandardRole(IStructureNode node) Resolves the node's role to a standard role. -
Uses of IStructureNode in com.itextpdf.pdfua.checkers.utils.headings
Methods in com.itextpdf.pdfua.checkers.utils.headings with parameters of type IStructureNodeModifier and TypeMethodDescriptionvoidHeadingsChecker.checkStructElement(IStructureNode structNode) Checks if structure element has correct heading.voidHeadingsChecker.HeadingHandler.nextElement(IStructureNode elem) Called when the next element is reached during the traversal. -
Uses of IStructureNode in com.itextpdf.pdfua.checkers.utils.tables
Methods in com.itextpdf.pdfua.checkers.utils.tables with parameters of type IStructureNodeModifier and TypeMethodDescriptionvoidTableCheckUtil.TableHandler.nextElement(IStructureNode elem) Called when the next element is reached during the traversal.