public class InfoResult extends Object
| Constructor | Description |
|---|---|
InfoResult() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object o) |
|
InfoResult |
fileType(FileType fileType) |
|
FileType |
getFileType() |
Gets or sets the type of the file.
|
Boolean |
getIsEncrypted() |
Gets or sets a value indicating whether this instance is encrypted.
|
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 |
isEncrypted(Boolean isEncrypted) |
|
InfoResult |
pageCount(Integer pageCount) |
|
void |
setFileType(FileType fileType) |
|
void |
setIsEncrypted(Boolean isEncrypted) |
|
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 isEncrypted(Boolean isEncrypted)
public Boolean getIsEncrypted()
public void setIsEncrypted(Boolean isEncrypted)
Copyright © 2026. All rights reserved.