ICollage (Collage object)
1. Definition
The Collage object is of type ICollage and derives from ISlideShowObject. It acts as a visual container for other SlideShow objects. These can only be vertically arranged and automatically have all the same length.
ICollage inherits from ISlideShowObject function GetCaption: string; procedure SetCaption (const Value: string); function Content: IPictureContent; end;
2. Methods
-
Object creation
function CreateCollageObject: ICollage
-
Getter and Setter for the name of the Collage object
function GetCaption: string; procedure SetCaption (const Value: string);
-
Since a Collage is considered as an image it has an image content of type IPictureContent
function Content: IPictureContent;