MultiPageOptions constructor

init

Initializes a new instance of the MultiPageOptions class.

def __init__(self):
    ...

init

Initializes a new instance of the MultiPageOptions class.

def __init__(self, pages):
    ...
ParameterTypeDescription
pageslistThe pages.

init

Initializes a new instance of the MultiPageOptions class.

def __init__(self, page_titles):
    ...
ParameterTypeDescription
page_titleslistThe page titles.

init

Initializes a new instance of the MultiPageOptions class.

def __init__(self, ranges):
    ...
ParameterTypeDescription
rangeslistThe IntRange.

init

Initializes a new instance of the MultiPageOptions class.

def __init__(self, range):
    ...
ParameterTypeDescription
rangeIntRangeThe IntRange.

init

Initializes a new instance of the MultiPageOptions class.

def __init__(self, page):
    ...
ParameterTypeDescription
pageintThe page index.

init

Initializes a new instance of the MultiPageOptions class.

def __init__(self, pages, export_area):
    ...
ParameterTypeDescription
pageslistThe array of pages.
export_areaRectangleThe export area.

init

Initializes a new instance of the MultiPageOptions class.

def __init__(self, page_titles, export_area):
    ...
ParameterTypeDescription
page_titleslistThe page titles.
export_areaRectangleThe export area.

init

Initializes a new instance of the MultiPageOptions class.

def __init__(self, ranges, export_area):
    ...
ParameterTypeDescription
rangeslistThe IntRange.
export_areaRectangleThe export area.

init

Initializes a new instance of the MultiPageOptions class.

def __init__(self, range, export_area):
    ...
ParameterTypeDescription
rangeIntRangeThe IntRange.
export_areaRectangleThe export area.

init

Initializes a new instance of the MultiPageOptions class.

def __init__(self, page, export_area):
    ...
ParameterTypeDescription
pageintThe page index.
export_areaRectangleThe export area.

See Also