HtmlExportOptions module
- class HtmlExportOptions.HtmlExportOptions
Bases:
SpireObjectRepresents the options for exporting to HTML.
- property CssStyleSheetFileName: str
Gets or sets the name of the HTML export CSS style sheet file.
- property CssStyleSheetType: CssStyleSheetType
Gets or sets the type of the HTML export CSS style sheet.
- property EPubExportFont: bool
Gets or sets a value indicating whether to export the font when exporting to EPUB format.
Gets or sets a value indicating whether to export headers and footers in HTML.
- property ImageEmbedded: bool
Gets or sets a value indicating whether to embed the image into the HTML code using the Data URI scheme.
- property ImagesPath: str
Gets or sets the folder for exporting images in HTML.
- property IsExportDocumentStyles: bool
Gets or sets a value indicating whether to export the document styles to the head.
- property IsTextInputFormFieldAsText: bool
Gets or sets a value indicating whether to export text input form fields as text in HTML.
- property UseMsoSpace: bool
Gets or sets a value indicating whether to use Microsoft Office rules for spacing.
- property UseSaveFileRelativePath: bool
Gets or sets a value indicating whether the image path is relative to the file save path.
