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, setLinkspublic 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 LinkElementpublic int hashCode()
hashCode in class LinkElementpublic java.lang.String toString()
toString in class LinkElement