Class PdfCopy.IndirectReferences
- java.lang.Object
-
- com.gitlab.pdftk_java.com.lowagie.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()
-
-
-
Field Detail
-
theRef
PdfIndirectReference theRef
-
hasCopied
boolean hasCopied
-
-
Constructor Detail
-
IndirectReferences
IndirectReferences(PdfIndirectReference ref)
-
-
Method Detail
-
setCopied
void setCopied()
-
getCopied
boolean getCopied()
-
getRef
PdfIndirectReference getRef()
-
-