Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
PlaceholderType
Các loại phần giữ chỗ. Nhiều loại phần giữ chỗ trong số này tương ứng với mã phần giữ chỗ theo tiêu chuẩn ECMA-376. Bạn có thể xem thêm thông tin về các hình dạng đó trong phần mô tả về loại "ST_PlaceholderType" trong mục 19.7.10 của "Định dạng tệp Office Open XML – Các nguyên tắc cơ bản và tham khảo ngôn ngữ đánh dấu", phần 1 của ECMA-376 phiên bản thứ 5.
Để gọi một enum, bạn phải gọi lớp, tên và thuộc tính gốc của lớp đó. Ví dụ:
SlidesApp.PlaceholderType.BODY.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2023-12-02 UTC."],[[["PlaceholderType is used to specify the type of content a placeholder in Google Slides can hold, like text, images, or charts."],["These types are based on the ECMA-376 standard for Office Open XML file formats, with more details available in the standard's documentation."],["To use a PlaceholderType, refer to its parent class (SlidesApp), name (PlaceholderType), and specific property (e.g., BODY for body text)."],["A comprehensive list of PlaceholderTypes is provided, including common types like TITLE, BODY, CHART, and more specific ones like DATE_AND_TIME or SLIDE_NUMBER."],["If a placeholder type isn't recognized, it falls under the UNSUPPORTED or NONE types."]]],[]]