pdfHTML 2.1.6 API
|
Properties that will be used by the converter. More...
Public Member Functions |
|
ConverterProperties () | |
Instantiates a new ConverterProperties instance. More... |
|
ConverterProperties (iText.Html2pdf.ConverterProperties other) | |
Instantiates a new ConverterProperties instance based on another ConverterProperties instance (copy constructor). More... |
|
virtual MediaDeviceDescription | GetMediaDeviceDescription () |
Gets the media device description. More... |
|
virtual iText.Html2pdf.ConverterProperties | SetMediaDeviceDescription (MediaDeviceDescription mediaDeviceDescription) |
Sets the media device description. More... |
|
virtual FontProvider | GetFontProvider () |
Gets the font provider. More... |
|
virtual iText.Html2pdf.ConverterProperties | SetFontProvider (FontProvider fontProvider) |
Sets the font provider. More... |
|
virtual ITagWorkerFactory | GetTagWorkerFactory () |
Gets the TagWorkerFactory instance. More... |
|
virtual iText.Html2pdf.ConverterProperties | SetTagWorkerFactory (ITagWorkerFactory tagWorkerFactory) |
Sets the TagWorkerFactory. More... |
|
virtual ICssApplierFactory | GetCssApplierFactory () |
Gets the CSS applier factory. More... |
|
virtual iText.Html2pdf.ConverterProperties | SetCssApplierFactory (ICssApplierFactory cssApplierFactory) |
Sets the CSS applier factory. More... |
|
virtual String | GetBaseUri () |
Gets the base URI. More... |
|
virtual iText.Html2pdf.ConverterProperties | SetBaseUri (String baseUri) |
Sets the base URI. More... |
|
virtual bool | IsCreateAcroForm () |
Checks if is an AcroForm needs to be created. More... |
|
virtual iText.Html2pdf.ConverterProperties | SetCreateAcroForm (bool createAcroForm) |
Sets the createAcroForm value. More... |
|
virtual OutlineHandler | GetOutlineHandler () |
Gets the outline handler. More... |
|
virtual iText.Html2pdf.ConverterProperties | SetOutlineHandler (OutlineHandler outlineHandler) |
Sets the outline handler. More... |
|
virtual String | GetCharset () |
Gets the encoding charset. More... |
|
virtual iText.Html2pdf.ConverterProperties | SetCharset (String charset) |
Sets the encoding charset. More... |
|
virtual bool | IsImmediateFlush () |
Checks if immediateFlush is set More... |
|
virtual iText.Html2pdf.ConverterProperties | SetImmediateFlush (bool immediateFlush) |
set the immediate flush property of the layout document This is used for convertToDocument methods and will be overwritten to false if a page-counter declaration is present in the CSS of the HTML being converted. More... |
|
virtual IMetaInfo | GetEventCountingMetaInfo () |
Gets html meta info. More... |
|
virtual iText.Html2pdf.ConverterProperties | SetEventCountingMetaInfo (IMetaInfo metaInfo) |
Sets html meta info. More... |
|
Properties that will be used by the converter.
|
inline |
Instantiates a new ConverterProperties instance.
|
inline |
Instantiates a new ConverterProperties instance based on another ConverterProperties instance (copy constructor).
other | the other ConverterProperties instance |
|
inlinevirtual |
Gets the base URI.
|
inlinevirtual |
Gets the encoding charset.
|
inlinevirtual |
Gets the CSS applier factory.
|
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 media device description.
|
inlinevirtual |
Gets the outline handler.
|
inlinevirtual |
Gets the TagWorkerFactory instance.
|
inlinevirtual |
Checks if is an AcroForm needs to be created.
|
inlinevirtual |
Checks if immediateFlush is set
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
Sets the createAcroForm value.
createAcroForm | true if an AcroForm needs to be created |
|
inlinevirtual |
Sets the CSS applier factory.
cssApplierFactory | the CSS applier factory |
|
inlinevirtual |
Sets html meta info.
Sets 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.
metaInfo | meta info to set |
|
inlinevirtual |
Sets the font provider.
Sets the font provider. Please note that iText.Layout.Font.FontProvider instances cannot be reused across several documents and thus as soon as you set this property, this ConverterProperties instance becomes only useful for a single HTML conversion.
fontProvider | the font provider |
|
inlinevirtual |
set the immediate flush property of the layout document This is used for convertToDocument methods and will be overwritten to false if a page-counter declaration is present in the CSS of the HTML being converted.
set the immediate flush property of the layout document This is used for convertToDocument methods and will be overwritten to false if a page-counter declaration is present in the CSS of the HTML being converted. Has no effect when used in conjunction with convertToPdf or convertToElements
immediateFlush | the immediate flush value |
|
inlinevirtual |
Sets the media device description.
mediaDeviceDescription | the media device description |
|
inlinevirtual |
Sets the outline handler.
Sets the outline handler. Please note that iText.Html2pdf.Attach.Impl.OutlineHandler is not thread safe, thus as soon as you have set this property, this ConverterProperties instance cannot be used in converting multiple HTMLs simultaneously.
outlineHandler | the outline handler |
|
inlinevirtual |
Sets the TagWorkerFactory.
tagWorkerFactory | the TagWorkerFactory |