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) IMetaInfoAbstractContextBasedITextEvent.getMetaInfo()Obtains stored meta info associated with the event.Methods in com.itextpdf.commons.actions with parameters of type IMetaInfoModifier and TypeMethodDescriptionbooleanAbstractContextBasedITextEvent.setMetaInfo(IMetaInfo metaInfo) Sets meta info.Constructors in com.itextpdf.commons.actions with parameters of type IMetaInfoModifierConstructorDescriptionprotectedAbstractContextBasedITextEvent(ProductData productData, IMetaInfo metaInfo) Creates an event containing auxiliary meta data.protectedAbstractProductProcessITextEvent(ProductData productData, IMetaInfo metaInfo, EventConfirmationType confirmationType) Creates an event which is not associated with any object.protectedAbstractProductProcessITextEvent(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 ITextCoreProductEventITextCoreProductEvent.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 IMetaInfoModifierConstructorDescriptionprivateITextCoreProductEvent(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 IMetaInfoDocumentProperties.metaInfoprivate IMetaInfoPdfEncryptor.metaInfoprivate IMetaInfoPdfRevisionsReader.metaInfoMethods in com.itextpdf.kernel.pdf with parameters of type IMetaInfoModifier and TypeMethodDescriptionDocumentProperties.setEventCountingMetaInfo(IMetaInfo metaInfo) Sets document meta info.PdfEncryptor.setEventCountingMetaInfo(IMetaInfo metaInfo) Sets theIMetaInfothat will be used duringPdfDocumentcreation.voidPdfRevisionsReader.setEventCountingMetaInfo(IMetaInfo metaInfo) Sets theIMetaInfothat will be used duringPdfDocumentcreation. -
Uses of IMetaInfo in com.itextpdf.kernel.utils
Fields in com.itextpdf.kernel.utils declared as IMetaInfoModifier and TypeFieldDescriptionprivate IMetaInfoCompareTool.metaInfoprivate IMetaInfoPdfSplitter.metaInfoMethods in com.itextpdf.kernel.utils with parameters of type IMetaInfoModifier and TypeMethodDescriptionvoidCompareTool.setEventCountingMetaInfo(IMetaInfo metaInfo) SetsIMetaInfoinfo that will be used for both read and written documents creation.voidPdfSplitter.setEventCountingMetaInfo(IMetaInfo metaInfo) Sets theIMetaInfothat will be used duringPdfDocumentcreation. -
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) IMetaInfoMetaInfoContainer.getMetaInfo()Return the IMetaInfo object.Methods in com.itextpdf.layout.renderer with parameters of type IMetaInfoModifier and TypeMethodDescription(package private) static voidTypographyUtils.applyKerning(FontProgram fontProgram, GlyphLine text, SequenceId sequenceId, IMetaInfo metaInfo) (package private) static voidTypographyUtils.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 TypeMethodDescriptionbooleanAbstractTypographyApplier.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, Character.UnicodeScript script, Object configurator, SequenceId id, IMetaInfo metaInfo) booleanDefaultTypographyApplier.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 IMetaInfoLtvVerifier.metaInfoDeprecated.The meta infoMethods in com.itextpdf.signatures with parameters of type IMetaInfoModifier and TypeMethodDescriptionvoidLtvVerifier.setEventCountingMetaInfo(IMetaInfo metaInfo) Deprecated.Sets theIMetaInfothat will be used duringPdfDocumentcreation. -
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 IMetaInfoDocumentRevisionsValidator.metaInfoprivate IMetaInfoSignatureValidator.metaInfoMethods in com.itextpdf.signatures.validation with parameters of type IMetaInfoModifier and TypeMethodDescriptionDocumentRevisionsValidator.setEventCountingMetaInfo(IMetaInfo metaInfo) Sets theIMetaInfothat will be used during newPdfDocumentcreations.SignatureValidator.setEventCountingMetaInfo(IMetaInfo metaInfo) Sets theIMetaInfothat will be used during newPdfDocumentcreations.