IChapter (Chapter object)

1. Definition

The Chapter object is of type IChapter and derives from ISlideShowObject. It acts as a visual container for other SlideShowObjects. Those can be arranged without limitation.

IChapter inherits from ISlideShowObject
  function GetCaption: string;
  procedure SetCaption (const Value: string);
end;

2. Methods

  • Object creation

    function CreateChapterObject: IChapter
    
  • Getter and Setter for the name of the Chapter object

    function GetCaption: string;
    procedure SetCaption (const Value: string);