|
pdfHTML 6.3.0 API
|
Keeps track of the context of the processor. More...
Public Member Functions |
|
| ProcessorContext (ConverterProperties converterProperties) | |
| Instantiates a new ProcessorContext instance. More... |
|
| virtual int | GetLimitOfLayouts () |
| Gets maximum number of layouts. 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 PdfConformance | GetConformance () |
| Get the PDF document conformance. 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 LabelContext | GetLabelContext () |
| Gets the label 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 HtmlMetaInfoContainer | GetMetaInfoContainer () |
| Gets html meta info container. More... |
|
| virtual void | SetMetaInfo (IMetaInfo metaInfo) |
| Sets IMetaInfo to processor context. 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... |
|
| virtual bool | IsContinuousContainerEnabled () |
| check if continuous container is enabled. More... |
|
| virtual void | SetCssStyleSheet (CssStyleSheet cssStyleSheet) |
| Sets the CSS style sheet. More... |
|
| virtual CssStyleSheet | GetCssStyleSheet () |
| Gets the CSS style sheet. More... |
|
| virtual DIContainer | GetDIContainer () |
| Gets the DIContainer. 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 |
Get the PDF document conformance.
|
inlinevirtual |
Gets the CSS applier factory.
|
inlinevirtual |
Gets the CSS context.
|
inlinevirtual |
Gets the CSS style sheet.
Gets the CSS style sheet. Style sheet is used to apply CSS statements to elements.
|
inlinevirtual |
Gets the device description.
|
inlinevirtual |
Gets the DIContainer.
|
inlinevirtual |
Gets the font provider.
|
inlinevirtual |
Gets the form field name resolver.
|
inlinevirtual |
Gets the label context.
|
inlinevirtual |
Gets maximum number of layouts.
|
inlinevirtual |
Gets the link context.
|
inlinevirtual |
Gets html meta info container.
Gets html meta info container.
Meta info will be used to determine event origin.
|
inlinevirtual |
Gets the outline handler.
|
inlinevirtual |
Gets the PDF document.
Gets the PDF document. If the PDF document is not set, null is returned.
|
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 |
check if continuous container is enabled.
|
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 CSS style sheet.
Sets the CSS style sheet. Style sheet is used to apply CSS statements to elements.
| cssStyleSheet | the CSS style sheet |
|
inlinevirtual |
Sets the font provider.
| fontProvider | the new font provider |
|
inlinevirtual |
Sets IMetaInfo to processor context.
| metaInfo | the IMetaInfo object |
|
inlinevirtual |
Set the processor to processing Inline Svg state