PageTextArea constructor

init

Constructs a new instance of PageTextArea

def __init__(self, areas, page):
    ...
Parameter Type Description
areas list
page groupdocs.parser.data.Page

init

Initializes a new instance of the PageTextArea class.

def __init__(self, text, page, rectangle):
    ...
Parameter Type Description
text System.String The value of the text.
page groupdocs.parser.data.Page The page that contains the text area.
rectangle groupdocs.parser.data.Rectangle The rectangular area that contains the text area.

init {#System.String-System.Nullable`1[[System.Double]]-groupdocs.parser.data.TextStyle-groupdocs.parser.data.Page-groupdocs.parser.data.Rectangle}

Constructs a new instance of PageTextArea

def __init__(self, text, base_line, text_style, page, rectangle):
    ...
Parameter Type Description
text System.String
base_line System.Nullable`1[[System.Double]]
text_style groupdocs.parser.data.TextStyle
page groupdocs.parser.data.Page
rectangle groupdocs.parser.data.Rectangle

See Also