pdfHTML 2.1.6 API
|
Keeps track of the context of the processor. More...
Public Member Functions |
|
ProcessorContext (ConverterProperties converterProperties) | |
Instantiates a new ProcessorContext instance. More... |
|
virtual void | SetFontProvider (FontProvider fontProvider) |
Sets the font provider. More... |
|
virtual State | GetState () |
Gets the state. More... |
|
virtual PdfDocument | GetPdfDocument () |
Gets the PDF document. More... |
|
virtual FontProvider | GetFontProvider () |
Gets the font provider. More... |
|
virtual FontSet | GetTempFonts () |
Gets the temporary set of fonts. More... |
|
virtual ResourceResolver | GetResourceResolver () |
Gets the resource resolver. More... |
|
virtual MediaDeviceDescription | GetDeviceDescription () |
Gets the device description. More... |
|
virtual ITagWorkerFactory | GetTagWorkerFactory () |
Gets the tag worker factory. More... |
|
virtual ICssApplierFactory | GetCssApplierFactory () |
Gets the CSS applier factory. More... |
|
virtual CssContext | GetCssContext () |
Gets the CSS context. More... |
|
virtual LinkContext | GetLinkContext () |
Gets the link context. More... |
|
virtual bool | IsCreateAcroForm () |
Checks if is an AcroForm needs to be created. More... |
|
virtual FormFieldNameResolver | GetFormFieldNameResolver () |
Gets the form field name resolver. More... |
|
virtual RadioCheckResolver | GetRadioCheckResolver () |
Gets the radio check resolver. More... |
|
virtual OutlineHandler | GetOutlineHandler () |
Gets the outline handler. More... |
|
virtual void | AddTemporaryFont (FontInfo fontInfo, String alias) |
Add temporary font from @font-face. More... |
|
virtual void | AddTemporaryFont (FontProgram fontProgram, String encoding, String alias) |
Add temporary font from @font-face. More... |
|
virtual void | AddTemporaryFont (FontProgram fontProgram, String encoding, String alias, Range unicodeRange) |
Add temporary font from @font-face. More... |
|
virtual bool | HasFonts () |
Check fonts in font provider and temporary font set. More... |
|
virtual void | Reset () |
Resets the context. More... |
|
virtual void | Reset (PdfDocument pdfDocument) |
Resets the context, and assigns a new PDF document. More... |
|
virtual String | GetBaseUri () |
Gets the baseURI: the URI which has been set manually or the directory of the html file in case when baseURI hasn't been set manually. More... |
|
virtual bool | IsImmediateFlush () |
Checks if immediateFlush is set More... |
|
virtual IMetaInfo | GetEventCountingMetaInfo () |
Gets html meta info. More... |
|
virtual bool | IsProcessingInlineSvg () |
Check if the processor is currently processing an inline svg More... |
|
virtual void | StartProcessingInlineSvg () |
Set the processor to processing Inline Svg state More... |
|
virtual void | EndProcessingInlineSvg () |
End the processing Svg State More... |
|
Keeps track of the context of the processor.
|
inline |
Instantiates a new ProcessorContext instance.
converterProperties | a iText.Html2pdf.ConverterProperties instance |
|
inlinevirtual |
Add temporary font from @font-face.
fontInfo | the font info |
alias | the alias |
|
inlinevirtual |
Add temporary font from @font-face.
fontProgram | the font program |
encoding | the encoding |
alias | the alias |
|
inlinevirtual |
Add temporary font from @font-face.
fontProgram | the font program |
encoding | the encoding |
alias | the alias |
unicodeRange | the unicode range |
|
inlinevirtual |
End the processing Svg State
|
inlinevirtual |
Gets the baseURI: the URI which has been set manually or the directory of the html file in case when baseURI hasn't been set manually.
|
inlinevirtual |
Gets the CSS applier factory.
|
inlinevirtual |
Gets the CSS context.
|
inlinevirtual |
Gets the device description.
|
inlinevirtual |
Gets html meta info.
Gets html meta info. This meta info will be passed with to iText.Kernel.Counter.EventCounter with iText.Html2pdf.Events.PdfHtmlEvent and can be used to determine event origin.
|
inlinevirtual |
Gets the font provider.
|
inlinevirtual |
Gets the form field name resolver.
|
inlinevirtual |
Gets the link context.
|
inlinevirtual |
Gets the outline handler.
|
inlinevirtual |
Gets the PDF document.
|
inlinevirtual |
Gets the radio check resolver.
|
inlinevirtual |
Gets the resource resolver.
|
inlinevirtual |
Gets the state.
|
inlinevirtual |
Gets the tag worker factory.
|
inlinevirtual |
Gets the temporary set of fonts.
|
inlinevirtual |
Check fonts in font provider and temporary font set.
|
inlinevirtual |
Checks if is an AcroForm needs to be created.
|
inlinevirtual |
Checks if immediateFlush is set
|
inlinevirtual |
Check if the processor is currently processing an inline svg
|
inlinevirtual |
Resets the context.
|
inlinevirtual |
Resets the context, and assigns a new PDF document.
pdfDocument | the new PDF document for the context |
|
inlinevirtual |
Sets the font provider.
fontProvider | the new font provider |
|
inlinevirtual |
Set the processor to processing Inline Svg state