API Reference
Class
OfficeHtmlDocumentShell
Shared document shell and theme CSS for OfficeIMO-generated HTML adapters.
Inheritance
- Object
- OfficeHtmlDocumentShell
Methods
public static String GetThemeCss(OfficeVisualThemeKind theme, String newLine = " ") #Returns:
StringGets the shared CSS for an OfficeIMO HTML document theme.
Parameters
- theme OfficeIMO.Drawing.OfficeVisualThemeKind
- newLine System.String = " "
public static String WrapBody(String bodyHtml, OfficeHtmlDocumentOptions options = null) #Returns:
StringWraps a body fragment in a complete HTML document using the shared OfficeIMO shell.
Parameters
- bodyHtml System.String
- options OfficeIMO.Html.OfficeHtmlDocumentOptions = null
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object