Line constructor

init

Initializes new instance of Line class.

def __init__(self):
    ...

init {#System.String-float-float-float-float-System.Collections.Generic.List`1[[GroupDocs.Viewer.Results.Word]]}

Constructs a new instance of Line

def __init__(self, line, x, y, width, height, words):
    ...
Parameter Type Description
line System.String
x float
y float
width float
height float
words System.Collections.Generic.List`1[[GroupDocs.Viewer.Results.Word]]

See Also