Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.49 KB

scribing.flowtheme.md

File metadata and controls

31 lines (21 loc) · 1.49 KB

Home > scribing > FlowTheme

FlowTheme class

Provides a theme for flow content

Signature:

export declare abstract class FlowTheme 

Properties

Property Modifiers Type Description
baseType

static

readonly

import("paratype").Type<FlowTheme> The run-time type that represents the base class

Methods

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