Textobjekt

Aus AquaSoft Wiki
Zur Navigation springenZur Suche springen
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Das Textobjekt ist vom Typ IText und leitet von ISlideShowObject ab.

 IText inherits from ISlideShowObject
   function GetText: string;
   procedure SetText(const Value: string);
 end;

Methoden

  • Objekt Erzeugung

 function CreateTextObject: IText;

  • Getter und Setter für den Text

 function GetText: string;
 procedure SetText(const Value: string);