public class Document extends LinkElement
| Constructor and Description |
|---|
Document() |
| Modifier and Type | Method and Description |
|---|---|
Document |
displayProperties(DisplayProperties displayProperties) |
Document |
documentProperties(DocumentProperties documentProperties) |
boolean |
equals(java.lang.Object o) |
DisplayProperties |
getDisplayProperties()
Document display properties.
|
DocumentProperties |
getDocumentProperties()
Document properties.
|
Pages |
getPages()
Document pages.
|
int |
hashCode() |
Document |
pages(Pages pages) |
void |
setDisplayProperties(DisplayProperties displayProperties) |
void |
setDocumentProperties(DocumentProperties documentProperties) |
void |
setPages(Pages pages) |
java.lang.String |
toString() |
addLinksItem, getLinks, links, setLinkspublic Document documentProperties(DocumentProperties documentProperties)
public DocumentProperties getDocumentProperties()
public void setDocumentProperties(DocumentProperties documentProperties)
public Document displayProperties(DisplayProperties displayProperties)
public DisplayProperties getDisplayProperties()
public void setDisplayProperties(DisplayProperties displayProperties)
public Pages getPages()
public void setPages(Pages pages)
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