[[["易于理解","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"]],["最后更新时间 (UTC):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"]]