Package com.itextpdf.kernel.pdf.tagging
Class StructureTreeCopier.StructElemCopyingParams
java.lang.Object
com.itextpdf.kernel.pdf.tagging.StructureTreeCopier.StructElemCopyingParams
- Enclosing class:
StructureTreeCopier
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final boolean
private final Map
<PdfDictionary, PdfDictionary> private final PdfDocument
-
Constructor Summary
ConstructorsConstructorDescriptionStructElemCopyingParams
(Set<PdfObject> objectsToCopy, PdfDocument toDocument, Map<PdfDictionary, PdfDictionary> page2page, boolean copyFromDestDocument) -
Method Summary
-
Field Details
-
objectsToCopy
-
toDocument
-
page2page
-
copyFromDestDocument
private final boolean copyFromDestDocument -
copiedNamespaces
-
-
Constructor Details
-
StructElemCopyingParams
public StructElemCopyingParams(Set<PdfObject> objectsToCopy, PdfDocument toDocument, Map<PdfDictionary, PdfDictionary> page2page, boolean copyFromDestDocument)
-
-
Method Details
-
getObjectsToCopy
-
getToDocument
-
getPage2page
-
isCopyFromDestDocument
public boolean isCopyFromDestDocument() -
addCopiedNamespace
-
getCopiedNamespaces
-