Slide Partial Import Settings

Release 3.0.0 and above.

When editor.import.selectArea.slide is set to true, you can select which slides to load when importing PPT or PPTX documents. (default: false)

// synapeditor.config.js
{
  'editor.import.selectArea.slide': true
}
<table> <thead> <tr><th><code>editor.import.selectArea.slide: false</code> (default)</th><th><code>editor.import.selectArea.slide: true</code></th></tr> </thead> <tbody> <tr> <td>

When importing PPT or PPTX documents, all slides of the document are loaded.

selectArea slide false

</td> <td>

When importing PPT or PPTX documents, a dialog is displayed where you can specify the slide numbers, and only the slides matching the entered numbers are loaded. (If not entered, all slides are loaded.)

selectArea slide true

</td> </tr> </tbody> </table>

Import Area Selection Dialog — Slide Number Input Examples

Slide number input examples

Slides to loadInput value
Load all slides(leave empty)
Slide 11
Slides 1 to 31-3
Slides 1 and 31, 3
Slide 55
Slides 1, 3, and 5 to 71, 3, 5-7