get_by_border_type method

get_by_border_type(border_type)

Retrieves a Border object by border type.

def get_by_border_type(self, border_type: aspose.words.BorderType):
    ...
ParameterTypeDescription
border_typeBorderType

See Also