Package com.itextpdf.kernel.pdf.tagging
Class StructureTreeCopier.CopyStructureResult
- java.lang.Object
-
- com.itextpdf.kernel.pdf.tagging.StructureTreeCopier.CopyStructureResult
-
- Enclosing class:
- StructureTreeCopier
private static class StructureTreeCopier.CopyStructureResult extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.Set<PdfObject>
copiedNamespaces
private java.util.List<PdfDictionary>
topsList
-
Constructor Summary
Constructors Constructor Description CopyStructureResult(java.util.List<PdfDictionary> topsList, java.util.Set<PdfObject> copiedNamespaces)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<PdfObject>
getCopiedNamespaces()
java.util.List<PdfDictionary>
getTopsList()
-
-
-
Field Detail
-
topsList
private final java.util.List<PdfDictionary> topsList
-
copiedNamespaces
private final java.util.Set<PdfObject> copiedNamespaces
-
-
Constructor Detail
-
CopyStructureResult
public CopyStructureResult(java.util.List<PdfDictionary> topsList, java.util.Set<PdfObject> copiedNamespaces)
-
-
Method Detail
-
getCopiedNamespaces
public java.util.Set<PdfObject> getCopiedNamespaces()
-
getTopsList
public java.util.List<PdfDictionary> getTopsList()
-
-