Package com.aowagie.text.pdf
Class PdfCopy.IndirectReferences
- java.lang.Object
-
- com.aowagie.text.pdf.PdfCopy.IndirectReferences
-
- Enclosing class:
- PdfCopy
private static class PdfCopy.IndirectReferences extends java.lang.Object
This class holds information about indirect references, since they are renumbered by iText.
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
hasCopied
private PdfIndirectReference
theRef
-
Constructor Summary
Constructors Modifier Constructor Description private
IndirectReferences(PdfIndirectReference ref)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private boolean
getCopied()
private PdfIndirectReference
getRef()
private void
setCopied()
-
-
-
Field Detail
-
theRef
private final PdfIndirectReference theRef
-
hasCopied
private boolean hasCopied
-
-
Constructor Detail
-
IndirectReferences
private IndirectReferences(PdfIndirectReference ref)
-
-
Method Detail
-
setCopied
private void setCopied()
-
getCopied
private boolean getCopied()
-
getRef
private PdfIndirectReference getRef()
-
-