Update Text Style changes the visual formatting of text in your Google Slides presentations. Perfect for highlighting key metrics, matching brand colors, or emphasizing important information in reports and presentations.


Inputs

FieldTypeRequiredDescription
Presentation URL/IDTextYesGoogle Slides presentation link or ID
Text Selection MethodSelectYesManual (few text elements) or Structured Data (Bulk)
Search MethodSelectYesHow to find text: Regular text or Alt text
Text to StyleText ListYesList of text elements to apply styling to
Font SizeNumberNoSize in points (e.g., 12, 18, 24)
Text ColorColorNoHex color code for text
BoldSwitchNoMake text bold
ItalicSwitchNoMake text italic
UnderlineSwitchNoUnderline text
Slide NumberNumberNoSpecific slide to update (leave empty for all slides)

Search Methods: How to Find Text

Regular Text Mode

Finds text by its actual visible content.

  • Use for: One-time styling, simple formatting changes
  • Example: Style “Total Revenue: $50,000” by searching for that exact text

Alt Text Mode

Uses hidden alt text labels to identify text elements.

  • Use for: Recurring reports, reusable templates
  • Example: Label a text box “revenue_highlight” and style it repeatedly

What is Alt Text? A hidden label you add to text elements. Right-click → Alt text to set descriptive names like “key_metric” or “header_title”.


Text Selection Methods: Manual vs Structured Data (Bulk)

Manual Selection

Style individual text elements one by one.

Best for:

  • 1-5 text elements
  • Simple formatting updates
  • One-off presentation styling

Example:

  • Style “Q4 Results” as bold, size 24
  • Style “$125,000” in red color

Structured Data (Bulk)

Apply different styles to multiple text elements using data from previous workflow steps.

Best for:

  • 10+ text elements
  • Dynamic styling based on data
  • Automated report formatting

Example: Style positive numbers in green, negative in red automatically.


Examples

Manual Styling Example

Scenario: Highlight key metrics in a quarterly report

Setup:

  • Set alt text “revenue_number” on revenue figure
  • Set alt text “growth_rate” on percentage
  • Set alt text “main_title” on presentation title

Styling:

  • revenue_number: Bold, size 20, green color
  • growth_rate: Bold, red color (if negative)
  • main_title: Size 28, blue color

Structured Data (Bulk) Example

Scenario: Automatically format percentage changes based on performance

Workflow:

  1. Get Report from Google Ads with current and previous month data
  2. AI Generate Structured Output to calculate percentage changes and assign colors
  3. Update Text Style to apply green/red formatting automatically

AI Structured Output generates:

textfont_colorboldfont_size
revenue_change#16a34atrue18
ctr_change#dc2626true16
conversion_change#16a34afalse16
cpc_change#dc2626true16

Result:

  • +15.2% revenue change → Green, bold (positive growth)
  • -2.1% CTR change → Red, bold (needs attention)
  • +8.7% conversion change → Green (positive trend)
  • +12% CPC change → Red, bold (cost increase warning)

Structured Data Format Requirements

Your data must include these fields:

  • text: Text or alt text to find and style
  • font_size (optional): Size in points
  • font_color (optional): Hex color code
  • bold (optional): true/false
  • italic (optional): true/false
  • underline (optional): true/false
  • slide_number (optional): Target specific slide

Example Format:

[
  {
    "text": "revenue_highlight",
    "font_size": 20,
    "font_color": "#16a34a",
    "bold": true
  },
  {
    "text": "warning_text",
    "font_color": "#dc2626",
    "italic": true,
    "slide_number": 3
  }
]

Credit Cost

Free to use - no credits required.


FAQ