public class WrappedFile extends Object
| Constructor and Description |
|---|
WrappedFile(File file,
int page,
boolean complete)
Instantiates a new wrapped file.
|
| Modifier and Type | Method and Description |
|---|---|
File |
getFile()
Gets the file.
|
int |
getPage()
Gets the page.
|
boolean |
isComplete()
Checks if is complete.
|
public WrappedFile(File file, int page, boolean complete)
file - the filepage - the page numbercomplete - true if the file contains a complete documentpublic File getFile()
public int getPage()
public boolean isComplete()
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.