XpsElementLinkTarget constructor

init

Creates the new instance.

def __init__(self, target_page):
    ...
ParameterTypeDescription
target_pageXpsPageThe page element within the active fixed document.

init

Creates the new instance.

def __init__(self, target_canvas):
    ...
ParameterTypeDescription
target_canvasXpsCanvasThe canvas element within the active fixed document.

init

Creates the new instance.

def __init__(self, target_path):
    ...
ParameterTypeDescription
target_pathXpsPathThe path element within the active fixed document.

init

Creates the new instance.

def __init__(self, target_glyphs):
    ...
ParameterTypeDescription
target_glyphsXpsGlyphsThe glyphs element within the active fixed document.

See Also