public class DocumentProperties extends LinkElement
Constructor and Description |
---|
DocumentProperties() |
Modifier and Type | Method and Description |
---|---|
DocumentProperties |
addListItem(DocumentProperty listItem) |
boolean |
equals(java.lang.Object o) |
java.util.List<DocumentProperty> |
getList()
List of PDF document properties.
|
int |
hashCode() |
DocumentProperties |
list(java.util.List<DocumentProperty> list) |
void |
setList(java.util.List<DocumentProperty> list) |
java.lang.String |
toString() |
addLinksItem, getLinks, links, setLinks
public DocumentProperties list(java.util.List<DocumentProperty> list)
public DocumentProperties addListItem(DocumentProperty listItem)
public java.util.List<DocumentProperty> getList()
public void setList(java.util.List<DocumentProperty> list)
public boolean equals(java.lang.Object o)
equals
in class LinkElement
public int hashCode()
hashCode
in class LinkElement
public java.lang.String toString()
toString
in class LinkElement