Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
ÇizgiTür
Çizgi türleri.
ECMA-376 5. sürüm, 1. bölümündeki "Office Open XML File Formats - Fundamentals and Markup Language Reference" (Office Açık XML Dosya Biçimleri - Temeller ve İşaretleme Dili Referansı) bölüm 20.1.10.55'teki "ST_ShapeType" basit türünün değerlerinin bir alt kümesinden türetilmiştir.
Bir enum'u çağırmak için üst sınıfını, adını ve özelliğini çağırırsınız. Örneğin,
SlidesApp.LineType.STRAIGHT_CONNECTOR_1.
Özellikler
Mülk
Tür
Açıklama
UNSUPPORTED
Enum
Desteklenmeyen bir çizgi türü.
STRAIGHT_CONNECTOR_1
Enum
Düz bağlayıcı 1 formu. ECMA-376 ST_ShapeType "straightConnector1" ile eşleşir.
BENT_CONNECTOR_2
Enum
2. formu bükün. ECMA-376 ST_ShapeType "bentConnector2"ye karşılık gelir.
BENT_CONNECTOR_3
Enum
Bükülmüş bağlayıcı 3 biçimi. ECMA-376 ST_ShapeType "bentConnector3" ile eşleşir.
BENT_CONNECTOR_4
Enum
Bent Connector 4 formunu doldurun. ECMA-376 ST_ShapeType "bentConnector4" ile eşleşir.
BENT_CONNECTOR_5
Enum
Bükülmüş bağlayıcı 5 formu. ECMA-376 ST_ShapeType "bentConnector5" ile eşleşir.
CURVED_CONNECTOR_2
Enum
Eğri bağlayıcı 2 şekli. ECMA-376 ST_ShapeType "curvedConnector2"ye karşılık gelir.
CURVED_CONNECTOR_3
Enum
Eğri bağlayıcı 3 biçimi. ECMA-376 ST_ShapeType "curvedConnector3" ile eşleşir.
CURVED_CONNECTOR_4
Enum
Eğri bağlayıcı 4 şekli. ECMA-376 ST_ShapeType "curvedConnector4" ile eşleşir.
CURVED_CONNECTOR_5
Enum
Eğri bağlayıcı 5 formu. ECMA-376 ST_ShapeType "curvedConnector5"e karşılık gelir.
STRAIGHT_LINE
Enum
Düz çizgi. ECMA-376 ST_ShapeType "line" ile eşleşir. Bu çizgi türü bağlayıcı değildir.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2025-08-04 UTC."],[[["\u003cp\u003e\u003ccode\u003eLineType\u003c/code\u003e defines the type of line used in Google Slides, derived from the ECMA-376 standard for Office Open XML file formats.\u003c/p\u003e\n"],["\u003cp\u003eYou can use various line types, including straight, bent, and curved connectors, as well as a straight line (non-connector).\u003c/p\u003e\n"],["\u003cp\u003eTo specify a line type within your code, utilize the syntax \u003ccode\u003eSlidesApp.LineType.[property]\u003c/code\u003e, such as \u003ccode\u003eSlidesApp.LineType.STRAIGHT_CONNECTOR_1\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eEach \u003ccode\u003eLineType\u003c/code\u003e property corresponds to a specific shape type as defined in the ECMA-376 standard.\u003c/p\u003e\n"]]],["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"],null,[]]