public class LayoutOutput extends Object
| Modifier and Type | Field and Description |
|---|---|
ArrayList<ContentArea> |
captions
Detected captions.
|
ArrayList<ContentArea> |
equations
Detected equations.
|
ArrayList<ContentArea> |
headers
Detected headers.
|
ArrayList<ContentArea> |
images
Detected pictures/illustrations.
|
ArrayList<ContentArea> |
lists
Detected lists.
|
int |
page
Page number.
|
ArrayList<ContentArea> |
paragraphs
Detected paragraphs.
|
String |
source
The full path to the file or URL, if any.
|
ArrayList<ContentArea> |
tables
Detected tables.
|
| Constructor and Description |
|---|
LayoutOutput() |
public String source
public int page
public ArrayList<ContentArea> paragraphs
public ArrayList<ContentArea> images
public ArrayList<ContentArea> headers
public ArrayList<ContentArea> tables
public ArrayList<ContentArea> lists
public ArrayList<ContentArea> captions
public ArrayList<ContentArea> equations
Copyright © 2025 Aspose. All rights reserved.