public final class LinkDocumentIdEvent
extends com.itextpdf.commons.actions.AbstractITextConfigurationEvent
SequenceId with PdfDocument.| Constructor and Description |
|---|
LinkDocumentIdEvent(PdfDocument document,
com.itextpdf.commons.actions.sequence.AbstractIdentifiableElement identifiableElement)
Creates a new instance of the event associating provided
PdfDocument with the
appropriate AbstractIdentifiableElement. |
LinkDocumentIdEvent(PdfDocument document,
com.itextpdf.commons.actions.sequence.SequenceId sequenceId)
Creates a new instance of the event associating provided
PdfDocument with the
appropriate SequenceId. |
| Modifier and Type | Method and Description |
|---|---|
void |
doAction()
Defines an association between
PdfDocument and SequenceId. |
public LinkDocumentIdEvent(PdfDocument document, com.itextpdf.commons.actions.sequence.SequenceId sequenceId)
PdfDocument with the
appropriate SequenceId.document - is a documentsequenceId - is a general identifier to be associated with the documentpublic LinkDocumentIdEvent(PdfDocument document, com.itextpdf.commons.actions.sequence.AbstractIdentifiableElement identifiableElement)
PdfDocument with the
appropriate AbstractIdentifiableElement.document - is a documentidentifiableElement - is an identifiable element to be associated with the documentpublic void doAction()
PdfDocument and SequenceId.doAction in class com.itextpdf.commons.actions.AbstractITextConfigurationEventCopyright © 1998–2022 iText Group NV. All rights reserved.