Adding Text Dynamically using VSTO and Aspose.Slides for Java

Adding Text Dynamically

Both methods follow these steps:

  1. Create a presentation.
  2. Add a blank slide.
  3. Add a text box.
  4. Set some text.
  5. Write the presentation.

VSTO Code Example

The code snippets below results in a presentation with a plain slide and a string of text on it.

The presentation as created in VSTO

todo:image_alt_text

Aspose.Slides for Java Example

The code snippets below use Aspose.Slides to create a presentation with a plain slide and a string of text on it.

The presentation as created using Aspose.Slides for Java

todo:image_alt_text