API Reference
Class
OfficeHtmlDocumentOptions
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
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.