Uses of Class
com.itextpdf.commons.actions.sequence.SequenceId
-
-
Uses of SequenceId in com.itextpdf.commons.actions
Fields in com.itextpdf.commons.actions with type parameters of type SequenceId Modifier and Type Field Description private java.util.WeakHashMap<SequenceId,java.util.List<AbstractProductProcessITextEvent>>
ProductEventHandler. events
private java.lang.ref.WeakReference<SequenceId>
AbstractProductProcessITextEvent. sequenceId
Methods in com.itextpdf.commons.actions that return SequenceId Modifier and Type Method Description SequenceId
AbstractProductProcessITextEvent. getSequenceId()
Retrieves an identifier of event source.Methods in com.itextpdf.commons.actions with parameters of type SequenceId Modifier and Type Method Description protected void
AbstractITextConfigurationEvent. addEvent(SequenceId id, AbstractProductProcessITextEvent event)
Registers a new event for provided identifier.(package private) void
ProductEventHandler. addEvent(SequenceId id, AbstractProductProcessITextEvent event)
protected java.util.List<AbstractProductProcessITextEvent>
AbstractITextConfigurationEvent. getEvents(SequenceId id)
Gets events registered for provided identifier.(package private) java.util.List<AbstractProductProcessITextEvent>
ProductEventHandler. getEvents(SequenceId id)
Constructors in com.itextpdf.commons.actions with parameters of type SequenceId Constructor Description AbstractEventWrapper(SequenceId updatedSequenceId, AbstractProductProcessITextEvent event, EventConfirmationType confirmationType)
Creates a wrapper of event associated withSequenceId
.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 SequenceId Constructor Description ConfirmEvent(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 SequenceId Modifier and Type Field Description private SequenceId
AbstractIdentifiableElement. sequenceId
Methods in com.itextpdf.commons.actions.sequence that return SequenceId Modifier and Type Method Description (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 SequenceId Modifier and Type Method Description (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 SequenceId Modifier and Type Field Description private java.lang.ref.WeakReference<SequenceId>
LinkDocumentIdEvent. sequenceId
Methods in com.itextpdf.kernel.actions.events with parameters of type SequenceId Modifier and Type Method Description static 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 java.util.List<ConfirmedEventWrapper>
FlushPdfDocumentEvent. getConfirmedEvents(SequenceId sequenceId)
Constructors in com.itextpdf.kernel.actions.events with parameters of type SequenceId Constructor Description ITextCoreProductEvent(SequenceId sequenceId, IMetaInfo metaInfo, java.lang.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 SequenceId Modifier and Type Field Description private SequenceId
PdfDocument. documentId
Methods in com.itextpdf.kernel.pdf that return SequenceId Modifier and Type Method Description SequenceId
PdfDocument. getDocumentIdWrapper()
Obtains document id as aSequenceId
. -
Uses of SequenceId in com.itextpdf.layout.renderer
Methods in com.itextpdf.layout.renderer with parameters of type SequenceId Modifier and Type Method Description (package private) static void
TypographyUtils. applyKerning(FontProgram fontProgram, GlyphLine text, SequenceId sequenceId, IMetaInfo metaInfo)
(package private) static void
TypographyUtils. applyOtfScript(FontProgram fontProgram, GlyphLine text, java.lang.Character.UnicodeScript script, java.lang.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 SequenceId Modifier and Type Method Description boolean
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, java.lang.Character.UnicodeScript script, java.lang.Object configurator, SequenceId id, IMetaInfo metaInfo)
boolean
DefaultTypographyApplier. applyOtfScript(TrueTypeFont font, GlyphLine glyphLine, java.lang.Character.UnicodeScript script, java.lang.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)
-