[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2024-12-03 (世界標準時間)。"],[[["`SpacingMode` controls the spacing behavior between paragraphs in Google Slides."],["You can access specific spacing modes like `NEVER_COLLAPSE` and `COLLAPSE_LISTS` using `SlidesApp.SpacingMode`."],["`NEVER_COLLAPSE` ensures consistent paragraph spacing, while `COLLAPSE_LISTS` removes spacing between list items."],["`UNSUPPORTED` indicates a spacing mode that is not currently functional."]]],["`SpacingMode` defines how paragraph spacing is handled. It includes three modes: `UNSUPPORTED`, indicating an unsupported mode; `NEVER_COLLAPSE`, where spacing is always rendered; and `COLLAPSE_LISTS`, where spacing is omitted between list items. To use a specific mode, call it using the syntax: `SlidesApp.SpacingMode.MODE_NAME`, where MODE_NAME is one of the enum properties.\n"]]