public class DocumentDescription extends Object
Define Document Description properties.
Constructor and Description |
---|
DocumentDescription()
Initializes a new instance of the
DocumentDescription class. |
DocumentDescription(String guid)
Initializes a new instance of the
DocumentDescription class. |
DocumentDescription(String guid,
String password)
Initializes a new instance of the
DocumentDescription class. |
Modifier and Type | Method and Description |
---|---|
Date |
getDateCreated()
Creation date of Document.
|
Date |
getDateModified()
Last modified date of Document.
|
String |
getExtension()
Extension of Document file.
|
String |
getFileFormat()
File format.
|
String |
getGuid()
Gets or sets the unique identifier.
|
int |
getMaxPageHeight()
Specify Max Page Height.
|
int |
getPageCount()
Count of Pages in Document.
|
List<PageDescription> |
getPages()
List of pages information.
|
String |
getPassword()
Gets or sets the password.
|
long |
getSize()
Size in bytes of document.
|
int |
getWidthForMaxHeight()
Specify Width for Max Height.
|
void |
setDateCreated(Date value)
Creation date of Document.
|
void |
setDateModified(Date value)
Last modified date of Document.
|
void |
setExtension(String value)
Extension of Document file.
|
void |
setFileFormat(String value)
File format.
|
void |
setGuid(String value)
Gets or sets the unique identifier.
|
void |
setMaxPageHeight(int value)
Specify Max Page Height.
|
void |
setPageCount(int value)
Count of Pages in Document.
|
void |
setPages(ArrayList<PageDescription> value)
List of pages information.
|
void |
setPassword(String value)
Gets or sets the password.
|
void |
setSize(long value)
Size in bytes of document.
|
void |
setWidthForMaxHeight(int value)
Specify Width for Max Height.
|
public DocumentDescription()
Initializes a new instance of the DocumentDescription
class.
public DocumentDescription(String guid)
Initializes a new instance of the DocumentDescription
class.
guid
- The unique identifier.public Date getDateCreated()
Creation date of Document.
public Date getDateModified()
Last modified date of Document.
public String getExtension()
Extension of Document file.
public String getFileFormat()
File format.
public String getGuid()
Gets or sets the unique identifier.
public int getMaxPageHeight()
Specify Max Page Height.
public int getPageCount()
Count of Pages in Document.
public List<PageDescription> getPages()
List of pages information.
public String getPassword()
Gets or sets the password.
public long getSize()
Size in bytes of document.
public int getWidthForMaxHeight()
Specify Width for Max Height.
public void setDateCreated(Date value)
Creation date of Document.
public void setDateModified(Date value)
Last modified date of Document.
public void setExtension(String value)
Extension of Document file.
public void setFileFormat(String value)
File format.
public void setGuid(String value)
Gets or sets the unique identifier.
public void setMaxPageHeight(int value)
Specify Max Page Height.
public void setPageCount(int value)
Count of Pages in Document.
public void setPages(ArrayList<PageDescription> value)
List of pages information.
public void setPassword(String value)
Gets or sets the password.
public void setSize(long value)
Size in bytes of document.
public void setWidthForMaxHeight(int value)
Specify Width for Max Height.
Copyright © 2018. All rights reserved.