Google Apps Script API
    Preparing search index...
    interface TextStyle {
        backgroundColor?: GoogleAppsScript.Slides.Schema.OptionalColor;
        baselineOffset?: string;
        bold?: boolean;
        fontFamily?: string;
        fontSize?: GoogleAppsScript.Slides.Schema.Dimension;
        foregroundColor?: GoogleAppsScript.Slides.Schema.OptionalColor;
        italic?: boolean;
        link?: GoogleAppsScript.Slides.Schema.Link;
        smallCaps?: boolean;
        strikethrough?: boolean;
        underline?: boolean;
        weightedFontFamily?: GoogleAppsScript.Slides.Schema.WeightedFontFamily;
    }
    Index

    Properties

    baselineOffset?: string
    bold?: boolean
    fontFamily?: string
    italic?: boolean
    smallCaps?: boolean
    strikethrough?: boolean
    underline?: boolean