Uses of Class
com.itextpdf.kernel.pdf.tagging.StructureTreeCopier.StructElemCopyingParams
-
Packages that use StructureTreeCopier.StructElemCopyingParams Package Description com.itextpdf.kernel.pdf.tagging -
-
Uses of StructureTreeCopier.StructElemCopyingParams in com.itextpdf.kernel.pdf.tagging
Methods in com.itextpdf.kernel.pdf.tagging with parameters of type StructureTreeCopier.StructElemCopyingParams Modifier and Type Method Description private static PdfDictionaryStructureTreeCopier. copyNamespaceDict(PdfDictionary srcNsDict, StructureTreeCopier.StructElemCopyingParams copyingParams)private static PdfDictionaryStructureTreeCopier. copyObject(PdfDictionary source, PdfDictionary destPage, boolean parentChangePg, StructureTreeCopier.StructElemCopyingParams copyingParams)private static PdfObjectStructureTreeCopier. copyObjectKid(PdfObject kid, PdfDictionary copiedParent, PdfDictionary destPage, boolean parentChangePg, StructureTreeCopier.StructElemCopyingParams copyingParams, PdfDictionary lastCopiedTrPage)
-