Uses of Interface
com.itextpdf.commons.actions.contexts.IMetaInfo
Packages that use IMetaInfo
Package
Description
-
Uses of IMetaInfo in com.itextpdf.commons.actions
Methods in com.itextpdf.commons.actions with parameters of type IMetaInfoModifier and TypeMethodDescriptionboolean
AbstractContextBasedITextEvent.setMetaInfo
(IMetaInfo metaInfo) Sets meta info.Constructors in com.itextpdf.commons.actions with parameters of type IMetaInfoModifierConstructorDescriptionprotected
AbstractContextBasedITextEvent
(ProductData productData, IMetaInfo metaInfo) Creates an event containing auxiliary meta data.protected
AbstractProductProcessITextEvent
(ProductData productData, IMetaInfo metaInfo, EventConfirmationType confirmationType) Creates an event which is not associated with any object.protected
AbstractProductProcessITextEvent
(SequenceId sequenceId, ProductData productData, IMetaInfo metaInfo, EventConfirmationType confirmationType) Creates an event associated withSequenceId
. -
Uses of IMetaInfo in com.itextpdf.kernel.actions.events
Methods in com.itextpdf.kernel.actions.events with parameters of type IMetaInfoModifier 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. -
Uses of IMetaInfo in com.itextpdf.kernel.pdf
Fields in com.itextpdf.kernel.pdf declared as IMetaInfoMethods in com.itextpdf.kernel.pdf with parameters of type IMetaInfoModifier and TypeMethodDescriptionDocumentProperties.setEventCountingMetaInfo
(IMetaInfo metaInfo) Sets document meta info.PdfEncryptor.setEventCountingMetaInfo
(IMetaInfo metaInfo) Sets theIMetaInfo
that will be used duringPdfDocument
creation.void
PdfRevisionsReader.setEventCountingMetaInfo
(IMetaInfo metaInfo) Sets theIMetaInfo
that will be used duringPdfDocument
creation. -
Uses of IMetaInfo in com.itextpdf.kernel.utils
Methods in com.itextpdf.kernel.utils with parameters of type IMetaInfoModifier and TypeMethodDescriptionvoid
CompareTool.setEventCountingMetaInfo
(IMetaInfo metaInfo) SetsIMetaInfo
info that will be used for both read and written documents creation.void
PdfSplitter.setEventCountingMetaInfo
(IMetaInfo metaInfo) Sets theIMetaInfo
that will be used duringPdfDocument
creation. -
Uses of IMetaInfo in com.itextpdf.layout.renderer
Constructors in com.itextpdf.layout.renderer with parameters of type IMetaInfoModifierConstructorDescriptionMetaInfoContainer
(IMetaInfo metaInfo) Creates MetaInfoContainer instance with provided meta info. -
Uses of IMetaInfo in com.itextpdf.layout.renderer.typography
Methods in com.itextpdf.layout.renderer.typography with parameters of type IMetaInfoModifier 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) -
Uses of IMetaInfo in com.itextpdf.signatures
Fields in com.itextpdf.signatures declared as IMetaInfoModifier and TypeFieldDescriptionprotected IMetaInfo
LtvVerifier.metaInfo
Deprecated.The meta infoMethods in com.itextpdf.signatures with parameters of type IMetaInfoModifier and TypeMethodDescriptionvoid
LtvVerifier.setEventCountingMetaInfo
(IMetaInfo metaInfo) Deprecated.Sets theIMetaInfo
that will be used duringPdfDocument
creation. -
Uses of IMetaInfo in com.itextpdf.signatures.validation
Methods in com.itextpdf.signatures.validation with parameters of type IMetaInfoModifier and TypeMethodDescriptionDocumentRevisionsValidator.setEventCountingMetaInfo
(IMetaInfo metaInfo) Sets theIMetaInfo
that will be used during newPdfDocument
creations.SignatureValidator.setEventCountingMetaInfo
(IMetaInfo metaInfo) Sets theIMetaInfo
that will be used during newPdfDocument
creations.