VDocs.NET
HomeAPI Reference
Back to DOM

DOM.Styles.DocumentStyles

Namespace: DOM.Styles

Container for all document-level style collections and theme references.

centralizes style-related data used by a document: the document's default styles, the registry of built-in (named) styles, and the available themes. Rendering, editing and serialization code should consult this object to apply consistent styling across newly created or existing elements.

3 members

Properties

DocumentBuiltInStylesIBuiltInStyle

Gets or sets the collection of named built-in styles available in the document.

DocumentDefualtStylesIDocumentDefualtStyles

Gets or sets the document default style set.

ThemesITheme

Gets or sets the collection of themes available to the document.