RotateOptions constructor

Contents
[ ]

init

Initializes a new instance of the RotateOptions class.

def __init__(self, rotate_mode):
    ...
Parameter Type Description
rotate_mode RotateMode The rotating mode of RotateOptions.mode

init

Initializes a new instance of the RotateOptions class.

def __init__(self, rotate_mode, page_numbers):
    ...
Parameter Type Description
rotate_mode RotateMode The rotating mode of RotateOptions.mode
page_numbers list Page numbers.

init

Initializes a new instance of the RotateOptions class.

def __init__(self, rotate_mode, start_number, end_number):
    ...
Parameter Type Description
rotate_mode RotateMode The rotating mode of RotateOptions.mode
start_number int The start page number.
end_number int The end page number.

init

Initializes a new instance of the RotateOptions class.

def __init__(self, rotate_mode, start_number, end_number, mode):
    ...
Parameter Type Description
rotate_mode RotateMode The rotating mode of RotateOptions.mode
start_number int The start page number.
end_number int The end page number.
mode RangeMode The range mode.

See Also