Modifier and Type | Method and Description |
---|---|
TextArea |
TableAreaCell.getTextArea()
Gets a content of the cell.
|
Modifier and Type | Method and Description |
---|---|
List<TextArea> |
DocumentPage.getTextAreas()
Gets a collection of
TextArea objects. |
List<TextArea> |
DocumentContent.getTextAreas(int pageIndex)
Extracts text areas from the document page.
|
abstract List<TextArea> |
DocumentContent.getTextAreas(int pageIndex,
TextAreaSearchOptions searchOptions)
Extracts text areas from the document page.
|
Constructor and Description |
---|
TableAreaCell(TextArea textArea,
int row,
int column)
Initializes a new instance of the
TableAreaCell class. |
TableAreaCell(TextArea textArea,
int row,
int column,
int rowSpan,
int columnSpan)
Initializes a new instance of the
TableArea class. |
Copyright © 2019. All rights reserved.