slideLayoutReference property
Layout reference of the slide to be inserted, based on the current master, which is one of the following: - The master of the previous slide index.
- The master of the first slide, if the insertion_index is zero. - The
first master in the presentation, if there are no slides. If the
LayoutReference is not found in the current master, a 400 bad request
error is returned. If you don't specify a layout reference, the slide uses
the predefined
BLANK
layout.
Implementation
LayoutReference? slideLayoutReference;