add_section method

add_section

Add slides section started form specific slide.

Returns

Added section.

def add_section(self, name, started_from_slide):
    ...
ParameterTypeDescription
namestrName of the section
started_from_slideISlideFirst slide of section

See Also