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.
Accepted by parameters
Constructors
public OfficeHtmlDocumentOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.