Skip to content

PPTX Node Catalog

Generated category

PPTX Node Catalog

Generated from 20 catalog nodes in Document/PPTX.

Nodes in this category

Showing 20 of 20 generated node docs.

Add Chart

Document/PPTX

Embed a simple bar chart on a PPTX slide using DrawingML chart XML.

Add Image to Slide

Document/PPTX

Place an image at a specified position on a PPTX slide.

Add Shape

Document/PPTX

Add a shape (rectangle, ellipse, arrow, etc.) to a PPTX slide.

Add Slide

Document/PPTX

Add a blank slide to a PPTX presentation.

Add Table to Slide

Document/PPTX

Add a branded table to a PPTX slide. Header row uses #FF4343 with white text.

Add Text Box

Document/PPTX

Add a styled text box to a specific slide in a PPTX.

Create PPTX

Document/PPTX

Create a blank PPTX presentation with Flow Like brand theme (16:9, Calibri, #FF4343 accent).

Delete Slide

Document/PPTX

Remove a slide at the given index from a PPTX file

Duplicate Slide

Document/PPTX

Clone a slide at a given index, inserting the copy at a target position. Preserves formatting, layouts, and master references.

Extract Text

Document/PPTX

Extract all text content from all slides as plain text

Get Metadata

Document/PPTX

Read presentation metadata (title, author, subject, keywords)

List Placeholders

Document/PPTX

Scan all slides for {{...}} placeholder strings

Merge Presentations

Document/PPTX

Combine slides from multiple PPTX files into one. The base file's theme and masters are preserved.

Reorder Slides

Document/PPTX

Move a slide from one position to another

Replace Image in PPTX

Document/PPTX

Replaces images in a PowerPoint (PPTX) file by matching alt text or shape name

Replace Table Data

Document/PPTX

Populate a table on a slide that contains a placeholder in its first cell with structured data (JSON array of arrays). Inherits the table's existing styling.

Replace Text in PPTX

Document/PPTX

Replaces text placeholders in a PowerPoint (PPTX) file with plain or markdown-formatted text

Set Metadata

Document/PPTX

Set title, author, subject, keywords in presentation metadata

Set Speaker Notes

Document/PPTX

Set or replace speaker notes for a slide

Slide Count

Document/PPTX

Return the number of slides in a PPTX file