get_by_type method

get_by_type

Returns the first layout slide of specified type. A type of layout slide to find.LayoutSlide with specified type or null if no layouts found.

def get_by_type(self, type):
    ...
ParameterTypeDescription
typeSlideLayoutType

See Also