public class InfoResult extends Object
| Constructor | Description |
|---|---|
InfoResult() |
| Modifier and Type | Method | Description |
|---|---|---|
InfoResult |
encoding(String encoding) |
|
boolean |
equals(Object o) |
|
InfoResult |
fileType(FileType fileType) |
|
String |
getEncoding() |
Gets or sets the encoding.
|
FileType |
getFileType() |
Gets or sets the type of the file.
|
Integer |
getPageCount() |
Gets or sets the total number of document pages.
|
Long |
getSize() |
Gets or sets the size of the document in bytes.
|
int |
hashCode() |
|
InfoResult |
pageCount(Integer pageCount) |
|
void |
setEncoding(String encoding) |
|
void |
setFileType(FileType fileType) |
|
void |
setPageCount(Integer pageCount) |
|
void |
setSize(Long size) |
|
InfoResult |
size(Long size) |
|
String |
toString() |
public InfoResult fileType(FileType fileType)
public FileType getFileType()
public void setFileType(FileType fileType)
public InfoResult size(Long size)
public Long getSize()
public void setSize(Long size)
public InfoResult pageCount(Integer pageCount)
public Integer getPageCount()
public void setPageCount(Integer pageCount)
public InfoResult encoding(String encoding)
public String getEncoding()
public void setEncoding(String encoding)
Copyright © 2025. All rights reserved.