Package com.itextpdf.text.pdf
Class PdfCopy.IndirectReferences
- java.lang.Object
-
- com.itextpdf.text.pdf.PdfCopy.IndirectReferences
-
- Enclosing class:
- PdfCopy
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 (package private) boolean
hasCopied
(package private) PdfIndirectReference
theRef
-
Constructor Summary
Constructors Constructor Description IndirectReferences(PdfIndirectReference ref)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) boolean
getCopied()
(package private) PdfIndirectReference
getRef()
(package private) void
setCopied()
(package private) void
setNotCopied()
java.lang.String
toString()
-
-
-
Field Detail
-
theRef
PdfIndirectReference theRef
-
hasCopied
boolean hasCopied
-
-
Constructor Detail
-
IndirectReferences
IndirectReferences(PdfIndirectReference ref)
-
-
Method Detail
-
setCopied
void setCopied()
-
setNotCopied
void setNotCopied()
-
getCopied
boolean getCopied()
-
getRef
PdfIndirectReference getRef()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-