Class PDFXEntry
- java.lang.Object
- 
- com.inductiveautomation.rm.pdf.writer.PDFXEntry
 
- 
 public class PDFXEntry extends java.lang.ObjectThis class represents a PDF XRef Table entry.
- 
- 
Field SummaryFields Modifier and Type Field Description static intEntryDeletedstatic intEntryNotYetReadstatic intEntryReadstatic intEntryUnknownintfileOffsetintobjectNumberintstatejava.lang.Objectvalue
 - 
Constructor SummaryConstructors Constructor Description PDFXEntry(int index)Creates a new PDF XREF entry.
 
- 
- 
- 
Field Detail- 
statepublic int state 
 - 
objectNumberpublic int objectNumber 
 - 
fileOffsetpublic int fileOffset 
 - 
valuepublic java.lang.Object value 
 - 
EntryUnknownpublic static final int EntryUnknown - See Also:
- Constant Field Values
 
 - 
EntryDeletedpublic static final int EntryDeleted - See Also:
- Constant Field Values
 
 - 
EntryReadpublic static final int EntryRead - See Also:
- Constant Field Values
 
 - 
EntryNotYetReadpublic static final int EntryNotYetRead - See Also:
- Constant Field Values
 
 
- 
 
-