public class DocumentMetadata extends Object
Constructor | Description |
---|---|
DocumentMetadata() |
Modifier and Type | Method | Description |
---|---|---|
DocumentMetadata |
addLayersItem(String layersItem) |
|
DocumentMetadata |
author(String author) |
|
DocumentMetadata |
bitsPerPixel(Integer bitsPerPixel) |
|
DocumentMetadata |
createdDate(org.threeten.bp.OffsetDateTime createdDate) |
|
boolean |
equals(Object o) |
|
DocumentMetadata |
fileType(String fileType) |
|
String |
getAuthor() |
Returns detected document author if applicable to the current document format
|
Integer |
getBitsPerPixel() |
Returns detected bits per pixel if applicable to the current document format
|
org.threeten.bp.OffsetDateTime |
getCreatedDate() |
Returns detected document creation date if it's applicable to the current document format
|
String |
getFileType() |
Document file type
|
Integer |
getHeight() |
Returns detected height if applicable to the current document format
|
Integer |
getHorizontalResolution() |
Returns detected horizontal resolution if applicable to the current document format
|
Boolean |
getIsPasswordProtected() |
Is document password protected
|
List<String> |
getLayers() |
Returns list of layer names if applicable to the current document format
|
org.threeten.bp.OffsetDateTime |
getModifiedDate() |
Returns detected document modification date if applicable to the current document format
|
Integer |
getPageCount() |
Gets pages count if applicable to the current document format
|
Long |
getSize() |
Document bytes size
|
String |
getTitle() |
Returns document title width if applicable to the current document format
|
Integer |
getVerticalResolution() |
Returns detected vertical resolution if applicable to the current document format
|
Integer |
getWidth() |
Returns detected width if applicable to the current document format
|
int |
hashCode() |
|
DocumentMetadata |
height(Integer height) |
|
DocumentMetadata |
horizontalResolution(Integer horizontalResolution) |
|
DocumentMetadata |
isPasswordProtected(Boolean isPasswordProtected) |
|
DocumentMetadata |
layers(List<String> layers) |
|
DocumentMetadata |
modifiedDate(org.threeten.bp.OffsetDateTime modifiedDate) |
|
DocumentMetadata |
pageCount(Integer pageCount) |
|
void |
setAuthor(String author) |
|
void |
setBitsPerPixel(Integer bitsPerPixel) |
|
void |
setCreatedDate(org.threeten.bp.OffsetDateTime createdDate) |
|
void |
setFileType(String fileType) |
|
void |
setHeight(Integer height) |
|
void |
setHorizontalResolution(Integer horizontalResolution) |
|
void |
setIsPasswordProtected(Boolean isPasswordProtected) |
|
void |
setLayers(List<String> layers) |
|
void |
setModifiedDate(org.threeten.bp.OffsetDateTime modifiedDate) |
|
void |
setPageCount(Integer pageCount) |
|
void |
setSize(Long size) |
|
void |
setTitle(String title) |
|
void |
setVerticalResolution(Integer verticalResolution) |
|
void |
setWidth(Integer width) |
|
DocumentMetadata |
size(Long size) |
|
DocumentMetadata |
title(String title) |
|
String |
toString() |
|
DocumentMetadata |
verticalResolution(Integer verticalResolution) |
|
DocumentMetadata |
width(Integer width) |
public DocumentMetadata fileType(String fileType)
public String getFileType()
public void setFileType(String fileType)
public DocumentMetadata pageCount(Integer pageCount)
public Integer getPageCount()
public void setPageCount(Integer pageCount)
public DocumentMetadata size(Long size)
public Long getSize()
public void setSize(Long size)
public DocumentMetadata width(Integer width)
public Integer getWidth()
public void setWidth(Integer width)
public DocumentMetadata height(Integer height)
public Integer getHeight()
public void setHeight(Integer height)
public DocumentMetadata horizontalResolution(Integer horizontalResolution)
public Integer getHorizontalResolution()
public void setHorizontalResolution(Integer horizontalResolution)
public DocumentMetadata verticalResolution(Integer verticalResolution)
public Integer getVerticalResolution()
public void setVerticalResolution(Integer verticalResolution)
public DocumentMetadata bitsPerPixel(Integer bitsPerPixel)
public Integer getBitsPerPixel()
public void setBitsPerPixel(Integer bitsPerPixel)
public DocumentMetadata title(String title)
public String getTitle()
public void setTitle(String title)
public DocumentMetadata author(String author)
public String getAuthor()
public void setAuthor(String author)
public DocumentMetadata createdDate(org.threeten.bp.OffsetDateTime createdDate)
public org.threeten.bp.OffsetDateTime getCreatedDate()
public void setCreatedDate(org.threeten.bp.OffsetDateTime createdDate)
public DocumentMetadata modifiedDate(org.threeten.bp.OffsetDateTime modifiedDate)
public org.threeten.bp.OffsetDateTime getModifiedDate()
public void setModifiedDate(org.threeten.bp.OffsetDateTime modifiedDate)
public DocumentMetadata layers(List<String> layers)
public DocumentMetadata addLayersItem(String layersItem)
public List<String> getLayers()
public DocumentMetadata isPasswordProtected(Boolean isPasswordProtected)
public Boolean getIsPasswordProtected()
public void setIsPasswordProtected(Boolean isPasswordProtected)
Copyright © 2020. All rights reserved.