Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
LineType
Çizgi türleri.
ECMA-376 4. sürümünün 1. bölümündeki "Office Open XML Dosya Biçimleri - Temel Bilgiler ve Biçimlendirme Dili Referansı" bölümündeki 20.1.10.55 numaralı "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
Özellik
Tür
Açıklama
UNSUPPORTED
Enum
Desteklenmeyen bir çizgi türü.
STRAIGHT_CONNECTOR_1
Enum
Düz bağlayıcı 1 form. ECMA-376 ST_ShapeType 'straightConnector1'e karşılık gelir.
BENT_CONNECTOR_2
Enum
Bent Connector 2 formu. ECMA-376 ST_ShapeType "bentConnector2"ye karşılık gelir.
BENT_CONNECTOR_3
Enum
Bent Connector 3 formu. ECMA-376 ST_ShapeType "bentConnector3"e karşılık gelir.
BENT_CONNECTOR_4
Enum
Bent Connector 4 formu. ECMA-376 ST_ShapeType "bentConnector4"e karşılık gelir.
BENT_CONNECTOR_5
Enum
Bent Connector 5 formu. ECMA-376 ST_ShapeType "bentConnector5"e karşılık gelir.
CURVED_CONNECTOR_2
Enum
Eğri bağlayıcı 2 formu. ECMA-376 ST_ShapeType "curvedConnector2"ye karşılık gelir.
CURVED_CONNECTOR_3
Enum
Eğri bağlayıcı 3 formu. ECMA-376 ST_ShapeType "curvedConnector3"e karşılık gelir.
CURVED_CONNECTOR_4
Enum
Eğri bağlayıcı 4 formu. ECMA-376 ST_ShapeType "curvedConnector4"e karşılık gelir.
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. ECMA-376 ST_ShapeType "line"a karşılık gelir. Bu çizgi türü bir bağlayıcı değil.
[[["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: 2023-12-01 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."]]],[]]