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. eventsprivate java.lang.ref.WeakReference<SequenceId>AbstractProductProcessITextEvent. sequenceIdMethods in com.itextpdf.commons.actions that return SequenceId Modifier and Type Method Description SequenceIdAbstractProductProcessITextEvent. getSequenceId()Retrieves an identifier of event source.Methods in com.itextpdf.commons.actions with parameters of type SequenceId Modifier and Type Method Description protected voidAbstractITextConfigurationEvent. addEvent(SequenceId id, AbstractProductProcessITextEvent event)Registers a new event for provided identifier.(package private) voidProductEventHandler. 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 SequenceIdAbstractIdentifiableElement. sequenceIdMethods in com.itextpdf.commons.actions.sequence that return SequenceId Modifier and Type Method Description (package private) SequenceIdAbstractIdentifiableElement. getSequenceId()Obtains an identifier if it was set.static SequenceIdSequenceIdManager. 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) voidAbstractIdentifiableElement. setSequenceId(SequenceId sequenceId)Sets an identifier.static voidSequenceIdManager. setSequenceId(AbstractIdentifiableElement element, SequenceId sequenceId)Provides anAbstractIdentifiableElementwith 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. sequenceIdMethods in com.itextpdf.kernel.actions.events with parameters of type SequenceId Modifier and Type Method Description static ITextCoreProductEventITextCoreProductEvent. 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 providedPdfDocumentwith 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 SequenceIdPdfDocument. documentIdMethods in com.itextpdf.kernel.pdf that return SequenceId Modifier and Type Method Description SequenceIdPdfDocument. 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 voidTypographyUtils. applyKerning(FontProgram fontProgram, GlyphLine text, SequenceId sequenceId, IMetaInfo metaInfo)(package private) static voidTypographyUtils. 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 booleanAbstractTypographyApplier. applyKerning(FontProgram fontProgram, GlyphLine text, SequenceId sequenceId, IMetaInfo metaInfo)booleanDefaultTypographyApplier. applyKerning(FontProgram fontProgram, GlyphLine text, SequenceId sequenceId, IMetaInfo metaInfo)booleanAbstractTypographyApplier. applyOtfScript(TrueTypeFont font, GlyphLine glyphLine, java.lang.Character.UnicodeScript script, java.lang.Object configurator, SequenceId id, IMetaInfo metaInfo)booleanDefaultTypographyApplier. 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)
-