HtmlOptions Class

Represents a HTML exporting options.
Inheritance Hierarchy

Namespace:  Aspose.Slides.Export
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public class HtmlOptions : SaveOptions, 
	IHtmlOptions, ISaveOptions

The HtmlOptions type exposes the following members.

Constructors
  NameDescription
Public methodHtmlOptions
Creates a new HtmlOptions object for saving into single HTML file.
Public methodHtmlOptions(ILinkEmbedController)
Creates a new HtmlOptions object specifiing callback.
Properties
  NameDescription
Public propertyCode exampleDefaultRegularFont
Returns or sets font used in case source font is not found. Read-write String.
(Inherited from SaveOptions.)
Public propertyDeletePicturesCroppedAreas
A boolean flag indicates if the cropped parts remain as part of the document. If true the cropped parts will removed, if false they will be serialized in the document (which can possible lead to a larger file)
Public propertyHtmlFormatter
Returns or sets HTML template. Read/write IHtmlFormatter.
Public propertyJpegQuality
Returns or sets a value determining the quality of the JPEG images inside PDF document. Read/write Byte.
Public propertyNotesCommentsLayouting
Provides options that control how notes and comments is placed in exported document.
Public propertyPicturesCompression
Represents the pictures compression level
Public propertyProgressCallback
Represents a callback object for saving progress updates in percentage. See IProgressCallback.
(Inherited from SaveOptions.)
Public propertyShowHiddenSlides
Specifies whether the generated document should include hidden slides or not. Default is false.
Public propertySlideImageFormat
Returns or sets slide image format options. Read/write ISlideImageFormat.
Public propertySvgResponsiveLayout
True to exclude width and height attributes from svg container - that will make layout responsive. False - otherwise. Read/write Boolean.
Public propertyWarningCallback
Returns of sets an object which receives warnings and decides whether loading process will continue or will be aborted. Read/write IWarningCallback.
(Inherited from SaveOptions.)
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also