Berasal dari subkumpulan nilai jenis sederhana "ST_ShapeType" di bagian 20.1.10.55
"Office Open XML File Formats - Fundamentals and Markup Language Reference", bagian 1 dari ECMA-376 edisi
ke-4.
Untuk memanggil enum, Anda memanggil class induk, nama, dan propertinya. Misalnya,
SlidesApp.LineType.STRAIGHT_CONNECTOR_1.
Properti
Properti
Jenis
Deskripsi
UNSUPPORTED
Enum
Jenis garis yang tidak didukung.
STRAIGHT_CONNECTOR_1
Enum
Formulir konektor lurus 1. Sesuai dengan ECMA-376 ST_ShapeType 'straightConnector1'.
BENT_CONNECTOR_2
Enum
Bentuk konektor 2 bengkok. Bersesuaian dengan ECMA-376 ST_ShapeType 'bentConnector2'.
BENT_CONNECTOR_3
Enum
Bentuk konektor 3 bengkok. Bersesuaian dengan ECMA-376 ST_ShapeType 'bentConnector3'.
BENT_CONNECTOR_4
Enum
Bentuk konektor 4 bengkok. Bersesuaian dengan ECMA-376 ST_ShapeType 'bentConnector4'.
BENT_CONNECTOR_5
Enum
Bentuk konektor 5 bengkok. Sesuai dengan ECMA-376 ST_ShapeType 'bentConnector5'.
CURVED_CONNECTOR_2
Enum
Bentuk konektor lengkung 2. Bersesuaian dengan ECMA-376 ST_ShapeType 'curvedConnector2'.
CURVED_CONNECTOR_3
Enum
Bentuk konektor lengkung 3. Sesuai dengan ECMA-376 ST_ShapeType 'curvedConnector3'.
CURVED_CONNECTOR_4
Enum
Bentuk konektor lengkung 4. Sesuai dengan ECMA-376 ST_ShapeType 'curvedConnector4'.
CURVED_CONNECTOR_5
Enum
Bentuk konektor lengkung 5. Bersesuaian dengan ECMA-376 ST_ShapeType 'curvedConnector5'.
STRAIGHT_LINE
Enum
Garis lurus. Sesuai dengan ECMA-376 ST_ShapeType 'line'. Jenis garis ini bukan konektor.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Informasi yang saya butuhkan tidak ada","missingTheInformationINeed","thumb-down"],["Terlalu rumit/langkahnya terlalu banyak","tooComplicatedTooManySteps","thumb-down"],["Sudah usang","outOfDate","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Masalah kode / contoh","samplesCodeIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2024-12-02 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"]]