WriteDocumentEnd
IHtmlFormattingController.WriteDocumentEnd 方法
被调用以写入html文档的页脚。每次演示转换时调用一次。
public void WriteDocumentEnd(IHtmlGenerator generator, IPresentation presentation)
参数 | 类型 | 描述 |
---|---|---|
generator | IHtmlGenerator | 输出对象。 |
presentation | IPresentation | 当前正在渲染的演示文稿。 |