Google Apps Script API
    Preparing search index...

    The list styling for a range of text.

    interface ListStyle {
        applyListPreset(listPreset: ListPreset): ListStyle;
        getGlyph(): string;
        getList(): GoogleAppsScript.Slides.List;
        getNestingLevel(): number;
        isInList(): boolean;
        removeFromList(): ListStyle;
    }
    Index

    Methods