Home API Manuals About Forum
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

BookSetText

Set open book (UseObject, UseType etc.) text. Text will be automaticaly divided as per page size.

Params:

Text : Text to set.

NB: If book is not open, do nothing

DWS\Pascal Script:

procedure BookSetText(Text : String);

Python

BookSetText(Text)