IHtmlFormattingControllerWriteDocumentStart Method |
Called to write html document header. Called once per presentation conversion.
Namespace:
Aspose.Slides.Export
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 21.3.0.0 (21.3)
Syntaxvoid WriteDocumentStart(
IHtmlGenerator generator,
IPresentation presentation
)
Sub WriteDocumentStart (
generator As IHtmlGenerator,
presentation As IPresentation
)
void WriteDocumentStart(
IHtmlGenerator^ generator,
IPresentation^ presentation
)
abstract WriteDocumentStart :
generator : IHtmlGenerator *
presentation : IPresentation -> unit
Parameters
- generator
- Type: Aspose.Slides.ExportIHtmlGenerator
Output object. - presentation
- Type: Aspose.SlidesIPresentation
Presentation which being currently rendered.
See Also