.. highlightlang:: us .. index:: DocSetSummaryInfo .. _docsetsummaryinfo: DocSetSummaryInfo ================= .. us.tag DocSetSummaryInfo ENGLISH DocSet :ref:`DocSetSummaryInfo` writes text into the Summary Information of an UniPlot document. .. function:: bool = DocSetSummaryInfo(hDoc, ssItem, ssText) .. us.return **Return Value** *bool* is TRUE (1) if the function was successfully executed, otherwise FALSE (0). .. us.params **Parameters** .. uparam:: hDoc *hDoc* is a handle of an UniPlot document. .. uparam:: ssItem *ssItem* is one of the following key words: ``"AppName"``, ``"Title"``, ``"Subject"``, ``"Author"``, ``"Keywords"``, ``"Comments"``, ``"Template"``. .. uparam:: ssText *ssText* is the text. .. seealso:: :ref:`overview-documents`, :ref:`DocCreate`, :ref:`DocGetSummaryInfo` :sub:`id-938524`