public class InfoResult extends Object
| Constructor | Description |
|---|---|
InfoResult() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object o) |
|
InfoResult |
extension(String extension) |
|
InfoResult |
fileFormat(String fileFormat) |
|
String |
getExtension() |
Document extension
|
String |
getFileFormat() |
File format
|
Boolean |
getIsEncrypted() |
Indicates whether specific file is encrypted and requires password for opening.
|
Integer |
getPageCount() |
Pages count
|
Long |
getSize() |
Document size in bytes
|
int |
hashCode() |
|
InfoResult |
isEncrypted(Boolean isEncrypted) |
|
InfoResult |
pageCount(Integer pageCount) |
|
void |
setExtension(String extension) |
|
void |
setFileFormat(String fileFormat) |
|
void |
setIsEncrypted(Boolean isEncrypted) |
|
void |
setPageCount(Integer pageCount) |
|
void |
setSize(Long size) |
|
InfoResult |
size(Long size) |
|
String |
toString() |
public InfoResult pageCount(Integer pageCount)
public Integer getPageCount()
public void setPageCount(Integer pageCount)
public InfoResult size(Long size)
public Long getSize()
public void setSize(Long size)
public InfoResult isEncrypted(Boolean isEncrypted)
public Boolean getIsEncrypted()
public void setIsEncrypted(Boolean isEncrypted)
public InfoResult fileFormat(String fileFormat)
public String getFileFormat()
public void setFileFormat(String fileFormat)
public InfoResult extension(String extension)
public String getExtension()
public void setExtension(String extension)
Copyright © 2025. All rights reserved.