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.

Returned or exposed by

Accepted by parameters

Constructors

public OfficeHtmlDocumentOptions() #

Methods

public OfficeHtmlDocumentOptions Clone() #
Returns: OfficeHtmlDocumentOptions

Creates an independent copy suitable for one conversion.

public Void Validate() #
Returns: Void

Validates the bounded document-output contract.

Properties

public Boolean EmitDocumentShell { get; set; } #

When true, emits a complete HTML document; otherwise emits only the supplied fragment.

public String Title { get; set; } #

HTML document title.

public String Language { get; set; } #

BCP 47 language tag assigned to the generated document element.

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.