IText (Text object)
1. Definition
The Text object is of type IText and derives from ISlideShowObject.
IText inherits from ISlideShowObject function GetText: string; procedure SetText(const Value: string); end;
2. Methods
-
Object creation
function CreateTextObject: IText;
-
Getter and Setter for the text
function GetText: string; procedure SetText(const Value: string);