CreateTitleItem Method (Python)

Returns an SpssOutputItem object for a new title item. To insert the title item into the output document, use the InsertChildItem method in the SpssHeaderItem class.

Syntax

SpssOutputItem=SpssOutputDoc.CreateTitleItem(title,pageBreak)

Parameters

title. A string specifying the title. The value can be specified as plain text, HTML, or rich text format. For HTML, embed markup in a <html></html> block. For rich text format, specify the string as a raw string to avoid unintentional escape sequences.

pageBreak. True if this title item is to be a page title item, False otherwise.