Uses of Class
com.itextpdf.commons.actions.sequence.SequenceId
Packages that use SequenceId
Package
Description
-
Uses of SequenceId in com.itextpdf.commons.actions
Fields in com.itextpdf.commons.actions with type parameters of type SequenceIdModifier and TypeFieldDescriptionprivate final WeakHashMap
<SequenceId, List<AbstractProductProcessITextEvent>> ProductEventHandler.events
private final WeakReference
<SequenceId> AbstractProductProcessITextEvent.sequenceId
Methods in com.itextpdf.commons.actions that return SequenceIdModifier and TypeMethodDescriptionAbstractProductProcessITextEvent.getSequenceId()
Retrieves an identifier of event source.Methods in com.itextpdf.commons.actions with parameters of type SequenceIdModifier and TypeMethodDescriptionprotected void
AbstractITextConfigurationEvent.addEvent
(SequenceId id, AbstractProductProcessITextEvent event) Registers a new event for provided identifier.(package private) void
ProductEventHandler.addEvent
(SequenceId id, AbstractProductProcessITextEvent event) protected List
<AbstractProductProcessITextEvent> AbstractITextConfigurationEvent.getEvents
(SequenceId id) Gets events registered for provided identifier.(package private) List
<AbstractProductProcessITextEvent> ProductEventHandler.getEvents
(SequenceId id) Constructors in com.itextpdf.commons.actions with parameters of type SequenceIdModifierConstructorDescriptionprotected
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
Constructors in com.itextpdf.commons.actions.confirmations with parameters of type SequenceIdModifierConstructorDescriptionConfirmEvent
(SequenceId updatedSequenceId, AbstractProductProcessITextEvent confirmedEvent) Creates an instance of confirmation event. -
Uses of SequenceId in com.itextpdf.commons.actions.sequence
Fields in com.itextpdf.commons.actions.sequence declared as SequenceIdMethods in com.itextpdf.commons.actions.sequence that return SequenceIdModifier and TypeMethodDescription(package private) SequenceId
AbstractIdentifiableElement.getSequenceId()
Obtains an identifier if it was set.static SequenceId
SequenceIdManager.getSequenceId
(AbstractIdentifiableElement element) Gets an identifier of the element.Methods in com.itextpdf.commons.actions.sequence with parameters of type SequenceIdModifier and TypeMethodDescription(package private) void
AbstractIdentifiableElement.setSequenceId
(SequenceId sequenceId) Sets an identifier.static void
SequenceIdManager.setSequenceId
(AbstractIdentifiableElement element, SequenceId sequenceId) Provides anAbstractIdentifiableElement
with aSequenceId
. -
Uses of SequenceId in com.itextpdf.kernel.actions.events
Fields in com.itextpdf.kernel.actions.events with type parameters of type SequenceIdModifier and TypeFieldDescriptionprivate final WeakReference
<SequenceId> LinkDocumentIdEvent.sequenceId
Methods in com.itextpdf.kernel.actions.events with parameters of type SequenceIdModifier 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.private List
<ConfirmedEventWrapper> FlushPdfDocumentEvent.getConfirmedEvents
(SequenceId sequenceId) Constructors in com.itextpdf.kernel.actions.events with parameters of type SequenceIdModifierConstructorDescriptionprivate
ITextCoreProductEvent
(SequenceId sequenceId, IMetaInfo metaInfo, String eventType, EventConfirmationType confirmationType) Creates an event associated with a general identifier and additional meta data.LinkDocumentIdEvent
(PdfDocument document, SequenceId sequenceId) Creates a new instance of the event associating providedPdfDocument
with the appropriateSequenceId
. -
Uses of SequenceId in com.itextpdf.kernel.pdf
Fields in com.itextpdf.kernel.pdf declared as SequenceIdMethods in com.itextpdf.kernel.pdf that return SequenceIdModifier and TypeMethodDescriptionPdfDocument.getDocumentIdWrapper()
Obtains document id as aSequenceId
. -
Uses of SequenceId in com.itextpdf.layout.renderer
Methods in com.itextpdf.layout.renderer with parameters of type SequenceIdModifier and TypeMethodDescription(package private) static void
TypographyUtils.applyKerning
(FontProgram fontProgram, GlyphLine text, SequenceId sequenceId, IMetaInfo metaInfo) (package private) static void
TypographyUtils.applyOtfScript
(FontProgram fontProgram, GlyphLine text, Character.UnicodeScript script, Object typographyConfig, SequenceId sequenceId, IMetaInfo metaInfo) (package private) static byte[]
TypographyUtils.getBidiLevels
(BaseDirection baseDirection, int[] unicodeIds, SequenceId sequenceId, IMetaInfo metaInfo) -
Uses of SequenceId in com.itextpdf.layout.renderer.typography
Methods in com.itextpdf.layout.renderer.typography with parameters of type SequenceIdModifier 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)