Deprecated. Text and formatting for the title of the individual presentation slide

Referenced by: slide

Properties

PropertyDetails
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].
borderSizeThe sizing of the border.
fontThe font style picked for the title.
fontSizeThe size of the font for the text in the title.
foregroundColor[]Color of the text.
horizontalAlignmentThe alignment of the text box.
opacityThe opacity of background and border.
textText to display as titles for slide.
titleFontStyleA 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
}