iText 8.0.2 API
|
An event allows to associated some iText.Commons.Actions.Sequence.SequenceId with iText.Kernel.Pdf.PdfDocument. More...
Public Member Functions |
|
LinkDocumentIdEvent (PdfDocument document, SequenceId sequenceId) | |
Creates a new instance of the event associating provided iText.Kernel.Pdf.PdfDocument with the appropriate iText.Commons.Actions.Sequence.SequenceId. More... |
|
LinkDocumentIdEvent? (PdfDocument document, AbstractIdentifiableElement identifiableElement) | |
Creates a new instance of the event associating provided iText.Kernel.Pdf.PdfDocument with the appropriate iText.Commons.Actions.Sequence.AbstractIdentifiableElement. More... |
|
An event allows to associated some iText.Commons.Actions.Sequence.SequenceId with iText.Kernel.Pdf.PdfDocument.
|
inline |
Creates a new instance of the event associating provided iText.Kernel.Pdf.PdfDocument with the appropriate iText.Commons.Actions.Sequence.SequenceId.
document | is a document |
sequenceId | is a general identifier to be associated with the document |
|
inline |
Creates a new instance of the event associating provided iText.Kernel.Pdf.PdfDocument with the appropriate iText.Commons.Actions.Sequence.AbstractIdentifiableElement.
document | is a document |
identifiableElement | is an identifiable element to be associated with the document |