Help for this page

Select Code to Download


  1. or download this
        $TextBox = ${'Slide_'.$slideNumber}->Shapes->AddTextbox({Orientati
    +on=>1,Left=>80,Top=>$bulletYPos,Width=>600,Height=>20,});
    $TextBox->TextFrame->TextRange->{Text} = 'blah blah blah';
    $TextBoxHeight = $TextBox->Height;
    
  2. or download this
    ${'Slide_'.$slideNumber}->ActivateWindow();
    
  3. or download this
    ${'Slide_'.$slideNumber}->ActiveWindow();