Uses of Interface
com.itextpdf.commons.actions.contexts.IMetaInfo
-
-
Uses of IMetaInfo in com.itextpdf.commons.actions
Fields in com.itextpdf.commons.actions declared as IMetaInfo Modifier and Type Field Description private IMetaInfo
AbstractContextBasedITextEvent. metaInfo
Methods in com.itextpdf.commons.actions that return IMetaInfo Modifier and Type Method Description (package private) IMetaInfo
AbstractContextBasedITextEvent. getMetaInfo()
Obtains stored meta info associated with the event.Methods in com.itextpdf.commons.actions with parameters of type IMetaInfo Modifier and Type Method Description boolean
AbstractContextBasedITextEvent. setMetaInfo(IMetaInfo metaInfo)
Sets meta info.Constructors in com.itextpdf.commons.actions with parameters of type IMetaInfo Constructor Description AbstractContextBasedITextEvent(ProductData productData, IMetaInfo metaInfo)
Creates an event containing auxiliary meta data.AbstractProductProcessITextEvent(ProductData productData, IMetaInfo metaInfo, EventConfirmationType confirmationType)
Creates an event which is not associated with any object.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 IMetaInfo 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.Constructors in com.itextpdf.kernel.actions.events with parameters of type IMetaInfo 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. -
Uses of IMetaInfo in com.itextpdf.kernel.pdf
Fields in com.itextpdf.kernel.pdf declared as IMetaInfo Modifier and Type Field Description protected IMetaInfo
DocumentProperties. metaInfo
private IMetaInfo
PdfEncryptor. metaInfo
private IMetaInfo
PdfRevisionsReader. metaInfo
Methods in com.itextpdf.kernel.pdf with parameters of type IMetaInfo Modifier and Type Method Description DocumentProperties
DocumentProperties. setEventCountingMetaInfo(IMetaInfo metaInfo)
Sets document meta info.PdfEncryptor
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 IMetaInfo Modifier and Type Field Description private IMetaInfo
CompareTool. metaInfo
private IMetaInfo
PdfSplitter. metaInfo
Methods in com.itextpdf.kernel.utils with parameters of type IMetaInfo Modifier and Type Method Description void
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 IMetaInfo Modifier and Type Field Description private IMetaInfo
MetaInfoContainer. metaInfo
Methods in com.itextpdf.layout.renderer that return IMetaInfo Modifier and Type Method Description (package private) IMetaInfo
MetaInfoContainer. getMetaInfo()
Return the IMetaInfo object.Methods in com.itextpdf.layout.renderer with parameters of type IMetaInfo 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)
Constructors in com.itextpdf.layout.renderer with parameters of type IMetaInfo Constructor Description MetaInfoContainer(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 IMetaInfo 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)
-
Uses of IMetaInfo in com.itextpdf.signatures
Classes in com.itextpdf.signatures that implement IMetaInfo Modifier and Type Class Description (package private) class
SignMetaInfo
Fields in com.itextpdf.signatures declared as IMetaInfo Modifier and Type Field Description protected IMetaInfo
LtvVerifier. metaInfo
Deprecated.The meta infoMethods in com.itextpdf.signatures with parameters of type IMetaInfo Modifier and Type Method Description void
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 IMetaInfo Modifier and Type Class Description (package private) class
ValidationMetaInfo
Fields in com.itextpdf.signatures.validation declared as IMetaInfo Modifier and Type Field Description private IMetaInfo
DocumentRevisionsValidator. metaInfo
private IMetaInfo
SignatureValidator. metaInfo
Methods in com.itextpdf.signatures.validation with parameters of type IMetaInfo Modifier and Type Method Description DocumentRevisionsValidator
DocumentRevisionsValidator. setEventCountingMetaInfo(IMetaInfo metaInfo)
Sets theIMetaInfo
that will be used during newPdfDocument
creations.SignatureValidator
SignatureValidator. setEventCountingMetaInfo(IMetaInfo metaInfo)
Sets theIMetaInfo
that will be used during newPdfDocument
creations.
-