EmbedAllFontsHtmlController Class |
Namespace: Aspose.Slides.Export
The EmbedAllFontsHtmlController type exposes the following members.
Name | Description | |
---|---|---|
![]() | EmbedAllFontsHtmlController |
Creates new instance
|
![]() | EmbedAllFontsHtmlController(String) |
Creates new instance
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
![]() | WriteAllFonts |
Write all fonts contained in Presentation.
|
![]() | WriteDocumentEnd |
Called to write html document footer. Called once per presentation conversion.
|
![]() | WriteDocumentStart |
Called to write html document header. Called once per presentation conversion.
|
![]() | WriteFont |
Writes data as base64 into HTML document itself
|
![]() | WriteShapeEnd |
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.
|
![]() | WriteShapeStart |
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.
|
![]() | WriteSlideEnd |
Called to write html slide footer. Called once per each of slides.
|
![]() | WriteSlideStart |
Called to write html slide header. Called once per each of slides.
|