Package | Description |
---|---|
com.groupdocs.viewer.legacy.domain |
The package provides classes to operate with groupDocs.viewer.
|
Modifier and Type | Method and Description |
---|---|
List<com.groupdocs.viewer.legacy.domain.RowData> |
PageData.getRows()
Deprecated.
The list of text rows.
|
Modifier and Type | Method and Description |
---|---|
void |
FileData.addPage(int height,
int width,
List<com.groupdocs.viewer.legacy.domain.RowData> rows)
Deprecated.
Adds page data to the list of pages.
|
void |
PageData.setRows(List<com.groupdocs.viewer.legacy.domain.RowData> value)
Deprecated.
The list of text rows.
|
Copyright © 2020. All rights reserved.