DocSetSummaryInfoΒΆ

DocSetSummaryInfo writes text into the Summary Information of an UniPlot document.

bool = DocSetSummaryInfo(hDoc, ssItem, ssText)

Return Value

bool is TRUE (1) if the function was successfully executed, otherwise FALSE (0).

Parameters

hDoc

hDoc is a handle of an UniPlot document.

ssItem

ssItem is one of the following key words: "AppName", "Title", "Subject", "Author", "Keywords", "Comments", "Template".

ssText

ssText is the text.

id-938524