Word constructor

init

Initializes new instance of Word class.

def __init__(self):
    ...

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

Constructs a new instance of Word

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

See Also