Uses of Interface
com.itextpdf.commons.actions.contexts.IMetaInfo
Packages that use IMetaInfo
Package
Description
-
Uses of IMetaInfo in com.itextpdf.commons.actions
Fields in com.itextpdf.commons.actions declared as IMetaInfoMethods in com.itextpdf.commons.actions that return IMetaInfoModifier and TypeMethodDescription(package private) IMetaInfo
AbstractContextBasedITextEvent.getMetaInfo()
Obtains stored meta info associated with the event.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.Constructors in com.itextpdf.kernel.actions.events with parameters of type IMetaInfoModifierConstructorDescriptionprivate
ITextCoreProductEvent
(SequenceId sequenceId, IMetaInfo metaInfo, String eventType, EventConfirmationType confirmationType) Creates an event 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 IMetaInfoModifier and TypeFieldDescriptionprotected IMetaInfo
DocumentProperties.metaInfo
private IMetaInfo
PdfEncryptor.metaInfo
private IMetaInfo
PdfRevisionsReader.metaInfo
Methods 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
Fields in com.itextpdf.kernel.utils declared as IMetaInfoModifier and TypeFieldDescriptionprivate IMetaInfo
CompareTool.metaInfo
private IMetaInfo
PdfSplitter.metaInfo
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
Fields in com.itextpdf.layout.renderer declared as IMetaInfoMethods in com.itextpdf.layout.renderer that return IMetaInfoModifier and TypeMethodDescription(package private) IMetaInfo
MetaInfoContainer.getMetaInfo()
Return the IMetaInfo object.Methods in com.itextpdf.layout.renderer with parameters of type IMetaInfoModifier 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) 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
Classes in com.itextpdf.signatures that implement IMetaInfoFields 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
Classes in com.itextpdf.signatures.validation that implement IMetaInfoFields in com.itextpdf.signatures.validation declared as IMetaInfoModifier and TypeFieldDescriptionprivate IMetaInfo
DocumentRevisionsValidator.metaInfo
private IMetaInfo
SignatureValidator.metaInfo
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.