Google Apps Script API
    Preparing search index...
    interface NamedStyleSuggestionState {
        namedStyleType?: string;
        paragraphStyleSuggestionState?: ParagraphStyleSuggestionState;
        textStyleSuggestionState?: TextStyleSuggestionState;
    }
    Index

    Properties

    namedStyleType?: string
    paragraphStyleSuggestionState?: ParagraphStyleSuggestionState
    textStyleSuggestionState?: TextStyleSuggestionState