[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Falta la información que necesito","missingTheInformationINeed","thumb-down"],["Muy complicado o demasiados pasos","tooComplicatedTooManySteps","thumb-down"],["Desactualizado","outOfDate","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Problema con las muestras o los códigos","samplesCodeIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 2024-12-03 (UTC)"],[[["`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"]]