Uses of Class
com.itextpdf.commons.actions.sequence.SequenceId
Package
Description
-
Uses of SequenceId in com.itextpdf.commons.actions
Modifier and TypeMethodDescriptionAbstractProductProcessITextEvent.getSequenceId()
Retrieves an identifier of event source.Modifier and TypeMethodDescriptionprotected void
AbstractITextConfigurationEvent.addEvent
(SequenceId id, AbstractProductProcessITextEvent event) Registers a new event for provided identifier.protected List<AbstractProductProcessITextEvent>
AbstractITextConfigurationEvent.getEvents
(SequenceId id) Gets events registered for provided identifier.ModifierConstructorDescriptionprotected
AbstractEventWrapper
(SequenceId updatedSequenceId, AbstractProductProcessITextEvent event, EventConfirmationType confirmationType) Creates a wrapper of event associated withSequenceId
.protected
AbstractProductProcessITextEvent
(SequenceId sequenceId, ProductData productData, IMetaInfo metaInfo, EventConfirmationType confirmationType) Creates an event associated withSequenceId
. -
Uses of SequenceId in com.itextpdf.commons.actions.confirmations
ModifierConstructorDescriptionConfirmEvent
(SequenceId updatedSequenceId, AbstractProductProcessITextEvent confirmedEvent) Creates an instance of confirmation event. -
Uses of SequenceId in com.itextpdf.commons.actions.sequence
Modifier and TypeMethodDescriptionstatic SequenceId
SequenceIdManager.getSequenceId
(AbstractIdentifiableElement element) Gets an identifier of the element.Modifier and TypeMethodDescriptionstatic void
SequenceIdManager.setSequenceId
(AbstractIdentifiableElement element, SequenceId sequenceId) Provides anAbstractIdentifiableElement
with aSequenceId
. -
Uses of SequenceId in com.itextpdf.kernel.actions.events
Modifier and TypeMethodDescriptionstatic ITextCoreProductEvent
ITextCoreProductEvent.createProcessPdfEvent
(SequenceId sequenceId, IMetaInfo metaInfo, EventConfirmationType confirmationType) Creates an process pdf event which associated with a general identifier and additional meta data.ModifierConstructorDescriptionLinkDocumentIdEvent
(PdfDocument document, SequenceId sequenceId) Creates a new instance of the event associating providedPdfDocument
with the appropriateSequenceId
. -
Uses of SequenceId in com.itextpdf.kernel.pdf
Modifier and TypeMethodDescriptionPdfDocument.getDocumentIdWrapper()
Obtains document id as aSequenceId
. -
Uses of SequenceId in com.itextpdf.layout.renderer.typography
Modifier and TypeMethodDescriptionboolean
AbstractTypographyApplier.applyKerning
(FontProgram fontProgram, GlyphLine text, SequenceId sequenceId, IMetaInfo metaInfo) boolean
DefaultTypographyApplier.applyKerning
(FontProgram fontProgram, GlyphLine text, SequenceId sequenceId, IMetaInfo metaInfo) boolean
AbstractTypographyApplier.applyOtfScript
(TrueTypeFont font, GlyphLine glyphLine, Character.UnicodeScript script, Object configurator, SequenceId id, IMetaInfo metaInfo) boolean
DefaultTypographyApplier.applyOtfScript
(TrueTypeFont font, GlyphLine glyphLine, Character.UnicodeScript script, Object configurator, SequenceId id, IMetaInfo metaInfo) byte[]
AbstractTypographyApplier.getBidiLevels
(BaseDirection baseDirection, int[] unicodeIds, SequenceId sequenceId, IMetaInfo metaInfo) byte[]
DefaultTypographyApplier.getBidiLevels
(BaseDirection baseDirection, int[] unicodeIds, SequenceId sequenceId, IMetaInfo metaInfo)