iRobo.Activity.Read Slide

Returns Text from a given PowerPoint Slide in a PPT File.


     Note: 

         Before using Office Activities, check Office Automation prerequisites from Office Page.

                                                                                                       

Properties

Input

  • FilePath -  PPT file path. (Mandatory)
  • Password - Enter file password, if it is protected.
  • SlideIndex - Enter index number of PowerPoint Slide. (Mandatory)


Misc

  • DisplayName - Activity header name.


Output

  • OutputText -  Enter Output Text Variable of selected slides.


Steps of Using Read Slide Activity

  1. Open iRobo Studio, and then open a new Workflow.
  2. Drag Read Slide Activity to the Sequence.
  3. Enter FilePath of  PPT file in the Properties Panel.
  4. Assign  List<String> Variable in  Variables Table and then add it to OutPutText in Properties Panel.
  5. Enter SlideIndex numbers as a String Value "1,2" to read from as shown in the image below.

  1. Drag ForEach Activity to the Sequence to loop on selected slides.
  2. Select String from TypeArguments in Properties Panel, and then assign OutputText of slides to the Values Properties Panel as shown in the image below.

  1. Drag MessageBox Activity to Body of ForEach Activity, as shown in the image below.

  1. Assign item value to  Message field in Properties Panel.

  1. Click Save button from iRobo Studio Menu to save Workflow.
  2. Click Play button to start the automated process.



Created with the Personal Edition of HelpNDoc: Easily create EBooks