get_by_type method

get_by_type

Returns the first layout slide of specified type.

Returns

ILayoutSlide with specified type or null if no layouts found.

def get_by_type(self, type):
    ...
ParameterTypeDescription
typeSlideLayoutTypeA type of layout slide to find.

See Also