Hierarchy

  • StiTableElementConditionHelper

Index

Methods

Static processBackColor

  • processBackColor(defaultColor: Color, keyColumn: string, tableElement: StiTableElement, rowValues: any[], columnKeys: string[]): Promise<Color>
  • Parameters

    • defaultColor: Color
    • keyColumn: string
    • tableElement: StiTableElement
    • rowValues: any[]
    • columnKeys: string[]

    Returns Promise<Color>

Static processFontStyle

  • processFontStyle(fontText: Font, keyColumn: string, tableElement: StiTableElement, rowValues: any[], columnKeys: string[]): Promise<FontStyle>
  • Parameters

    • fontText: Font
    • keyColumn: string
    • tableElement: StiTableElement
    • rowValues: any[]
    • columnKeys: string[]

    Returns Promise<FontStyle>

Static processForeColor

  • processForeColor(defaultColor: Color, keyColumn: string, tableElement: StiTableElement, rowValues: any[], columnKeys: string[]): Promise<Color>
  • Parameters

    • defaultColor: Color
    • keyColumn: string
    • tableElement: StiTableElement
    • rowValues: any[]
    • columnKeys: string[]

    Returns Promise<Color>

Generated using TypeDoc