EmbedAllFontsHtmlController
Contents
[
Hide
]EmbedAllFontsHtmlController class
The formatting controller class to use for embedding all presentation fonts in WOFF format.
public class EmbedAllFontsHtmlController : IHtmlFormattingController
Constructors
Name | Description |
---|---|
EmbedAllFontsHtmlController() | Creates new instance |
EmbedAllFontsHtmlController(string[]) | Creates new instance |
Methods
Name | Description |
---|---|
virtual WriteAllFonts(IHtmlGenerator, IPresentation) | Write all fonts contained in Presentation . |
virtual WriteDocumentEnd(IHtmlGenerator, IPresentation) | Called to write html document footer. Called once per presentation conversion. |
virtual WriteDocumentStart(IHtmlGenerator, IPresentation) | Called to write html document header. Called once per presentation conversion. |
virtual WriteFont(IHtmlGenerator, IFontData, IFontData, string, string, byte[]) | Writes data as base64 into HTML document itself |
virtual WriteShapeEnd(IHtmlGenerator, IShape) | Called before shape’s rendering. Called once per each of shape. If this function writes anything to generator, current slide image generation will be finished, added html fragment inserted and new image will be started atop of the previous. |
virtual WriteShapeStart(IHtmlGenerator, IShape) | Called before shape’s rendering. Called once per each of shape. If this function writes anything to generator, current slide image generation will be finished, added html fragment inserted and new image will be started atop of the previous. |
virtual WriteSlideEnd(IHtmlGenerator, ISlide) | Called to write html slide footer. Called once per each of slides. |
virtual WriteSlideStart(IHtmlGenerator, ISlide) | Called to write html slide header. Called once per each of slides. |
See Also
- interface IHtmlFormattingController
- namespace Aspose.Slides.Export
- assembly Aspose.Slides