API Reference

Class

OfficeHtmlDocumentOptions

Namespace OfficeIMO.Html
Assembly OfficeIMO.Html
Modifiers sealed

Options used by shared OfficeIMO HTML document shell helpers.

Inheritance

  • Object
  • OfficeHtmlDocumentOptions

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Constructors

public OfficeHtmlDocumentOptions() #

Properties

public String Title { get; set; } #

HTML document title.

public OfficeVisualThemeKind Theme { get; set; } #

Theme applied when default shell styles are included.

public Boolean IncludeDefaultStyles { get; set; } #

When true, emits the shared OfficeIMO CSS shell.

public String BodyClass { get; set; } #

Optional CSS class assigned to the generated body.

public String NewLine { get; set; } #

Line ending used by generated HTML.