Hierarchy

  • StiHtmlTagsState

Index

Constructors

constructor

  • new StiHtmlTagsState(bold: any, italic?: boolean, underline?: boolean, strikeout?: boolean, fontSize?: number, fontName?: string, fontColor?: Color, backColor?: Color, superscript?: boolean, subscript?: boolean, letterSpacing?: number, wordSpacing?: number, lineHeight?: number, textAlign?: StiTextHorAlignment): StiHtmlTagsState
  • Parameters

    • bold: any
    • Optional italic: boolean
    • Optional underline: boolean
    • Optional strikeout: boolean
    • Optional fontSize: number
    • Optional fontName: string
    • Optional fontColor: Color
    • Optional backColor: Color
    • Optional superscript: boolean
    • Optional subscript: boolean
    • Optional letterSpacing: number
    • Optional wordSpacing: number
    • Optional lineHeight: number
    • Optional textAlign: StiTextHorAlignment

    Returns StiHtmlTagsState

Properties

backColor

backColor: Color

bold

bold: boolean

fontColor

fontColor: Color

fontName

fontName: string

fontSize

fontSize: number

href

href: string

htmlStyle

htmlStyle: string

indent

indent: number

isBackcolorChanged

isBackcolorChanged: boolean

isColorChanged

isColorChanged: boolean

italic

italic: boolean

letterSpacing

letterSpacing: number

lineHeight

lineHeight: number

strikeout

strikeout: boolean

styleAttributes

styleAttributes: Hashtable

subsript

subsript: boolean

superscript

superscript: boolean

tag

textAlign

underline

underline: boolean

wordSpacing

wordSpacing: number

Methods

clone

getStyleAttribute

  • getStyleAttribute(name: string): string
  • Parameters

    • name: string

    Returns string

Generated using TypeDoc