Deprecated. Text and formatting for the title of the individual presentation slide
Referenced by: slide
Properties
| Property | Details |
|---|---|
| backgroundColor[] | The color of the title text box, for example [0,0,0,255]. |
| borderColor[] | The color of the border surrounding the title text box, for example [0,0,0,255]. |
| borderSize | The sizing of the border. |
| font | The font style picked for the title. |
| fontSize | The size of the font for the text in the title. |
| foregroundColor[] | Color of the text. |
| horizontalAlignment | The alignment of the text box. |
| opacity | The opacity of background and border. |
| text | Text to display as titles for slide. |
| titleFontStyle | A number between 1 and 7. |
title Example
{ "backgroundColor": [ 0, 0, 0, 255 ], "borderColor": [ 0, 0, 0, 255 ], "borderSize": 0, "font": "Tahoma", "fontSize": 32, "foregroundColor": [ 255, 255, 255, 255 ], "horizontalAlignment": 1, "opacity": 0.63, "text": "Onwards to \rUCSB", "titleFontStyle": 1}