StiRichBoxControl Class

Namespace: Stimulsoft.Dashboard.Design.Helpers

Constructors

Constructor Description
constructor()  

constructor()

Methods

Method Returns Description
beginUpdate void  
endUpdate void  
select void  
selectAll void  
setSelectionBold boolean  
setSelectionFont boolean  
setSelectionItalic boolean  
setSelectionSize boolean  
setSelectionUnderlined boolean  

Method Details

beginUpdate

beginUpdate(): void


endUpdate

endUpdate(): void


select

select(start: number, end: number): void

Parameters

  • start (number)
  • end (number)

selectAll

selectAll(): void


setSelectionBold

setSelectionBold(bold: boolean): boolean

Parameters

  • bold (boolean)

Returns boolean


setSelectionFont

setSelectionFont(face: string): boolean

Parameters

  • face (string)

Returns boolean


setSelectionItalic

setSelectionItalic(italic: boolean): boolean

Parameters

  • italic (boolean)

Returns boolean


setSelectionSize

setSelectionSize(size: number): boolean

Parameters

  • size (number)

Returns boolean


setSelectionUnderlined

setSelectionUnderlined(underlined: boolean): boolean

Parameters

  • underlined (boolean)

Returns boolean

Fields

Field Type Description
font Font  
selectedText any  
selectionAlignment StiRichTextAlignment  
selectionColor Color  
selectionFont Font  
text any