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/PPTXEmbed a simple bar chart on a PPTX slide using DrawingML chart XML.
Add Image to Slide
Document/PPTXPlace an image at a specified position on a PPTX slide.
Add Shape
Document/PPTXAdd a shape (rectangle, ellipse, arrow, etc.) to a PPTX slide.
Add Slide
Document/PPTXAdd a blank slide to a PPTX presentation.
Add Table to Slide
Document/PPTXAdd a branded table to a PPTX slide. Header row uses #FF4343 with white text.
Add Text Box
Document/PPTXAdd a styled text box to a specific slide in a PPTX.
Create PPTX
Document/PPTXCreate a blank PPTX presentation with Flow Like brand theme (16:9, Calibri, #FF4343 accent).
Delete Slide
Document/PPTXRemove a slide at the given index from a PPTX file
Duplicate Slide
Document/PPTXClone a slide at a given index, inserting the copy at a target position. Preserves formatting, layouts, and master references.
Extract Text
Document/PPTXExtract all text content from all slides as plain text
Get Metadata
Document/PPTXRead presentation metadata (title, author, subject, keywords)
List Placeholders
Document/PPTXScan all slides for {{...}} placeholder strings
Merge Presentations
Document/PPTXCombine slides from multiple PPTX files into one. The base file's theme and masters are preserved.
Reorder Slides
Document/PPTXMove a slide from one position to another
Replace Image in PPTX
Document/PPTXReplaces images in a PowerPoint (PPTX) file by matching alt text or shape name
Replace Table Data
Document/PPTXPopulate 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/PPTXReplaces text placeholders in a PowerPoint (PPTX) file with plain or markdown-formatted text
Set Metadata
Document/PPTXSet title, author, subject, keywords in presentation metadata
Set Speaker Notes
Document/PPTXSet or replace speaker notes for a slide
Slide Count
Document/PPTXReturn the number of slides in a PPTX file