Google Apps Script API
    Preparing search index...
    interface LineProperties {
        dashStyle?: string;
        endArrow?: string;
        endConnection?: LineConnection;
        lineFill?: GoogleAppsScript.Slides.Schema.LineFill;
        link?: GoogleAppsScript.Slides.Schema.Link;
        startArrow?: string;
        startConnection?: LineConnection;
        weight?: GoogleAppsScript.Slides.Schema.Dimension;
    }
    Index

    Properties

    dashStyle?: string
    endArrow?: string
    endConnection?: LineConnection
    startArrow?: string
    startConnection?: LineConnection