Uses of Class
com.itextpdf.kernel.pdf.tagging.PdfStructTreeRoot
-
Packages that use PdfStructTreeRoot Package Description com.itextpdf.kernel.pdf com.itextpdf.kernel.pdf.tagging com.itextpdf.kernel.validation com.itextpdf.pdfua.checkers -
-
Uses of PdfStructTreeRoot in com.itextpdf.kernel.pdf
Fields in com.itextpdf.kernel.pdf declared as PdfStructTreeRoot Modifier and Type Field Description protected PdfStructTreeRootPdfDocument. structTreeRootMethods in com.itextpdf.kernel.pdf that return PdfStructTreeRoot Modifier and Type Method Description PdfStructTreeRootPdfDocument. getStructTreeRoot()GetsPdfStructTreeRootof tagged document. -
Uses of PdfStructTreeRoot in com.itextpdf.kernel.pdf.tagging
Fields in com.itextpdf.kernel.pdf.tagging declared as PdfStructTreeRoot Modifier and Type Field Description private PdfStructTreeRootParentTreeHandler. structTreeRootMethods in com.itextpdf.kernel.pdf.tagging with parameters of type PdfStructTreeRoot Modifier and Type Method Description private static voidPdfStructTreeRoot. flushAllKids(PdfStructTreeRoot elem)Constructors in com.itextpdf.kernel.pdf.tagging with parameters of type PdfStructTreeRoot Constructor Description ParentTreeHandler(PdfStructTreeRoot structTreeRoot)Init ParentTreeHandler. -
Uses of PdfStructTreeRoot in com.itextpdf.kernel.validation
Methods in com.itextpdf.kernel.validation with parameters of type PdfStructTreeRoot Modifier and Type Method Description (package private) voidPdf20Checker. checkStructureTreeRoot(PdfStructTreeRoot structTreeRoot)Validates document structure tree root dictionary against PDF 2.0 standard. -
Uses of PdfStructTreeRoot in com.itextpdf.pdfua.checkers
Methods in com.itextpdf.pdfua.checkers with parameters of type PdfStructTreeRoot Modifier and Type Method Description private voidPdfUA1Checker. checkStructureTreeRoot(PdfStructTreeRoot structTreeRoot)private voidPdfUA2Checker. checkStructureTreeRoot(PdfStructTreeRoot structTreeRoot)Validates structure tree root dictionary against PDF/UA-2 standard.
-