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.ObjectThis class holds information about indirect references, since they are renumbered by iText.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) booleanhasCopied(package private) PdfIndirectReferencetheRef
-
Constructor Summary
Constructors Constructor Description IndirectReferences(PdfIndirectReference ref)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) booleangetCopied()(package private) PdfIndirectReferencegetRef()(package private) voidsetCopied()(package private) voidsetNotCopied()java.lang.StringtoString()
-
-
-
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:
toStringin classjava.lang.Object
-
-