Provides a theme for flow content
Signature:
export declare abstract class FlowTheme
Property | Modifiers | Type | Description |
---|---|---|---|
baseType |
|
import("paratype").Type<FlowTheme> | The run-time type that represents the base class |
Method | Modifiers | Description |
---|---|---|
fromJsonValue(value) | static |
Converts the specified JSON value to a flow theme |
getBoxTheme(style) | abstract |
Gets a theme for the specified box style |
getParagraphTheme(variant) | abstract |
Gets a theme for the specified paragraph variant |
getTableBodyTheme() | Gets a theme that shall be used in table body cells | |
getTableHeadingTheme() | Gets a theme that shall be used in table heading cells | |
toJsonValue() | Converts the current theme to a JSON value |