Telerik.Windows.Documents.Flow.FormatProviders.Html
Specifies whether HTML export produces a complete document or a fragment suitable for embedding.
Raised when exporting styles to an external CSS file; allows custom handling of the CSS content and file reference.
Maps HTML generic font families (cursive, fantasy, monospace, sans-serif, serif) to actual fonts used during import.
Configures HTML export behavior, including image handling, style modes, document structure, and formatting options.
Imports and exports HTML documents to and from RadFlowDocument instances, with support for CSS and embedded or external resources.
Configures HTML import behavior, including generic font mappings, external resource loading, and CSS stylesheet handling.
Raised for each image during HTML export, allowing customization of image sources, attributes, and export behavior.
Specifies whether images are embedded in HTML as Base64 data URIs or saved as external files.
Represents load from URI event arguments.
Raised when the HTML importer encounters an image URI, allowing custom retrieval of image data and extension.
Raised when the HTML importer encounters a stylesheet URI, allowing custom retrieval of CSS content.
Specifies how document styles from StyleRepository are exported in HTML: external file, embedded CSS block, inline attributes, or omitted.