public class DocumentImage extends Object
| Constructor and Description |
|---|
DocumentImage() |
| Modifier and Type | Method and Description |
|---|---|
int |
getPageIndex()
get pageIndex
|
String |
getUrl()
get url
|
void |
setPageIndex(int pageIndex)
set pageIndex
|
void |
setUrl(String url)
set url
|
String |
toString()
to string
|
public int getPageIndex()
public void setPageIndex(int pageIndex)
pageIndex - The document page index.public String getUrl()
public void setUrl(String url)
url - set the image urlCopyright © 2024. All rights reserved.