CellBitmapDC.setTitle


setTitle(text, [fontName], [fontSize], [align], [bold], [italic])

Sets the title to the cell and its format

textstringTitle text
fontNameoptional string Font family name to be used. If empty the deafult will be used
fontSizeoptional integer= 0 the deafult will be used Font size to be used. If
alignoptional integer 0: Left align, 1: Center align, 2: Right align
boldoptional boolean if True title will be bold
italicoptional boolean if False title will be italic
Return valuenone 

Back to CellBitmapDC

Back to Overview