Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
LinieTyp
Die Linientypen.
Abgeleitet von einer Teilmenge der Werte des einfachen Typs „ST_ShapeType“ in Abschnitt 20.1.10.55 von „Office Open XML File Formats – Fundamentals and Markup Language Reference“, Teil 1 von ECMA-376 5th Edition.
Um ein Enum aufzurufen, rufen Sie die übergeordnete Klasse, den Namen und die Eigenschaft auf. Beispiel:
SlidesApp.LineType.STRAIGHT_CONNECTOR_1.
Attribute
Attribut
Typ
Beschreibung
UNSUPPORTED
Enum
Ein Linientyp, der nicht unterstützt wird.
STRAIGHT_CONNECTOR_1
Enum
Gerader Verbinder 1 Entspricht dem ECMA-376-ST_ShapeType „straightConnector1“.
BENT_CONNECTOR_2
Enum
Gebogenes Verbindungselement 2 Entspricht dem ECMA-376-ST_ShapeType „bentConnector2“.
BENT_CONNECTOR_3
Enum
Form des gebogenen Anschlusses 3 Entspricht ECMA-376 ST_ShapeType „bentConnector3“.
BENT_CONNECTOR_4
Enum
Gebogenes Verbindungselement 4 Entspricht dem ECMA-376-ST_ShapeType „bentConnector4“.
BENT_CONNECTOR_5
Enum
Form des gebogenen Anschlusses 5. Entspricht ECMA-376 ST_ShapeType „bentConnector5“.
CURVED_CONNECTOR_2
Enum
Gekrümmtes Verbindungselement 2 Entspricht dem ECMA-376-ST_ShapeType „curvedConnector2“.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-08-04 (UTC)."],[[["`LineType` defines the type of line used in Google Slides, derived from the ECMA-376 standard for Office Open XML file formats."],["You can use various line types, including straight, bent, and curved connectors, as well as a straight line (non-connector)."],["To specify a line type within your code, utilize the syntax `SlidesApp.LineType.[property]`, such as `SlidesApp.LineType.STRAIGHT_CONNECTOR_1`."],["Each `LineType` property corresponds to a specific shape type as defined in the ECMA-376 standard."]]],["Line types, derived from ECMA-376's \"ST_ShapeType,\" define various line forms. These include `UNSUPPORTED`, `STRAIGHT_CONNECTOR_1`, and several `BENT_CONNECTOR` and `CURVED_CONNECTOR` types (2-5). `STRAIGHT_LINE`, is also included. Each type corresponds to a specific ECMA-376 value. To use a specific enum value, reference it through `SlidesApp.LineType`, for example, `SlidesApp.LineType.STRAIGHT_CONNECTOR_1`.\n"]]